Added Markdown version of the doc available as a Composer package#3306
Closed
mnocon wants to merge 16 commits into
Closed
Added Markdown version of the doc available as a Composer package#3306mnocon wants to merge 16 commits into
mnocon wants to merge 16 commits into
Conversation
Trims released archives to just the generated clean Markdown (via .gitattributes export-ignore) and adds a workflow that builds the docs, syncs the llms.txt-generated Markdown into a tracked markdown/ directory, and tags a release when the content changes. The require section is now empty since the shipped payload is Markdown only, not PHP code. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ting tag Drops the push trigger and the master/main fallback for tagging, and switches the release workflow to append today's date to whatever patch version was last tagged for the branch, instead of hardcoding it. Also updates .gitattributes to match the docs/ sync target. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Versions must line up 1:1 with the ibexa/* product packages (5.0.9, not 5.0.1203), so the release is now a manual workflow_dispatch that takes the target DXP version directly (mirroring api_refs.yaml's version input), derives the branch to build from it, and tags exactly that version. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reads extra.latest_tag_X_Y from each branch's own mkdocs.yml as the DXP version to mirror, so doc tags stay aligned with the actual product version (5.0.9, not an arbitrary date-only scheme). Retags when either the generated Markdown changed or the DXP version moved since the last tag. Scheduled runs fan out via a branch matrix with explicit ref checkouts, since GitHub only fires `schedule` on the default branch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Author
|
Replaced by #3307 |
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.
Replaced by #3307