diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c3738d30f48..5eadf1010a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ labels: 'bug :bug:' assignees: '' --- - + ### Describe the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 410f4514c31..c1114d6a190 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,7 +6,7 @@ labels: enhancement assignees: '' --- - + ### Is your feature request related to a problem? diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3e387368608..7651965cc2e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/.github/workflows/comment_issue_on_triage.yml b/.github/workflows/comment_issue_on_triage.yml index 1a662f3ea1a..6992d6bc0ef 100644 --- a/.github/workflows/comment_issue_on_triage.yml +++ b/.github/workflows/comment_issue_on_triage.yml @@ -24,10 +24,10 @@ jobs: # The double empty lines in the body are necessary; it'll show up as a single empty line in the comment. BODY: > We triaged this issue and set the milestone according to the priority we think is appropriate (see - [the docs](https://docs.orchardcore.net/en/latest/docs/guides/contributing/managing-issues/) on how we + [the docs](https://docs.orchardcore.net/en/latest/docs/contributing/managing-issues/) on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions - [here](https://docs.orchardcore.net/en/latest/docs/guides/contributing/). + [here](https://docs.orchardcore.net/en/latest/docs/contributing/). diff --git a/.github/workflows/first_time_contributor.yml b/.github/workflows/first_time_contributor.yml index bf1d650a3a2..7846cd76455 100644 --- a/.github/workflows/first_time_contributor.yml +++ b/.github/workflows/first_time_contributor.yml @@ -21,10 +21,10 @@ jobs: Thank you for submitting your first issue, awesome! 🚀 We're thrilled to receive your input. If you haven't completed the template yet, please take a moment to do so. This ensures that we fully understand your feature request or bug report. On what happens next, see - [the docs](https://docs.orchardcore.net/en/latest/guides/contributing/managing-issues/#what-happens-after-you-open-an-issue). + [the docs](https://docs.orchardcore.net/en/latest/contributing/managing-issues/#what-happens-after-you-open-an-issue). FIRST_PR_COMMENT: > Thank you for submitting your first pull request, awesome! 🚀 If you haven't already, please take a moment - to review our [contribution guide](https://docs.orchardcore.net/en/latest/guides/contributing/). This + to review our [contribution guide](https://docs.orchardcore.net/en/latest/contributing/). This guide provides helpful information to ensure your contribution aligns with our standards. A core team member will review your pull request. FIRST_PR_MERGED_COMMENT: > diff --git a/mkdocs.yml b/mkdocs.yml index 2a7f78d82db..b014bf9592a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,30 @@ plugins: - redirects: redirect_maps: 'topics/docs-contributions/README.md': 'contributing/contributing-documentation.md' + 'glossary/README.md': 'reference/glossary/README.md' + 'guides/contributing/README.md': 'contributing/README.md' + 'guides/contributing/managing-issues.md': 'contributing/managing-issues.md' + 'guides/contributing/contributing-code.md': 'contributing/contributing-code.md' + 'guides/contributing/reviewing-pull-requests.md': 'contributing/reviewing-pull-requests.md' + 'guides/contributing/contributing-documentation.md': 'contributing/contributing-documentation.md' + 'guides/contributing/benchmarking.md': 'contributing/benchmarking.md' + 'resources/tutorials/README.md': 'getting-started/external-resources.md' + 'resources/development-tools/README.md': 'getting-started/development-tools.md' + 'resources/meeting/README.md': 'contributing/meetings.md' + 'resources/branding/README.md': 'reference/branding/README.md' + 'resources/libraries/README.md': 'reference/libraries/README.md' + 'resources/owners/README.md': 'community/owners/README.md' + 'reference/core/DisplayManagement/README.md': 'reference/modules/DisplayManagement/README.md' + 'reference/core/Configuration/README.md': 'reference/modules/Configuration/README.md' + 'reference/core/Placement/README.md': 'reference/modules/Placement/README.md' + 'reference/core/Data/README.md': 'reference/modules/Data/README.md' + 'reference/core/Apis.GraphQL.Abstractions/README.md': 'reference/modules/Apis.GraphQL.Abstractions/README.md' + 'reference/core/KeyVault.Azure/README.md': 'reference/modules/KeyVault.Azure/README.md' + 'reference/core/Logging.Serilog/README.md': 'reference/modules/Logging.Serilog/README.md' + 'reference/core/Modules/README.md': 'reference/modules/Modules/README.md' + 'reference/core/Razor/README.md': 'reference/modules/Razor/README.md' + 'reference/core/Sanitizer/README.md': 'reference/modules/Sanitizer/README.md' + 'reference/core/Shells/README.md': 'reference/modules/Shells/README.md' # Page tree nav: diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml index 9d5272ac6d0..bbae6730ce0 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/HtmlFieldSettings.Edit.cshtml @@ -14,7 +14,7 @@ @T["Whether the Html is sanitized to prevent custom scripts."] - @T["See documentation"] + @T["See documentation"] diff --git a/src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPartSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPartSettings.Edit.cshtml index 1859764e04e..882b8c35def 100644 --- a/src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPartSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPartSettings.Edit.cshtml @@ -6,7 +6,7 @@ @T["Whether the Html is sanitized to prevent custom scripts."] - @T["See documentation"] + @T["See documentation"] \ No newline at end of file diff --git a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownBodyPartSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownBodyPartSettings.Edit.cshtml index 04882d21238..d60e5080e7f 100644 --- a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownBodyPartSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownBodyPartSettings.Edit.cshtml @@ -6,7 +6,7 @@ @T["Whether the Html output from the Markdown is sanitized to prevent custom scripts."] - @T["See documentation"] + @T["See documentation"] \ No newline at end of file diff --git a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownFieldSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownFieldSettings.Edit.cshtml index 6e064283511..62233575077 100644 --- a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownFieldSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/MarkdownFieldSettings.Edit.cshtml @@ -14,7 +14,7 @@ @T["Whether the Html output is sanitized to prevent custom scripts."] - @T["See documentation"] + @T["See documentation"] diff --git a/src/OrchardCore.Modules/OrchardCore.Menu/Views/HtmlMenuItemPartSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Menu/Views/HtmlMenuItemPartSettings.Edit.cshtml index 09a30d2bf0e..4019473cdb3 100644 --- a/src/OrchardCore.Modules/OrchardCore.Menu/Views/HtmlMenuItemPartSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Menu/Views/HtmlMenuItemPartSettings.Edit.cshtml @@ -6,7 +6,7 @@ @T["Whether the Html is sanitized to prevent custom scripts."] - @T["See documentation"] + @T["See documentation"] \ No newline at end of file diff --git a/src/docs/reference/branding/README.md b/src/docs/reference/branding/README.md index b685da3d3ab..9fe06fd7cdd 100644 --- a/src/docs/reference/branding/README.md +++ b/src/docs/reference/branding/README.md @@ -77,4 +77,4 @@ Other formats: # Fonts -We use the [Open Sans font family](https://fonts.google.com/specimen/Open+Sans). You can find all the font files in [the `assets/fonts` folder](https://github.com/OrchardCMS/OrchardCore/tree/dev/src/docs/resources/branding/assets/fonts) of this documentation page. Be sure to adhere to [the font's license](assets/fonts/LICENSE.txt). +We use the [Open Sans font family](https://fonts.google.com/specimen/Open+Sans). You can find all the font files in [the `assets/fonts` folder](https://github.com/OrchardCMS/OrchardCore/tree/main/src/docs/reference/branding/assets/fonts) of this documentation page. Be sure to adhere to [the font's license](assets/fonts/LICENSE.txt).