-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (39 loc) · 1.03 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
36
37
38
39
40
41
42
43
44
45
site_name: Code With Style
theme:
name: material
palette:
primary: deep purple
font:
text: Lato
language: en
features:
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences # for nesting code and content blocks in admonitions
- pymdownx.details # for collapsable admonitions
nav:
- Home:
- "Intro": index.md
- "Editing this Guide": "HOWTO.md"
- "Attributions": "attribution.md"
- "Changelog": "CHANGELOG.md"
- Process Guides:
- Scrum Guide: "process/index.md"
- Code Reviews: "review/index.md"
- "Coding Guides":
- git: "git/index.md"
- Project Structure: "projects/index.md"
- APIs:
- REST: "api/rest.md"
- Frontend:
- TypeScript: "typescript/index.md"
- Angular: "typescript/angular/index.md"
- sass: "sass/index.md"
- react: "typescript/react/index.md"
- Python:
- Python: "python/index.md"
- Django: "python/django.md"
- Hosting Platform:
- Introduction: "k8s/index.md"