docs(readme): refresh root README and add French peer (AB#2229)#9
Merged
Merged
Conversation
Rewrite the root README.md to fully reflect the current codebase and infrastructure, and add a distinct README.fr.md as its French peer so the bilingual parity rule from CONTRIBUTING.md is honoured at the repo root. README.md updates - Add bilingual language switcher row linking to README.fr.md. - Document the full architecture (mermaid) including UAMI, VNet, private endpoints, Application Insights and Log Analytics. - Pin the current tech stack: .NET 10 (10.0.100, latestFeature), EF Core 10, SqlClient 6.1.1, Azure.Monitor.OpenTelemetry.AspNetCore 1.4.0 (SamplingRatio = 1.0, TracesPerSecond = null), Microsoft.Identity.Web 3.5.0, Azure.Identity 1.14.2. - Expand repository navigation to cover src/, tests/ (xUnit + Locust + Playwright), infra/main.bicep + infra/modules/ + infra/scripts/, scripts/, slides/, boards/, data/seed/, .github/workflows/, .azuredevops/pipelines/ and .devcontainer/. - Add quick-start, local-dev (in-memory fallback), tests, lab map, Bicep parameters and outputs, and CI/CD sections. - Document the post-provision UAMI-grant + App Service restart pattern introduced by AB#2228 / PR #8 in both the GitHub Actions and Azure DevOps Pipelines flows. README.fr.md - New file mirroring every section of README.md in Quebec French. - Cross-linked back to README.md at the top. - Same markdownlint-disable header preserved. Fixes AB#2229
This file contains hidden or 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
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.
Summary
Refreshes the root README to fully reflect the current codebase, infrastructure, workflows, scripts, tests, slides build, boards seed, and adds a distinct
README.fr.mdas its French peer so the bilingual parity rule from CONTRIBUTING.md is honoured at the repo root.What changed
README.mdREADME.fr.md.10.0.100,latestFeature), EF Core 10,Microsoft.Data.SqlClient6.1.1,Azure.Monitor.OpenTelemetry.AspNetCore1.4.0 (SamplingRatio = 1.0,TracesPerSecond = null),Microsoft.Identity.Web3.5.0,Azure.Identity1.14.2.src/,tests/(xUnit + Locust + Playwright),infra/main.bicep+infra/modules/+infra/scripts/,scripts/,slides/,boards/,data/seed/,.github/workflows/,.azuredevops/pipelines/and.devcontainer/.README.fr.md(new)README.mdin Quebec French.README.mdat the top.markdownlint-disableheader preserved.Validation
markdownlintpasses on both files (no problems reported by the editor diagnostics).Fixes AB#2229