From 953f3d5b1d1e82793026d51fa660bbc859c812a5 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Fri, 27 Dec 2024 11:46:19 -0800 Subject: [PATCH] `mkdocs.yml` add footer and other info --- docs/mkdocs.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 74c77e7424d..3e961f8c707 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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 @@ -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