From 2d3e4e03e3bc3eb614d37eca3a30a3399a2d5701 Mon Sep 17 00:00:00 2001 From: Nicholas Ehsan Roy Date: Thu, 11 Jun 2026 02:02:59 +0200 Subject: [PATCH] docs: build MIME v0.1/v0.2 versioned subsites; pin mime submodule to v0.2.0 Mirror the MADDENING versioned-docs setup for MIME now that v0.2.0 is tagged: MIME_VERSIONS := v0.1:v0.1.0 v0.2:v0.2.0 latest:origin/main so `make all-versions` (the docs.yml deploy path) builds /mime/v0.2/ from the v0.2.0 tag and /mime/v0.1/ from v0.1.0 via temp worktrees, matching the URLs MIME's switcher.json already advertises. Bump the docs/projects/mime submodule pointer from v0.1.0+glossary to the v0.2.0 release commit. Co-Authored-By: Claude Opus 4.8 --- docs/Makefile | 2 +- docs/projects/mime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index aa69040..8071351 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -122,7 +122,7 @@ clean: # up the latest tip without requiring a local tracking branch. Tags # don't need the `origin/` prefix. MADDENING_VERSIONS := v0.1:v0.1.0 v0.2:v0.2.0 v0.2.1:v0.2.1 v0.3.0:v0.3.0 latest:origin/main -MIME_VERSIONS := latest:origin/main +MIME_VERSIONS := v0.1:v0.1.0 v0.2:v0.2.0 latest:origin/main MICROROBOTICA_VERSIONS := latest:origin/main # Build a single (project, version_label, git_ref) tuple via a temp diff --git a/docs/projects/mime b/docs/projects/mime index 27c2bbd..15d6000 160000 --- a/docs/projects/mime +++ b/docs/projects/mime @@ -1 +1 @@ -Subproject commit 27c2bbd3056643c25cdc0d07f43a988ecf14088a +Subproject commit 15d6000c894399508f65a5f983ab251a984e1498