You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README and contributing docs for multitenancy
Added shipped status and getting started instructions for the Multitenancy core extension in the README. Updated documentation links to use Markdown format and clarified link formatting guidelines in the contributing guide.
Copy file name to clipboardExpand all lines: docs/contributing/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,4 @@ We keep the upstream Jason Taylor template pristine and ship everything as opt-i
27
27
- Use fenced code blocks with language tags (`bash`, `powershell`, `csharp`, `json`).
28
28
- Prefer snippets from source to avoid drift; keep examples short and runnable.
29
29
- Keep compatibility info current (template version, target frameworks, dependencies).
30
+
- Format external links as Markdown links, for example `- [Roadmap](https://cleanarchitecture-extensions.github.io/CleanArchitecture.Extensions/roadmap/)` (avoid `Label: URL`).
0 commit comments