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:
parent
919a07044a
commit
0f6c85d20d
5 changed files with 28 additions and 2 deletions
6
documentation/conf.py
Normal file
6
documentation/conf.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
DOXYFILE = 'Doxyfile'
|
||||
|
||||
LINKS_NAVBAR1 = [
|
||||
(None, 'pages', [(None, 'about')]),
|
||||
(None, 'namespaces', []),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue