From d38156381ba5cd43b0b97add3cf5b6bed487275a Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Sat, 19 Oct 2024 11:36:07 -0600 Subject: [PATCH] docs: add mike to mkdocs-material --- mkdocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 85850159..33466795 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: stac-rs site_description: Command Line Interface (CLI), Rust crates, and other libraries for the SpatioTemporal Asset Catalog (STAC) specification. -site_url: https://stac-utils.github.io/stac-rs +site_url: https://stac-utils.github.io/stac-rs/ repo_url: https://github.com/stac-utils/stac-rs theme: name: material @@ -61,5 +61,9 @@ markdown_extensions: - pymdownx.superfences - pymdownx.details +extra: + version: + provider: mike + extra_css: - stylesheets/extra.css