-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Blazor CMS guide with multitenancy support and interactivity demo #15573
Merged
Conversation
This file contains 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
Updated the explanation for the button added to the BaseUrl page. The button was previously described to increment a counter for demonstrating interactivity. The description has now been changed to state that the button displays the current local time to demonstrate interactivity.
hishamco
reviewed
Mar 25, 2024
Awesome! @ns8482e would you be interested to review? |
hishamco
requested changes
Mar 27, 2024
Co-authored-by: Hisham Bin Ateya <[email protected]>
Co-authored-by: Hisham Bin Ateya <[email protected]>
This was referenced Apr 1, 2024
ns8482e
approved these changes
Apr 3, 2024
Add the path to the .md file in mkdocs.yml, below the 'How to guides' node to make it appear in the menu and in order to build the page. |
Updated the guide for creating a Decoupled CMS site. The new guide focuses on creating a Decoupled CMS site with a .NET Blazor Application (Server Side) and can be found at `docs/guides/create-blazor-cms/README.md`.
…into ns/blazor-doc
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.
Extended the Blazor App Sample on OrchardCore.Samples, via PR: OrchardCMS/OrchardCore.Samples#45
And extended the documentation that is waiting in this PR, here: #15213