mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
Update docs.yml to install mkdocs-redirects
This commit is contained in:
@@ -53,6 +53,11 @@ extra:
|
||||
- icon: fontawesome/brands/x-twitter
|
||||
link: https://twitter.com/dbaileychess
|
||||
|
||||
plugins:
|
||||
# https://github.com/mkdocs/mkdocs-redirects
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
'flatbuffers_guide_use_cpp.html.md': 'cpp.md'
|
||||
|
||||
|
||||
markdown_extensions:
|
||||
@@ -88,6 +93,8 @@ nav:
|
||||
- Overview: "schema.md"
|
||||
- Evolution: "evolution.md"
|
||||
- Grammar: "grammar.md"
|
||||
- Language Guides:
|
||||
- C++: "cpp.md"
|
||||
- Advanced:
|
||||
- Annotating Buffers (.afb): "annotation.md"
|
||||
- Contributing: "contributing.md"
|
||||
|
||||
Reference in New Issue
Block a user