Skip to content

Commit

Permalink
Apply ixorai's suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: ix0rai <ix0rai64@gmail.com>
  • Loading branch information
Southpaw1496 and ix0rai committed Sep 9, 2024
1 parent 3b62ecf commit adde249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Static files used in various places on the website:
Various incarnations of the site's favicon.

## Scripts (`scripts/`)
This folder contains scripts that are run during the build process of the site: They fetch and cache data from GitHub and [PluralKit](https://pluralkit.me) to use in the [teams page](https://quiltmc.org/about/teams) and change logs, and they generate functions for routing the user based on their requested language (see "Functions").
This folder contains scripts that are run during the build process of the site: They fetch and cache data from GitHub and [PluralKit](https://pluralkit.me) to use in the [teams page](https://quiltmc.org/about/teams) and [changelogs](https://quiltmc.org/en/changelog/), and they generate functions for routing the user based on their requested language (see "Functions").

Most functionality is in `preprocess.mjs`, the other scripts are utilities that it imports. `resources` contains the base code used to generate each auto-generated function. `clean` clears cached PluralKit data, and can be invoked using `pnpm clean`.

Expand Down

1 comment on commit adde249

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://c054ee9c.quiltmc-org.pages.dev

Please sign in to comment.