flatbuffers/docs
2025-01-10 15:15:40 -08:00
..
overrides Add new Docs source files (#8461) 2024-12-23 15:55:56 -08:00
source Start to support all languages in tutorial 2025-01-10 15:15:40 -08:00
mkdocs.yml Start to support all languages in tutorial 2025-01-10 15:15:40 -08:00
README.md Quick copy of all pages 2025-01-09 23:36:46 -08:00

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