-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
33 lines (33 loc) · 979 Bytes
/
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
site_name: Python Webpack Boilerplate
site_url: https://python-webpack-boilerplate.readthedocs.io/
repo_url: https://github.com/AccordBox/python-webpack-boilerplate
theme:
name: "material"
custom_dir: material/overrides
palette:
primary: teal
markdown_extensions:
- codehilite
- pymdownx.superfences:
- markdown.extensions.admonition:
- pymdownx.details
plugins:
- search
nav:
- Introduction: index.md
- Setup With Django: setup_with_django.md
- Setup With Flask: setup_with_flask.md
- Frontend workflow: frontend.md
- Code Linting: linting.md
- Live Reload: live_reload.md
- Tailwind CSS v4: setup_with_tailwind.md
- Tailwind CSS v3: setup_with_tailwind3.md
- Bootstrap: setup_with_bootstrap.md
- React: react.md
- Vue: vue.md
- Use SWC: swc.md
- Use ESBuild: esbuild.md
- Typescript: typescript.md
- Deployment Notes: deployment.md
- Run NPM command at root directory: run_npm_command_at_root.md
- Change Log: CHANGELOG.md