Skip to content

Commit 11099ce

Browse files
committed
Create content_overview.md
1 parent 4374be4 commit 11099ce

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

docs/content_overview.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Which content is where?
2+
3+
## Reference
4+
5+
- Stored in `/src/content/reference/`
6+
- English version is pulled in from p5.js repo via [scripts](./scripts.md)
7+
- Other translations are stored directly in this repo under the corresponding language folder in `/src/content/reference/`
8+
9+
## Examples
10+
11+
- Stored in `/src/content/examples/`
12+
- All translations are stored and edited directly in this repo under the corresponding language folder in `/src/content/examples/`
13+
14+
## Tutorials
15+
16+
- Stored in `/src/content/tutorials/`
17+
- All translations are stored and edited directly in this repo under the corresponding language folder in `/src/content/tutorials/`
18+
19+
## Contributor docs
20+
21+
- Stored in `/src/content/contributor-docs/`
22+
- All translations are pulled in from p5.js repo via [scripts](./scripts.md)
23+
24+
## Libraries
25+
26+
- Stored in `/src/content/libraries/en/`
27+
- There are no translations for these entries
28+
- See [Contributing Libraries](./contributing_libraries.md) for more info
29+
30+
## People
31+
32+
- Stored in `/src/content/people/en/`
33+
- There are no translations for these entries
34+
- New entries are pulled in from p5.js repo via [scripts](./scripts.md), existing ones are edited directly in this repository
35+
36+
## Events
37+
38+
- Stored in `/src/content/events/`
39+
- All translations are stored and edited directly in this repo under the corresponding language folder
40+
41+
## Homepage
42+
43+
- Stored in `/src/content/homepage/`
44+
- All translations are stored and edited in their respective language folder there
45+
46+
## About page
47+
48+
- All translations are stored in `/src/content/text-detail/[lang]/about.mdx` (where `[lang]` is the appropriate language code)
49+
50+
## Simple static pages (like Privacy Policy and Code of Conduct)
51+
52+
- Stored in `/src/content/text-detail/`
53+
- All translations are stored and edited in their respective language folder there
54+
- This includes simple general pages like Contact, Privacy Policy, Download, etc.
55+
56+
## Community Sketches
57+
58+
- Stored in a curation on [OpenProcessing](https://openprocessing.org)
59+
- This is only the gallery of community sketches. It doesn't include sketches that are embedded within tutorials, examples, or the reference.
60+
- See [Community Sketches](./community_sketches.md) for more info

0 commit comments

Comments
 (0)