@tdykstra We need to split the RC and Blazor Host and deploy content.
Two possible approaches leap to mind ...
1
An overview for each hosting model can hold the common content using an INCLUDE. The Overview topics can then cover each hosting model.
[EDIT] NOT USING 👇 👎
Host and deploy (*host-and-deploy* folder)
... other nodes ...
Blazor node (*blazor* folder)
Overview (*index.md*) - INCLUDE for common content followed by Blazor-specific content.
Configure the Linker topic (*configure-linker.md*)
Razor components node (*razor-components* folder)
Overview (*index.md*) - INCLUDE for common content followed by RC-specific content.
... host and deploy topics ...
[EDIT] WILL USE 👇 👍
2
Here's an alternative that uses a common node (Razor Components/Blazor) ...
Host and deploy (*host-and-deploy* folder)
... other nodes ...
Razor Components/Blazor node (*razor-components-blazor* folder)
Overview (*index.md*) - Contains the common content.
Blazor (*blazor.md*) - Blazor-specific host and deploy content.
Configure the Linker topic (*configure-linker.md*)
Razor Components (*razor-components.md*) - RC-specific host and deploy content.
... host and deploy topics ...
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@tdykstra We need to split the RC and Blazor Host and deploy content.
Two possible approaches leap to mind ...
1
An overview for each hosting model can hold the common content using an INCLUDE. The Overview topics can then cover each hosting model.[EDIT] NOT USING 👇 👎
[EDIT] WILL USE 👇 👍
2
Here's an alternative that uses a common node (
Razor Components/Blazor) ...Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.