-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
35 lines (35 loc) · 1.11 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: Particle Docs
theme: readthedocs
pages:
- Home: 'index.md'
- Getting Started:
- System Requirements: 'getting-started/system-requirements.md'
- Quickstart: 'getting-started/quickstart.md'
- Commands: 'getting-started/commands.md'
- Architecture:
- Folder Structure: 'architecture/folders.md'
- Component Structure: 'architecture/components.md'
- Config Structure: 'architecture/config.md'
- Development:
- Coding: 'dev/coding.md'
- Bundling: 'dev/bundling.md'
- Task Running: 'dev/task-running.md'
- Linting: 'dev/linting.md'
- Testing: 'dev/testing.md'
- Apps:
- General: 'apps/general.md'
- Drupal: 'apps/drupal.md'
- Pattern Lab: 'apps/pl.md'
- Grav: 'apps/grav.md'
- Approach:
- Sass/CSS: 'approach/styles.md'
- Javascript: 'approach/js.md'
- Twig: 'approach/twig.md'
- Assets: 'approach/assets.md'
- FAQ:
- General: 'faq/general.md'
- Troubleshooting: 'faq/troubleshooting.md'
- How to contribute: 'faq/how-to-contribute.md'
- Appendix:
- Glossary: 'appendix/glossary.md'
- Library: 'appendix/library.md'