Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
overrides/ | 04-Jul-2025 | - | 17 | 12 | ||
source/ | 04-Jul-2025 | - | 8,569 | 6,469 | ||
README.md | D | 04-Jul-2025 | 428 | 24 | 15 | |
mkdocs.yml | D | 04-Jul-2025 | 5.3 KiB | 160 | 128 |
README.md
1# Documentation 2 3This is the source of the FlatBuffers documentation, that is served at 4https://flatbuffers.dev. 5 6 7## Local Building 8 9The documentation can be built and served locally during development, see [https//flatbuffers.dev/contributing/#local-development] for full details. 10 11__tl;dr__ 12 13Install: 14 15``` 16pip install mkdocs-material 17pip install mkdocs-redirects 18``` 19 20Build and Serve: 21 22``` 23mkdocs serve -f docs/mkdocs.yml 24```