diff --git a/doc/ArchitectureOfTheDocumentationPipeline.en.md b/doc/ArchitectureOfTheDocumentationPipeline.en.md index 2288112..0d04c0c 100644 --- a/doc/ArchitectureOfTheDocumentationPipeline.en.md +++ b/doc/ArchitectureOfTheDocumentationPipeline.en.md @@ -153,12 +153,8 @@ The code is the source of truth. --- - - - - - - -
← CI/CD and Operational Integration↑ Table of contentsWriting a custom renderer →
+
+← CI/CD and Operational Integration · ↑ Table of contents · Writing a custom renderer → +
--- diff --git a/doc/ArchitectureOfTheDocumentationPipeline.fr.md b/doc/ArchitectureOfTheDocumentationPipeline.fr.md index 9796e72..7f0223c 100644 --- a/doc/ArchitectureOfTheDocumentationPipeline.fr.md +++ b/doc/ArchitectureOfTheDocumentationPipeline.fr.md @@ -153,12 +153,8 @@ Le code est la source de vérité. --- - - - - - - -
← Intégration CI/CD et exploitation↑ Table des matièresÉcrire son propre renderer →
+
+← Intégration CI/CD et exploitation · ↑ Table des matières · Écrire son propre renderer → +
--- diff --git a/doc/BestPractices.en.md b/doc/BestPractices.en.md index 06ad121..a5e02ae 100644 --- a/doc/BestPractices.en.md +++ b/doc/BestPractices.en.md @@ -207,12 +207,8 @@ Well-written errors improve: --- - - - - - - -
← Usage Patterns↑ Table of contentsCI/CD and Operational Integration →
+
+← Usage Patterns · ↑ Table of contents · CI/CD and Operational Integration → +
--- \ No newline at end of file diff --git a/doc/BestPractices.fr.md b/doc/BestPractices.fr.md index 983b312..bb30112 100644 --- a/doc/BestPractices.fr.md +++ b/doc/BestPractices.fr.md @@ -207,12 +207,8 @@ Des erreurs bien écrites améliorent : --- - - - - - - -
← Cas d’usage↑ Table des matièresIntégration CI/CD et exploitation →
+
+← Cas d’usage · ↑ Table des matières · Intégration CI/CD et exploitation → +
--- \ No newline at end of file diff --git a/doc/CoreConcepts.en.md b/doc/CoreConcepts.en.md index 0910172..265f6d7 100644 --- a/doc/CoreConcepts.en.md +++ b/doc/CoreConcepts.en.md @@ -146,12 +146,8 @@ All based on the same source of truth: the code. --- - - - - - - -
← When Not to Use FirstClassErrors↑ Table of contentsError Context Guide →
+
+← When Not to Use FirstClassErrors · ↑ Table of contents · Error Context Guide → +
--- \ No newline at end of file diff --git a/doc/CoreConcepts.fr.md b/doc/CoreConcepts.fr.md index d84af25..1725d0b 100644 --- a/doc/CoreConcepts.fr.md +++ b/doc/CoreConcepts.fr.md @@ -145,12 +145,8 @@ Le tout basé sur une même source de vérité : le code. --- - - - - - - -
← Quand ne pas utiliser FirstClassErrors↑ Table des matièresGuide du contexte d’erreur →
+
+← Quand ne pas utiliser FirstClassErrors · ↑ Table des matières · Guide du contexte d’erreur → +
--- \ No newline at end of file diff --git a/doc/DesignPrinciples.en.md b/doc/DesignPrinciples.en.md index f345d76..938e962 100644 --- a/doc/DesignPrinciples.en.md +++ b/doc/DesignPrinciples.en.md @@ -19,12 +19,8 @@ In essence, the library encourages teams to treat errors as first-class knowledg --- - - - - - - -
← Getting Started↑ Table of contentsWhen Not to Use FirstClassErrors →
+
+← Getting Started · ↑ Table of contents · When Not to Use FirstClassErrors → +
--- \ No newline at end of file diff --git a/doc/DesignPrinciples.fr.md b/doc/DesignPrinciples.fr.md index f07b18e..6bc2e32 100644 --- a/doc/DesignPrinciples.fr.md +++ b/doc/DesignPrinciples.fr.md @@ -19,12 +19,8 @@ En essence, la bibliothèque encourage les équipes à considérer les erreurs c --- - - - - - - -
← Premiers pas↑ Table des matièresQuand ne pas utiliser FirstClassErrors →
+
+← Premiers pas · ↑ Table des matières · Quand ne pas utiliser FirstClassErrors → +
--- \ No newline at end of file diff --git a/doc/ErrorContext.en.md b/doc/ErrorContext.en.md index f41592e..f02fa6b 100644 --- a/doc/ErrorContext.en.md +++ b/doc/ErrorContext.en.md @@ -98,12 +98,8 @@ If yes to most of these, it is a good candidate. --- - - - - - - -
← Core Concepts↑ Table of contentsWriting Errors Guide →
+
+← Core Concepts · ↑ Table of contents · Writing Errors Guide → +
--- diff --git a/doc/ErrorContext.fr.md b/doc/ErrorContext.fr.md index 86410d9..a0c97db 100644 --- a/doc/ErrorContext.fr.md +++ b/doc/ErrorContext.fr.md @@ -98,12 +98,8 @@ Si la majorité des réponses est oui, c’est un bon candidat. --- - - - - - - -
← Concepts fondamentaux↑ Table des matièresGuide d’écriture des erreurs →
+
+← Concepts fondamentaux · ↑ Table des matières · Guide d’écriture des erreurs → +
--- diff --git a/doc/FAQ.en.md b/doc/FAQ.en.md index 9f5d5c2..8195805 100644 --- a/doc/FAQ.en.md +++ b/doc/FAQ.en.md @@ -165,12 +165,8 @@ Why does the distinction earn its keep? --- - - - - - - -
← Internationalization↑ Table of contents
+
+← Internationalization · ↑ Table of contents +
--- \ No newline at end of file diff --git a/doc/FAQ.fr.md b/doc/FAQ.fr.md index 6dd66ee..d963294 100644 --- a/doc/FAQ.fr.md +++ b/doc/FAQ.fr.md @@ -165,12 +165,8 @@ Pourquoi cette distinction en vaut-elle la peine ? --- - - - - - - -
← Internationalisation↑ Table des matières
+
+← Internationalisation · ↑ Table des matières +
--- \ No newline at end of file diff --git a/doc/GettingStarted.en.md b/doc/GettingStarted.en.md index 8c9466c..053112e 100644 --- a/doc/GettingStarted.en.md +++ b/doc/GettingStarted.en.md @@ -187,12 +187,8 @@ to --- - - - - - - -
↑ Table of contentsDesign Principles →
+
+↑ Table of contents · Design Principles → +
--- \ No newline at end of file diff --git a/doc/GettingStarted.fr.md b/doc/GettingStarted.fr.md index 926012b..3e6a609 100644 --- a/doc/GettingStarted.fr.md +++ b/doc/GettingStarted.fr.md @@ -187,12 +187,8 @@ Vous passez de : --- - - - - - - -
↑ Table des matièresPrincipes de conception →
+
+↑ Table des matières · Principes de conception → +
--- \ No newline at end of file diff --git a/doc/Internationalisation.fr.md b/doc/Internationalisation.fr.md index b6690c2..f662249 100644 --- a/doc/Internationalisation.fr.md +++ b/doc/Internationalisation.fr.md @@ -118,12 +118,8 @@ Le contenu est localisé à l’extraction ; le texte fixe au rendu. Les noms de --- - - - - - - -
← Écrire son propre renderer↑ Table des matièresFAQ →
+
+← Écrire son propre renderer · ↑ Table des matières · FAQ → +
--- diff --git a/doc/Internationalization.en.md b/doc/Internationalization.en.md index d4e968f..b8a1e59 100644 --- a/doc/Internationalization.en.md +++ b/doc/Internationalization.en.md @@ -118,12 +118,8 @@ Content is localized at extraction; boilerplate at rendering. File names, anchor --- - - - - - - -
← Writing a custom renderer↑ Table of contentsFAQ →
+
+← Writing a custom renderer · ↑ Table of contents · FAQ → +
--- diff --git a/doc/OperationalIntegration.en.md b/doc/OperationalIntegration.en.md index c95e163..3ec652d 100644 --- a/doc/OperationalIntegration.en.md +++ b/doc/OperationalIntegration.en.md @@ -98,12 +98,8 @@ Errors become: --- - - - - - - -
← Best Practices↑ Table of contentsArchitecture of the Documentation Pipeline →
+
+← Best Practices · ↑ Table of contents · Architecture of the Documentation Pipeline → +
--- \ No newline at end of file diff --git a/doc/OperationalIntegration.fr.md b/doc/OperationalIntegration.fr.md index aefcfba..facbbb6 100644 --- a/doc/OperationalIntegration.fr.md +++ b/doc/OperationalIntegration.fr.md @@ -98,12 +98,8 @@ Les erreurs deviennent : --- - - - - - - -
← Bonnes pratiques↑ Table des matièresArchitecture du pipeline de documentation →
+
+← Bonnes pratiques · ↑ Table des matières · Architecture du pipeline de documentation → +
--- \ No newline at end of file diff --git a/doc/UsagePatterns.en.md b/doc/UsagePatterns.en.md index 875b6af..9d42d60 100644 --- a/doc/UsagePatterns.en.md +++ b/doc/UsagePatterns.en.md @@ -209,12 +209,8 @@ but **what it means, why it might have happened, and where to look**. --- - - - - - - -
← Writing Errors Guide↑ Table of contentsBest Practices →
+
+← Writing Errors Guide · ↑ Table of contents · Best Practices → +
--- \ No newline at end of file diff --git a/doc/UsagePatterns.fr.md b/doc/UsagePatterns.fr.md index ce434c2..27a7e7d 100644 --- a/doc/UsagePatterns.fr.md +++ b/doc/UsagePatterns.fr.md @@ -195,12 +195,8 @@ La bibliothèque vous aide à exprimer non seulement qu’un échec s’est prod --- - - - - - - -
← Guide d’écriture des erreurs↑ Table des matièresBonnes pratiques →
+
+← Guide d’écriture des erreurs · ↑ Table des matières · Bonnes pratiques → +
--- \ No newline at end of file diff --git a/doc/WhenNotToUseFirstClassErrors.en.md b/doc/WhenNotToUseFirstClassErrors.en.md index 549b73e..f63a40c 100644 --- a/doc/WhenNotToUseFirstClassErrors.en.md +++ b/doc/WhenNotToUseFirstClassErrors.en.md @@ -72,12 +72,8 @@ The goal of this library is not to make every exception richer. It is to make me --- - - - - - - -
← Design Principles↑ Table of contentsCore Concepts →
+
+← Design Principles · ↑ Table of contents · Core Concepts → +
--- \ No newline at end of file diff --git a/doc/WhenNotToUseFirstClassErrors.fr.md b/doc/WhenNotToUseFirstClassErrors.fr.md index 54fb9cb..fa2419c 100644 --- a/doc/WhenNotToUseFirstClassErrors.fr.md +++ b/doc/WhenNotToUseFirstClassErrors.fr.md @@ -72,12 +72,8 @@ L’objectif de cette bibliothèque n’est pas de rendre toutes les exceptions --- - - - - - - -
← Principes de conception↑ Table des matièresConcepts clés →
+
+← Principes de conception · ↑ Table des matières · Concepts clés → +
--- \ No newline at end of file diff --git a/doc/WritingACustomRenderer.en.md b/doc/WritingACustomRenderer.en.md index 09a9bfd..b54ff6e 100644 --- a/doc/WritingACustomRenderer.en.md +++ b/doc/WritingACustomRenderer.en.md @@ -110,12 +110,8 @@ foreach (RenderedDocument document in new CsvErrorDocumentationRenderer().Render --- - - - - - - -
← Architecture of the Documentation Pipeline↑ Table of contentsInternationalization →
+
+← Architecture of the Documentation Pipeline · ↑ Table of contents · Internationalization → +
--- diff --git a/doc/WritingACustomRenderer.fr.md b/doc/WritingACustomRenderer.fr.md index bc7d524..d1e8397 100644 --- a/doc/WritingACustomRenderer.fr.md +++ b/doc/WritingACustomRenderer.fr.md @@ -110,12 +110,8 @@ foreach (RenderedDocument document in new CsvErrorDocumentationRenderer().Render --- - - - - - - -
← Architecture du pipeline de documentation↑ Table des matièresInternationalisation →
+
+← Architecture du pipeline de documentation · ↑ Table des matières · Internationalisation → +
--- diff --git a/doc/WritingErrorsGuide.en.md b/doc/WritingErrorsGuide.en.md index 2efc920..e9bc86c 100644 --- a/doc/WritingErrorsGuide.en.md +++ b/doc/WritingErrorsGuide.en.md @@ -198,12 +198,8 @@ They become part of the **shared understanding of how the system works — and f --- - - - - - - -
← Error Context Guide↑ Table of contentsUsage Patterns →
+
+← Error Context Guide · ↑ Table of contents · Usage Patterns → +
--- \ No newline at end of file diff --git a/doc/WritingErrorsGuide.fr.md b/doc/WritingErrorsGuide.fr.md index db7326c..8cc1a4d 100644 --- a/doc/WritingErrorsGuide.fr.md +++ b/doc/WritingErrorsGuide.fr.md @@ -195,12 +195,8 @@ Des erreurs bien écrites ne sont pas simplement levées. Elles deviennent une p --- - - - - - - -
← Guide du contexte d’erreur↑ Table des matièresCas d’usage →
+
+← Guide du contexte d’erreur · ↑ Table des matières · Cas d’usage → +
--- \ No newline at end of file