contributions.md Add doc about how to contribute to flatbuffers (#8464)

This commit is contained in:
Derek Bailey
2024-12-23 22:06:04 -08:00
committed by GitHub
parent 46cc3d6432
commit bbb6b932fc
3 changed files with 103 additions and 0 deletions

23
docs/README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
```
Build and Serve:
```
mkdocs serve -f docs/mkdocs.yml
```