-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
48 lines (46 loc) · 1.61 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
46
47
48
site_name: Code Thesaurus Documentation
theme:
name: material
palette:
scheme: default
primary: blue
font: false
language: en
icon:
logo: material/library
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/codethesaurus
repo_url: https://github.com/codethesaurus/docs/
repo_name: codethesaurus/docs
edit_uri: edit/main/docs/
plugins:
- git-revision-date
nav:
- Home: index.md
- About the Project: about/index.md
- Contributing: contributing.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Code of Conduct Reporting: CODE_OF_CONDUCT_REPORTING.md
- Installing and Running:
- Quick Start Guide: install/quick_start.md
- Run App with Docker: install/install-ct-docker.md
- Run App Manually: install/install-ct-manual.md
- Run Docs with Docker: install/install-docs-docker.md
- Run Docs Manually: install/install-docs-manual.md
- Website Development:
- About App Django Project: website/index.md
- Project Architecture: website/project-architecture.md
- Database Architecture: website/database-architecture.md
- Thesaurus Editing:
- Overview: thesaurus/index.md
- Best Practices: thesaurus/best-practices.md
- Adding a Concept in an Existing Language: thesaurus/add-lang-concept.md
- Adding a New Language: thesaurus/add-new-lang.md
- Adding a New Language Version: thesaurus/add-new-lang-version.md
- Adding a New Structure File: thesaurus/add-new-structure.md
- Contributing Changes: thesaurus/contributing.md
- Testing and Validating: thesaurus/testing.md
- FAQs: faq/index.md