File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3232 restore-keys : |
3333 mkdocs-material-
3434 - run : pip install mkdocs-material
35+ - run : pip install mkdocs-redirects
3536 - run : mkdocs gh-deploy --force -f docs/mkdocs.yml
Original file line number Diff line number Diff line change @@ -53,6 +53,11 @@ extra:
5353 - icon : fontawesome/brands/x-twitter
5454 link : https://twitter.com/dbaileychess
5555
56+ plugins :
57+ # https://github.com/mkdocs/mkdocs-redirects
58+ - redirects :
59+ redirect_maps :
60+ ' flatbuffers_guide_use_cpp.html.md ' : ' cpp.md'
5661
5762
5863markdown_extensions :
8893 - Overview : " schema.md"
8994 - Evolution : " evolution.md"
9095 - Grammar : " grammar.md"
96+ - Language Guides :
97+ - C++ : " cpp.md"
9198 - Advanced :
9299 - Annotating Buffers (.afb) : " annotation.md"
93100 - Contributing : " contributing.md"
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ other ways)
6464
6565```
6666pip install mkdocs-material
67+ pip install mkdocs-redirects
6768```
6869
6970Then, in the ` root ` directory of flatbuffers, run
Original file line number Diff line number Diff line change 1+ # Language Guide: C++
2+
You can’t perform that action at this time.
0 commit comments