Files
flatbuffers/docs
Jacob Abrams af8997b567 [Python] Improve python API (#8781)
* Fix generate_code script path

* [Python] Make StartVector public

Make StartVector vector public since it is already being used in
generated code

* [Python] Improve vector creation for Python API

Makes Python API for vectors cleaner like Rust and Swift

---------

Co-authored-by: Derek Bailey <derekbailey@google.com>
2026-01-21 01:01:20 +00:00
..
2025-02-10 20:13:39 -08:00

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