mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 21:10:00 +00:00
mkdocs.yml add footer and other info (#8471)
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
site_name: FlatBuffers Docs
|
site_name: FlatBuffers Docs
|
||||||
docs_dir: source
|
docs_dir: source
|
||||||
site_url: https://flatbuffers.dev
|
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:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: assets/flatbuffers_logo.svg
|
logo: assets/flatbuffers_logo.svg
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/github
|
||||||
custom_dir: overrides
|
custom_dir: overrides
|
||||||
palette:
|
palette:
|
||||||
# Palette toggle for light mode
|
# Palette toggle for light mode
|
||||||
@@ -27,10 +33,27 @@ theme:
|
|||||||
|
|
||||||
# Expand nav folders by default
|
# Expand nav folders by default
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
|
|
||||||
|
# Enable the footer
|
||||||
|
- navigation.footer
|
||||||
|
|
||||||
# Auto hide the header after scrolling
|
# Auto hide the header after scrolling
|
||||||
- header.autohide
|
- 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:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|||||||
Reference in New Issue
Block a user