HelloZeroNet / Documentation

ZeroNet Documentation
https://zeronet.readthedocs.org/
GNU General Public License v2.0
74 stars 107 forks source link

Make it so site titles do not change when clicked in sidebar #91

Closed anoadragon453 closed 5 years ago

anoadragon453 commented 5 years ago

Likely a bug, but either way if we gave doc pages titles in the config, they would change and re-arrange as the user selected them. Removing them from the config prompts mkdocs to just take them from the doc itself, which means they don't get out of sync, and we won't need to set the title manually in the config anymore either!

anoadragon453 commented 5 years ago

Be aware that later versions of mkdocs are required for this to work (the mkdocs from Debian's repos still have this bug even with this fix).

anoadragon453 commented 5 years ago

Be aware that https://zerodocs.amorgan.xyz/site_development/getting_started/ is currently running this branch and the sidebar performs as one would expect.