Skip to content

docs: name the current site-export CLI flag - #9

Merged
hamidfzm merged 1 commit into
mainfrom
fix/site-export-cli-flag
Aug 16, 2026
Merged

docs: name the current site-export CLI flag#9
hamidfzm merged 1 commit into
mainfrom
fix/site-export-cli-flag

Conversation

@hamidfzm

Copy link
Copy Markdown
Member

Summary

The site-theme section of the API reference tells plugin authors to use --export-website, which Glyph removed. It became --export site --out <dir> when the CLI grew the other export formats, and the old spelling was deleted rather than deprecated, so a reader following this doc after the next release gets a usage error.

Changes

  • docs/api-reference.md: names the current flag, and the old one with its version boundary, since which flag a reader needs depends on the Glyph they have installed.

Notes

The same rename is handled in glyph-md/export-website-action#1, which is the other place the removed flag was still live. This is documentation only; no plugin behaviour changes.

Glyph renamed it when the CLI grew the other export formats:
--export-website <dir> became --export site --out <dir>, and the old spelling
was removed rather than deprecated. The site-theme section still told plugin
authors to use the removed one.

Names both, with the version boundary, since the flag a reader needs depends
on which Glyph they have installed.
@hamidfzm hamidfzm self-assigned this Aug 16, 2026
@hamidfzm
hamidfzm merged commit 1f4e1a7 into main Aug 16, 2026
2 checks passed
@hamidfzm
hamidfzm deleted the fix/site-export-cli-flag branch August 16, 2026 14:30
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