Questions tagged [mkdocs-macros]
2 questions
3
votes
1 answer
How to make nav recognize the title of a template
If nav is not set in mkdocs.yml, navigation is created automatically. The string is determined by the following priority
the title of each page (h1 string starting with #)
the file name
I would like to display the h1 string in the navigation even…

isato
- 141
- 2
1
vote
1 answer
Fetch Data from REST API in mkdocs
I am trying to create to port old wiki pages to a centralized location. Some of the data however needs to fetched in runtime from a REST Server.
For this purpose I have found a hacky solution of using mkdocs-macros plugin. And then create a custom…

sghosh9912
- 11
- 2