mirror of https://github.com/Desuuuu/klipper.git
_klipper3d: Move mkdocs.yml to docs/_klipper3d
Reported by @damlobster . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
baad3f281d
commit
ba16c0f1aa
|
@ -26,4 +26,4 @@ jobs:
|
|||
run: pip install -r docs/_klipper3d/mkdocs-requirements.txt
|
||||
- name: Build and deploy klipper3d
|
||||
run: |
|
||||
mkdocs gh-deploy --force --remote-branch gh-pages --verbose
|
||||
mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This is the main configuration file for mkdocs
|
||||
docs_dir: '../'
|
||||
site_dir: '../../site/'
|
||||
site_name: Klipper documentation
|
||||
theme:
|
||||
name: material
|
||||
|
@ -55,7 +58,7 @@ markdown_extensions:
|
|||
- mdx_partial_gfm
|
||||
- mdx_truly_sane_lists
|
||||
- mdx_breakless_lists
|
||||
|
||||
|
||||
extra:
|
||||
analytics:
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#site-search-tracking
|
Loading…
Reference in New Issue