You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical_overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ The website code is divided into a few main folders:
35
35
-`src/content/` this is where almost all content authoring happens in the repo. These files contain the content that is used to generate the website.
36
36
-`src/components/` holds UI elements that are rendered on different pages of the website. Things like basic buttons, as well as more specialized things like the top navigation menus are here.
37
37
-`src/layouts/` this contains the basic visual structure of each page. If you are looking to edit a specific page of the website, finding the layout for it in this folder is a great place to start.
38
-
-`src/pages/` these files are primarily used to create the routes (the different URLs) for the pages of the website and pull content from `src/content/`. Note that every route basically exists twice: once in `src/pages/` and again in `src/[locale]/pages/` to support localized urls. Read more about this in [./localization-architecture.md]
38
+
39
+
-`src/pages/` these files are primarily used to create the routes (the different URLs) for the pages of the website and pull content from `src/content/`. Note that every route basically exists twice: once in `src/pages/` and again in `src/pages/[locale]/` to support localized urls. Read more about this in `[./localization.md]`
39
40
-`src/api/` holds the logic for fetching information from the OpenProcessing API, where all the gallery sketches for this website are stored
40
41
-`src/i18n/` holds the utilities and configuration for working with translations
41
42
-`src/scripts/` contains utility scripts that update the files in `src/content/` with changes in the p5.js repo
0 commit comments