mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
24 lines
428 B
Markdown
24 lines
428 B
Markdown
# 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
|
|
``` |