flatbuffers/docs
2025-08-06 13:52:57 -07:00
..
overrides
source Remove stray required in docs (#8663) 2025-08-06 13:52:57 -07:00
mkdocs.yml Fix JavaScript typo in mkdocs.yml (#8515) 2025-07-17 17:53:12 +00:00
README.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