flatbuffers/docs
Marcel bcd2b9d039
Add Bazel docs (#8510)
2025-01-24 10:57:52 -08:00
..
overrides update copyright date 2025-01-13 21:45:22 -08:00
source Add Bazel docs (#8510) 2025-01-24 10:57:52 -08:00
README.md Quick copy of all pages 2025-01-09 23:36:46 -08:00
mkdocs.yml Update mkdocs.yml redirect 2025-01-15 08:21:09 -08: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