1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

Setup config for Pages section

This commit is contained in:
B Krishna Chaitanya 2020-07-27 16:26:14 +05:30
parent 919a07044a
commit 0f6c85d20d
5 changed files with 28 additions and 2 deletions

6
documentation/conf.py Normal file
View file

@ -0,0 +1,6 @@
DOXYFILE = 'Doxyfile'
LINKS_NAVBAR1 = [
(None, 'pages', [(None, 'about')]),
(None, 'namespaces', []),
]