Add C# Templates topic to the Cratis Stack - #95
Open
einari wants to merge 1 commit into
Open
Conversation
Registers a new 'templates' product topic that syncs the Documentation folder from Cratis/Templates — overview, getting started, and one page per template (cratis web app, chronicle console, chronicle web, aspire). Placed after Components in the icon rail, since the templates scaffold the Chronicle + Arc + Components application stack.
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
Adds a C# Templates topic to the Cratis Stack docs, after Components in the icon rail.
The new
templatesproduct entry insync-content.mjssyncs theDocumentation/folder from Cratis/Templates (sibling clone or submodule, same as every other product). The Templates repo PR adds that folder: overview, getting started (install, scaffold, run), and one page per template — the full-stackcratisweb application,cratis-chronicle-console,cratis-chronicle-web, andcratis-aspire.Until now the templates had no documentation in the Documentation repository; this gives them a proper section without moving the canonical source out of the Templates repo.
Verification
node scripts/sync-content.mjs templatesemits 6 pages undersrc/content/docs/templates/and the generated topics.json carries the new topic (idtemplates, iconlayout-template, placed after components).npm run buildpasses — 1103 pages — with/templates/,/templates/getting-started/, and all four template pages rendering (verified in dist).