-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
70 lines (62 loc) · 1.66 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
60
61
62
63
64
65
66
67
68
69
site_name: CodeWizardsHQ Documentation
# Set this whenever it's live
site_url: http://docs.codewizardshq.com
plugins:
- search # enabled by default, but needs to be added if anymore are added
extra_css:
- stylesheets/extra.css
# Footer config
copyright: Copyright © 2016 - 2022 CodeWizardsHQ
extra:
# Removes the "Made with MkDocs" from the footer
generator: false
analytics:
provider: google
property: G-JR29D20SDK
# GitHub Repo config
repo_url: https://github.com/codewizardshq/docs
repo_name: cwhq-docs
edit_uri: edit/main/docs
nav:
- Home: index.md
- CSS:
- 'CSS Language': css/css.md
- HTML:
- 'HTML Language': html/html.md
- JavaScript:
- 'JavaScript Language': javascript/javascript-language.md
- 'Browser APIs and jQuery': javascript/browser-apis-and-jquery.md
- Python:
- 'Python Language': python/python-language.md
- 'Wizardlib': python/wizardlib.md
- SQL:
- 'SQL Language': sql/sql-language.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true
theme:
name: material
features:
# Turns into an SPA basically
- navigation.instant
- search.suggest
favicon: assets/favicon.ico
logo: assets/lightHorizontal.svg
palette:
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
scheme: slate
# primary: amber # remove to get CWHQ colors from extra.css