Add Tag and Report Template docs for 3.1 - #87
Merged
Conversation
Publish the Tag and Report Template modules from the care_docs sources under the platform domain. Refreshes the tagging concept, adds a new report template concept, and adds ten flows under a new Platform category in the 3.1 flows sidebar.
Deploying coredocs with
|
| Latest commit: |
90b2c31
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://927ea869.coredocs.pages.dev |
| Branch Preview URL: | https://docs-platform-tag-report.coredocs.pages.dev |
Contributor
There was a problem hiding this comment.
Generated by Docs Reviewer for #87 · opus50 · 116.7 AIC · ⌖ 15.8 AIC · ⊞ 11K
| "type": "category", | ||
| "label": "Platform", | ||
| "key": "platform-flows", | ||
| "items": [ |
Contributor
There was a problem hiding this comment.
Mirroring (checklist 11). This whole change lands in version-3.1 only. The shared conventions require versioned_docs/version-3.0/ and version-3.1/ to stay byte-identical. Missing: versioned_docs/version-3.0/concepts/platform/report-template.mdx, the version-3.0 copy of concepts/platform/tagging.mdx, all of version-3.0/flows/platform/**, and this same Platform category in versioned_sidebars/version-3.0-sidebars.json.
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.
What
Publishes the Tag and Report Template modules from
care_docsinto the docs site (version 3.1). 10 flows, 1 refreshed concept and 1 new one.concepts/platform/tagging.mdxconcepts/platform/report-template.mdxAdds a
Platformcategory to the 3.1 flows sidebar with both modules nested under it.Domain
Both modules are authored under
Admin/incare_docsand their frontmatter readdomain: admin. The site has noadmindomain, and tagging already had a page underplatform. Publishing as written would have created a newAdmindomain in both the concepts and flows sidebars while leavingplatform/tagging.mdxorphaned as a near-duplicate.They are published under
platforminstead, which is where the related technical references already sit (references/platform/tag-config.mdx,references/platform/report.mdx).The Tag concept keeps its authored title "Tag", so the page at
/concepts/platform/taggingis now titled Tag rather than "Tagging". Say if the site should keep the previous term.Flow titles were converted from "How to Create a Tag" to "Create a tag", matching the other modules.
Verification
Docusaurus build passes for both
enandmllocales.