Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
site_name: FlatBuffers Docs
docs_dir: source
site_url: https://flatbuffers.dev
repo_name: google/FlatBuffers
repo_url: https://github.com/google/flatbuffers
edit_uri: edit/master/docs/source/
copyright: Copyright © 2024 Google
theme:
name: material
logo: assets/flatbuffers_logo.svg
icon:
repo: fontawesome/brands/github
custom_dir: overrides
palette:
# Palette toggle for light mode
Expand All @@ -27,10 +33,27 @@ theme:

# Expand nav folders by default
- navigation.expand

# Enable the footer
- navigation.footer

# Auto hide the header after scrolling
- header.autohide

- content.action.edit

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/google/flatbuffers

- icon: fontawesome/brands/discord
link: https:///discord.gg/6qgKs3R

- icon: fontawesome/brands/x-twitter
link: https://twitter.com/dbaileychess



markdown_extensions:
- admonition
Expand Down
Loading