tree: 76949453a9636aa0c2f2cbe68a5a17f894565a8f [path history] [tgz]
  1. overrides/
  2. source/
  3. mkdocs.yml
  4. README.md
docs/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