From c471168f9b9577de55d8246e946b7e4f3708103f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 21 Nov 2025 16:52:14 +0000 Subject: [PATCH] Fix sidebar anchors for recent changes In ee52a861103b7f18674a861643cad6bb89bb56eb I made all the internal anchors all-lowercase. This makes the links in the separate sidebar file use the new anchors. --- _includes/sidebar.html | 58 +++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 16f6e2a0f..15d423621 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -22,36 +22,36 @@

Top - In: Introduction - P: Philosophy - I: Interfaces - F: Functions - C: Classes and class hierarchies - Enum: Enumerations - R: Resource management - ES: Expressions and statements - Per: Performance - CP: Concurrency - E: Error handling - Con: Constants and immutability - T: Templates and generic programming - CPL: C-style programming - SF: Source files - SL: The Standard library + In: Introduction + P: Philosophy + I: Interfaces + F: Functions + C: Classes and class hierarchies + Enum: Enumerations + R: Resource management + ES: Expressions and statements + Per: Performance + CP: Concurrency + E: Error handling + Con: Constants and immutability + T: Templates and generic programming + CPL: C-style programming + SF: Source files + SL: The Standard library
- A: Architectural Ideas - NR: Non-Rules and myths - RF: References - Pro: Profiles - GSL: Guideline support library - NL: Naming and layout - FAQ: Frequently asked questions - Appendix A: Libraries - Appendix B: Modernizing code - Appendix C: Discussion - Appendix D: Tools support - Glossary - To-do: Unclassified proto-rules + A: Architectural Ideas + NR: Non-Rules and myths + RF: References + Pro: Profiles + GSL: Guideline support library + NL: Naming and layout + FAQ: Frequently asked questions + Appendix A: Libraries + Appendix B: Modernizing code + Appendix C: Discussion + Appendix D: Tools support + Glossary + To-do: Unclassified proto-rules {% else %} Read the C++ Core Guidelines