mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 23:11:07 +00:00
27325e002a
* docs: remove trailing whitespace * docs: fix typo in tutorial.md
Documentation
This is the source of the FlatBuffers documentation, that is served at https://flatbuffers.dev.
Local Building
The documentation can be built and served locally during development, see https://flatbuffers.dev/contributing/#local-development for full details.
tl;dr
Install:
pip install mkdocs-material
pip install mkdocs-redirects
Build and Serve:
mkdocs serve -f docs/mkdocs.yml