• Home
Name Date Size #Lines LOC

..--

overrides/04-Jul-2025-1712

source/04-Jul-2025-8,5696,469

README.mdD04-Jul-2025428 2415

mkdocs.ymlD04-Jul-20255.3 KiB160128

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```