summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2023-03-30 17:41:46 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2023-03-30 19:04:48 -0400
commitce379e15d4db57567a934235390a3b98bf554762 (patch)
tree40605bb5ed5eadb63498a012a29cde10c2749948 /mkdocs.yml
parent9d12918cc45def8eda646df988486223c51cc3c6 (diff)
Add documentation for C++ types
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 4ef0662c..7aed7adb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -56,6 +56,7 @@ nav:
- Plugins: 'guide/plugins.md'
- Settings: 'guide/settings.md'
- Types: 'guide/type.md'
+ - C++ Types: 'guide/cpp.md'
- Debugger: 'guide/debugger.md'
- Objective-C (Beta): 'guide/objectivec.md'
- Troubleshooting: 'guide/troubleshooting.md'