diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 17462742..a364e915 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -166,212 +166,6 @@ jobs: fi fi - # Write (or refresh) the docs landing page. - cat > _site/docs/index.html <<'HTML' - - - - - -VStar — Documentation - - - - -
-

VStar — Documentation

-

User manual, plugin development guide, and individual plugin docs

- ← Back to VStar Project Hub -
- -
- -

Snapshot (development)

- -
-

User Manual

-
Loading…
- -
- -
-

Plugin Development Guide

- -
- -
-

Plugin Docs

- -
- -

Latest stable release

- -
-

User Manual

-
Loading…
- -
- -
-

Plugin Development Guide

- -
- -
-

Plugin Docs

- -
- -

- Snapshot docs track the latest snapshot release tag. - Release docs track the latest semantic-version tag (e.g. X.Y.Z). - Both are refreshed automatically by GitHub Actions. -

- -
- - - - - - - -HTML - # Merge new metadata with existing data/docs.json so a snapshot-only or # release-only run doesn't clobber the other set. python3 - "$DATE" \