Skip to content

Commit 4374be4

Browse files
committed
Update technical_overview.md
1 parent f4ec39d commit 4374be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/technical_overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The website code is divided into a few main folders:
2828
- `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.
2929
- `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.
3030
- `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]
31+
- `src/api/` holds the logic for fetching information from the OpenProcessing API, where all the gallery sketches for this website are stored
32+
- `src/i18n/` holds the utilities and configuration for working with translations
3133
- `src/scripts/` contains utility scripts that update the files in `src/content/` with changes in the p5.js repo
3234
- `styles/` contains globally applied css styles for the website
3335
- `test/` contains a set of unit tests that cover some important utility functions and key components

0 commit comments

Comments
 (0)