Skip to content

chore: export only docs/ to the docs site - #5

Open
hamidfzm wants to merge 2 commits into
mainfrom
chore/docs-only-site
Open

chore: export only docs/ to the docs site#5
hamidfzm wants to merge 2 commits into
mainfrom
chore/docs-only-site

Conversation

@hamidfzm

Copy link
Copy Markdown
Member

The docs site at https://glyph-md.github.io/plugins/ currently publishes the whole repository as the workspace, so the nav tree shows registration folders, the repo README, and CONTRIBUTING next to the actual documentation.

  • docs-site.yml now exports docs/ only; its README becomes the site index
  • docs/.glyph/site.json (new) sets the site title, description, and base URL
  • scripts/build-index.mjs links each catalog entry to the plugin's folder on GitHub (relative registration pages no longer exist on the site); docs/plugin-catalog.md regenerated
  • plugins/** stays in the workflow path filter since registration changes regenerate the catalog

Note: doc page URLs move from /plugins/docs/<page> to /plugins/<page> when this merges; the plugin-template PR's README links are being updated to match.

hamidfzm added 2 commits July 20, 2026 17:03
The site published the whole repo (registration folders, repo README,
CONTRIBUTING), which cluttered the nav with non-doc pages. docs/ is now
the exported workspace: its README becomes the index, docs/.glyph/site.json
carries the site title, and the generated catalog links each plugin's
README on GitHub instead of a relative page that no longer exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant