Open Acsigen opened 1 year ago
So far as I remember two pages of the same name cannot exists in one space in confluence. (https://community.atlassian.com/t5/Confluence-questions/Two-pages-folders-with-the-same-name-within-one-space/qaq-p/1401009)
Could you give it a try and rename it in navigation names, not the file names?
I tried with the following mkdocs.yml
structure:
nav:
- Home: "index.md"
# - Introduction: "index.md"
- Architecture: "architecture.md"
- Ansible Server Installation and Operation: "playbooks/ansible_server/README.md"
- Metrics:
- Metrics Architecture: "stacks/metrics/architecture.md"
- Metrics Installation and Operation: "playbooks/metrics/README.md"
- Logs:
- Logs Architecture: "stacks/logs/architecture.md"
- Logs Installation and Operation: "playbooks/logs/README.md"
- Traces:
- Traces Architecture: "stacks/traces/architecture.md"
- Traces Installation and Operation: "playbooks/traces/README.md"
It seems that the error now is DEBUG - ERR, Parents does not match: 'Traces' =/= 'Monitorizare' Aborting...
.
For now I switched to a flat structure, but it would be great if a layered structure would be possible.
Prerequisites
Hi, I have generated a documentation with the structure presented in the image below:
When I try to uplopad the documentation to Confluence, only
Home
,Architecture
, andInstallation
are getting published. Nothing under theStacks
subpage gets uploaded to Confluence as seen in the image below:Config
This is my mkdocs.yml configuration file:
Log entry
Question
How can I change the configuration so the plugin will create the required subpages?