-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
59 lines (54 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
---
nav:
- Home: index.md
- Install:
- Windows (NSSM): install/windows.md
- Linux (Docker): install/linux.md
- Configuration:
- Environment Variables: configure/env_vars.md
- Built-in Webserver: configure/webserver.md
- Custom CSS/JS: configure/static_files.md
- Development:
- Running Conreq: develop/run_conreq.md
- Command Line Interface: develop/cli.md
- Our Code Explained: develop/code_tldr.md
- Create a New Conreq App:
- Getting Started: develop/apps/getting_started.md
- Python API: develop/apps/api.md
- App File Structure: develop/apps/file_structure.md
- Creating Hello World: develop/apps/hello_world.md
- Contribute:
- Updating the Docs: contrib/docs.md
- Listing an App: contrib/apps.md
theme:
name: material
palette:
primary: teal
accent: teal
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- toc.integrate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- attr_list
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
site_name: Conreq Documentation
site_author: Archmonger
site_description: Conreq Web Platform
repo_url: https://github.com/Archmonger/Conreq/
site_url: https://archmonger.github.io/Conreq/
repo_name: Archmonger/Conreq
edit_uri: edit/docs