8efe5ceda6
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
25 lines
634 B
YAML
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
|
|
|