We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a1f40 commit e67c603Copy full SHA for e67c603
1 file changed
mkdocs.yml
@@ -1,4 +1,4 @@
1
-site_name: Today
+site_name: CppToday
2
site_description: A minimal C++23 project template that prints current date.
3
site_author: Aaron Fu Lei
4
site_url: https://aafulei.github.io/cpp-today
@@ -21,6 +21,7 @@ nav:
21
- Getting Started: getting-started.md
22
- Testing: testing.md
23
- Build System: build-system.md
24
+ - Reference: doxygen/html/index.html
25
26
plugins:
27
- search
0 commit comments