mkdocs-with-confluence/example/mkdocs.yml
Nikolai Rodionov 8efe5ceda6 Refactoring (#1)
This PR is very far from perfect, and there are some things that do not work yet, but I think it's good enough to merge

Co-authored-by: Shyam Saraswati <shyam.saraswati@gmail.com>
Co-authored-by: Nikolai Rodionov <nikolai.rodionov@grandcentrix.net>
Reviewed-on: https://git.badhouseplants.net/allanger/mkdocs-with-confluence/pulls/1
2023-02-24 08:40:21 +00:00

25 lines
634 B
YAML

---
site_name: My Docs
repo_url: https://github.com/allanger/mkdocs_with_confluence
nav:
# - index: 'index.md'
- Section1:
- page-1: './section1/page1.md'
- page-2: './section1/page2.md'
- Sub Section:
- page-1: './section1/sub_section/page1.md'
- Section2:
- page-1: './section2/page1.md'
- page-2: './section2/page2.md'
theme:
name: material
plugins:
- search
- mkdocs-with-confluence:
host_url: https://mkdocs-to-conflunce.atlassian.net/wiki/rest/api/content
space: MKDOC
parent_page_name: MKdocs
username: allanguor@gmail.com
dryrun: false