docs: document space_key auto-create inputs and bump checkout to v5 - #25
Merged
Conversation
- Add missing space_key, parent_page_id, write_page_id, exclude inputs and created, skipped_files, skipped_json outputs to the README tables - Add missing CLI options (--space-key, --parent-page-id, --no-write-page-id, --mermaid-macro, --exclude) to the CLI options list - Add an "Auto-creating pages" section explaining page creation and frontmatter write-back behavior - Update the Action usage example to checkout@v5 and confluence-md@v0.2.2 - Bump actions/checkout to v5 in our own workflows Addresses #23 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#23 revealed that the
space_key/parent_page_id/write_page_idinputs (shipped in v0.2.x) were completely missing from the README, making the auto-create feature undiscoverable.space_key,parent_page_id,write_page_id,exclude) and outputs (created,skipped_files,skipped_json) to the README tables--space-key,--parent-page-id,--no-write-page-id,--mermaid-macro,--exclude) to the CLI options listcheckout@v4+@v0.1.5tocheckout@v5+@v0.2.2actions/checkoutto v5 in this repo's own workflowsRelated
Addresses #23 (docs portion — the feature itself already exists in v0.2.2)
🤖 Generated with Claude Code