docs: add sitemap (via jekyll-sitemap plugin) (#1530)

Splitting this out of #1513 to make my life reviewing a bit easier! Note that this does *not* affect our downstream users, just the docs site for this project itself. 

---------

Co-authored-by: Michael Ball <michael@mball.co>
This commit is contained in:
Matt Wang
2024-09-04 16:08:19 -07:00
committed by GitHub
parent 9f48631732
commit ce32212026
6 changed files with 40 additions and 34 deletions

View File

@@ -6,6 +6,7 @@ gem "jekyll-seo-tag", ">= 2.0"
gem "rake", ">= 12.3.1"
gem "jekyll-include-cache", group: :jekyll_plugins
gem "jekyll-sitemap", group: :jekyll_plugins
# required for Jekyll 3
gem "webrick", "~> 1.7"

View File

@@ -6,6 +6,7 @@ gem "jekyll-seo-tag", ">= 2.0"
gem "rake", ">= 12.3.1"
gem "jekyll-include-cache", group: :jekyll_plugins
gem "jekyll-sitemap", group: :jekyll_plugins
# docs-only
gem "jekyll-github-metadata", ">= 2.15"