docs: Restructure quick-start guide into separate end-to-end guides for clp-json and clp-text.#968
Merged
kirkrodrigues merged 42 commits intoJul 3, 2025
Conversation
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.
Description
The quick-start section of CLP docs integrated explanations of clp-json and clp-text throughout, and it was split up into multiple pages to be more readable. This PR untangles these sections from one another and puts each on an independent page; in addition, it compiles all quick-start information for each flavour on a single page, rather than multiple pages. This will allow more room for the docs of each flavour to grow, and also make explanation of each flavour more streamlined. In addition, the page on multi-node development which was formerly part of the quick-start guide was moved to "Guides" so as not to complicate the new quick-start flow.
Checklist
breaking change.
Validation performed
Served website to local host, tried every link on every page; no bad links. All workflows passed.
Summary by CodeRabbit