Skip to content

Commit

Permalink
Merge pull request #17 from Lombiq/issue/LMBQ-173
Browse files Browse the repository at this point in the history
LMBQ-173: Display the Orchard Dojo Library pages only on GitHub
  • Loading branch information
DemeSzabolcs authored Aug 20, 2024
2 parents 81f05c0 + 5c94d95 commit ed0c0b8
Show file tree
Hide file tree
Showing 109 changed files with 211 additions and 888 deletions.
10 changes: 5 additions & 5 deletions CoreLibrary/DevelopmentGuidelines/BestPractices/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## Topics

- [C# best practices](CSharp)
- [Orchard Core best practices](OrchardCore)
- [JavaScript best practices](JavaScript)
- [CSS best practices](Css)
- [Source control best practices](SourceControl)
- [C# best practices](CSharp.md)
- [Orchard Core best practices](OrchardCore.md)
- [JavaScript best practices](JavaScript.md)
- [CSS best practices](Css.md)
- [Source control best practices](SourceControl.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Below you can find pieces of software that you should install for the best Orcha

## Visual Studio tips

- Use [code snippets](https://docs.microsoft.com/en-us/visualstudio/ide/code-snippets); try out [the ones in this package](../Utilities/VisualStudioSnippets/) too that specifically aid Orchard Core development.
- Use [code snippets](https://docs.microsoft.com/en-us/visualstudio/ide/code-snippets); try out [the ones in this package](../Utilities/VisualStudioSnippets/Index.md) too that specifically aid Orchard Core development.
- Use keyboard shortcuts. The most useful ones are:
- F5: start with debugging
- Ctrl+F5: start without debugging
Expand Down
16 changes: 8 additions & 8 deletions CoreLibrary/DevelopmentGuidelines/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

If something’s not specified, general C# guidelines apply: [C# Coding Conventions](http://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx) and [General Naming Conventions](http://msdn.microsoft.com/en-us/library/vstudio/ms229045%28v=vs.100%29.aspx). The talk [How To Design A Good API And Why It Matters](http://www.youtube.com/watch?v=aAb7hSCtvGw) is an evergreen as well as the [.NET Framework Design Guidelines Digest](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/framework-design-guidelines-digest.md).

- [Best practices](BestPractices/)
- [Code styling](CodeStyling)
- [Naming conventions](NamingConventions)
- [Rules of thumb for refactoring](Refactoring)
- [Inline documentation guidelines](InlineDocumentationGuidelines)
- [Code review guidelines](CodeReview)
- [Development environment advice](DevelopmentEnvironment)
- [Orchard performance optimization guidelines](OrchardPerformanceOptimization)
- [Best practices](BestPractices/Index.md)
- [Code styling](CodeStyling.md)
- [Naming conventions](NamingConventions.md)
- [Rules of thumb for refactoring](Refactoring.md)
- [Inline documentation guidelines](InlineDocumentationGuidelines.md)
- [Code review guidelines](CodeReview.md)
- [Development environment advice](DevelopmentEnvironment.md)
- [Orchard performance optimization guidelines](OrchardPerformanceOptimization.md)
2 changes: 1 addition & 1 deletion CoreLibrary/DevelopmentGuidelines/Refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Consider [refactoring](http://en.wikipedia.org/wiki/Refactoring) in these cases:

## Renaming a project

You should do the following steps to rename an existing .NET project (including an Orchard Core [module](../Wiki/Module) or [theme](../Wiki/Theme)).
You should do the following steps to rename an existing .NET project (including an Orchard Core module or theme).

1. Make a backup or commit to source control before attempting the rename.
2. Rename the project from inside Visual Studio. This will change the project's name in a lot of manifest files.
Expand Down
14 changes: 7 additions & 7 deletions CoreLibrary/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
The Orchard Dojo Library is a portable package of Orchard Core goodies. It supplements Orchard Dojo's trainings and tutorials. These are also part of the best practices and guidelines we use at [Lombiq](https://lombiq.com/).

- Topics:
- [Orchard Core Link Collection](LinkCollection): useful Orchard Core-related links
- [Software Development Guidelines](DevelopmentGuidelines/): various development guidelines we find useful
- [Orchard Core Training Guidelines](Training/): used for [Orchard trainings](http://orcharddojo.net/orchard-training)
- [Development Utilities](Utilities/): utilities that make Orchard Core development faster and easier
- [Contribution Guidelines](ContributionGuideLines)
- [License](License)
- [Orchard Core Link Collection](LinkCollection.md): useful Orchard Core-related links
- [Software Development Guidelines](DevelopmentGuidelines/Index.md): various development guidelines we find useful
- Orchard Core Training Guidelines: used for [Orchard trainings](http://orcharddojo.net/training) (it has been moved to the [Orchard Dojo website](http://orcharddojo.net/training))
- [Development Utilities](Utilities/Index.md): utilities that make Orchard Core development faster and easier
- [Contribution Guidelines](ContributionGuideLines.md)
- [License](License.md)

You can download the whole Library, file issues or fork it from its [repository](https://github.com/Lombiq/Orchard-Dojo-Library). Also you can download the Library's textual content as one big concatenated document in [HTML](https://orcharddojo.net/Lombiq.DownloadAs/Download/DownloadAs/20474?Extension=html).
You can download the whole Library, file issues or fork it from its [repository](https://github.com/Lombiq/Orchard-Dojo-Library).

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ed0c0b8

Please sign in to comment.