Skip to content

Commit 2ee6047

Browse files
committed
Adding note about the one-click setup of Walkthroughs on DotNest
1 parent 56ea831 commit 2ee6047

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Lombiq.TrainingDemo/Lombiq.TrainingDemo.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2020
</ItemGroup>
2121

22+
<ItemGroup>
23+
<None Include="..\Readme.md" Link="Readme.md" />
24+
</ItemGroup>
25+
2226
<ItemGroup>
2327
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
2428
<PackageReference Include="OrchardCore.Users.Abstractions" Version="2.1.0" />

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Some further reading if you're hungry for more knowledge.
4545
- You can also follow the [Dojo Course 3 tutorial series](https://orcharddojo.net/orchard-training/dojo-course-3-the-full-orchard-core-tutorial) if you like to learn from videos.
4646
- This module is not about showing you how to create an Orchard Core application from scratch. For that, we recommend you use the `Initialize-OrchardCoreSolution` script from our [Utility Scripts project](https://github.com/Lombiq/Utility-Scripts).
4747
- Keep in mind that your best living reference for how to do something in Orchard is [the official repo](https://github.com/OrchardCMS/OrchardCore) and our [Open-Source Orchard Core Extensions](https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions) (OSOCE) solution. Clone both and keep the solutions open when you’re working on something so you can quickly look up anything. As a bonus, OSOCE also contains all of Lombiq's open-source Orchard themes and modules! Check it out for what we've already solved for you.
48-
- You can also take a look at our [Walkthroughs](https://github.com/Lombiq/Orchard-Walkthroughs) module, for step-by-step walkthroughs, which are guided by pop-up windows right there in the UI.
48+
- You can also take a look at our [Walkthroughs](https://github.com/Lombiq/Orchard-Walkthroughs) module, for step-by-step walkthroughs, which are guided by pop-up windows right there in the UI. You can also click "Guided walkthrough" button on the [homepage of DotNest, the Orchard Core SaaS](https://dotnest.com/), and you'll get a site set up with the Walkthroughs module, without touching Orchard's setup screen.
4949
- Be sure to check out the [Orchard Dojo Library for Orchard Core](https://orcharddojo.net/orchard-resources/CoreLibrary/) for a wealth of Orchard Core guidelines, best practices, development utilities (like scripts and snippets), and more as well!
5050
- This project utilizes several [GitHub Actions](https://docs.github.com/en/actions) workflows, like [Build and Test Orchard Core solution](https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows/BuildDotNetCoreOrchardCore/BuildAndTestOrchardCoreSolution.md) to provide CI builds. We recommend using such workflows from our [Lombiq GitHub Actions project](https://github.com/Lombiq/GitHub-Actions) for automation.
5151
- If you're ready to make a jump to fully automated Quality Assurance beyond unit testing as demonstrated here, check out the following projects:

0 commit comments

Comments
 (0)