From 009e8a21ab1bf7c6d46475bc74e2430a2e0cd212 Mon Sep 17 00:00:00 2001 From: K Heiner Date: Sat, 12 Sep 2026 23:39:20 -0700 Subject: [PATCH] sweep for wcag heading violations --- .../4.reporting-and-support/3.security-reporting.md | 4 ++-- content/frameworks/01.nextjs/02.authentication.md | 4 ++-- content/frameworks/01.nextjs/10.multilingual-content.md | 6 +++--- content/frameworks/02.nuxt/02.authentication.md | 4 ++-- content/frameworks/02.nuxt/10.multilingual-content.md | 6 +++--- content/frameworks/09.flask/01.data-fetching.md | 2 +- content/guides/09.extensions/6.cli.md | 2 -- .../build-a-notebook-chrome-extension-with-directus-auth.md | 2 +- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/content/community/4.reporting-and-support/3.security-reporting.md b/content/community/4.reporting-and-support/3.security-reporting.md index ec1b2369e..274e74c3f 100644 --- a/content/community/4.reporting-and-support/3.security-reporting.md +++ b/content/community/4.reporting-and-support/3.security-reporting.md @@ -4,7 +4,7 @@ title: Security Reporting description: How to report security issues in Directus. --- -### Reporting a Security Issue +## Reporting a Security Issue If you believe you have discovered a security issue within a Directus product or service, please [open a new private security vulnerability report through GitHub](https://github.com/directus/directus/security/advisories/new). Alternatively, reach out to us directly over email: [security@directus.com](mailto:security@directus.com). We will then open a GitHub security advisory for tracking the fix on your behalf. @@ -15,7 +15,7 @@ Directus values the members of the independent security research community who f You can learn more about how we approach security and compliance at Directus [here](https://directus.com/resources/directus-soc-2-type-ii-certification). -### Approach to Vulnerability Management +## Approach to Vulnerability Management Directus takes a proactive approach to security by continuously monitoring for vulnerabilities using automated tools as part of our engineering pipelines. We are committed to addressing all High and Critical severity vulnerabilities that directly affect Directus. Our priority is to resolve vulnerabilities that impact Directus itself immediately, with fixes posted to the [Security tab](https://github.com/directus/directus/security) on GitHub after release. diff --git a/content/frameworks/01.nextjs/02.authentication.md b/content/frameworks/01.nextjs/02.authentication.md index f4e4b8dd7..384e6d8e7 100644 --- a/content/frameworks/01.nextjs/02.authentication.md +++ b/content/frameworks/01.nextjs/02.authentication.md @@ -13,11 +13,11 @@ navigation: title: Authentication --- -### Introduction +## Introduction Authentication is a critical part of any modern web application, ensuring that users can securely access their data and perform authorized actions. In this tutorial, you will learn how to implement authentication in your Next.js application using Directus' built-in authentication system. -### Before You Start +## Before You Start You will need: diff --git a/content/frameworks/01.nextjs/10.multilingual-content.md b/content/frameworks/01.nextjs/10.multilingual-content.md index a2bf1058b..aaade8147 100644 --- a/content/frameworks/01.nextjs/10.multilingual-content.md +++ b/content/frameworks/01.nextjs/10.multilingual-content.md @@ -175,7 +175,7 @@ Building on this success, Chandrayaan-2 was launched in 2019, featuring an orbit Click on the "Translations" interface and select the language you want to add the translation for. You will find below the translations in German, French and Spanish but you can add as many additional languages as you like. -#### German Translation +### German Translation - `title`: "Chandrayaan: Indiens Reise in die Mondforschung" - `content`: @@ -185,7 +185,7 @@ Chandrayaan ist eine Reihe von Monderkundungsmissionen, die von der Indian Space Aufbauend auf diesem Erfolg wurde Chandrayaan-2 2019 gestartet, bestehend aus einem Orbiter, einem Lander (Vikram) und einem Rover (Pragyan). Während der Lander keine weiche Landung hinbekam, sendet der Orbiter weiterhin wertvolle Daten. Im Jahr 2023 schrieb Chandrayaan-3 Geschichte, indem es erfolgreich in der Nähe des Südpols des Mondes landete, womit Indien die erste Nation war, der dieses Kunststück gelang. Die Mission setzte den Rover Pragyan ein, der vor Ort Analysen des Mondbodens durchführte und das Vorhandensein von Schwefel und anderen Elementen bestätigte. Das Chandrayaan-Programm ist ein Beweis für Indiens wachsende Expertise in der Weltraumforschung und seine Ambitionen für zukünftige interplanetare Missionen. ``` -#### French Translation +### French Translation - `title`: "Chandrayaan : le voyage de l'Inde dans l'exploration lunaire" - `content`: @@ -195,7 +195,7 @@ Chandrayaan est une série de missions d’exploration lunaire développées par Fort de ce succès, Chandrayaan-2 a été lancé en 2019, avec un orbiteur, un atterrisseur (Vikram) et un rover (Pragyan). Bien que l’atterrisseur n’ait pas réussi à atterrir en douceur, l’orbiteur continue d’envoyer des données précieuses. En 2023, Chandrayaan-3 est entré dans l’histoire en atterrissant avec succès près du pôle sud de la Lune, faisant de l’Inde la première nation à réaliser cet exploit. La mission a déployé le rover Pragyan, qui a procédé à des analyses in situ du sol lunaire et a confirmé la présence de soufre et d'autres éléments. Le programme Chandrayaan témoigne de l'expertise croissante de l'Inde en matière d'exploration spatiale et de ses ambitions pour de futures missions interplanétaires. ``` -#### Spanish Translation +### Spanish Translation - `title`: "Chandrayaan: el viaje de la India hacia la exploración lunar" - `content`: diff --git a/content/frameworks/02.nuxt/02.authentication.md b/content/frameworks/02.nuxt/02.authentication.md index 413e511a8..ca05f007b 100644 --- a/content/frameworks/02.nuxt/02.authentication.md +++ b/content/frameworks/02.nuxt/02.authentication.md @@ -12,11 +12,11 @@ description: Learn how to setup Directus authentication with Nuxt. navigation: title: Authentication --- -### Introduction +## Introduction Authentication is a critical part of any modern web application, ensuring that users can securely access their data and perform authorized actions. In this tutorial, you will learn how to implement authentication in your Nuxt application using Directus' built-in authentication system. -### Before You Start +## Before You Start You will need: diff --git a/content/frameworks/02.nuxt/10.multilingual-content.md b/content/frameworks/02.nuxt/10.multilingual-content.md index 7c163ce7d..ca2af5eb9 100644 --- a/content/frameworks/02.nuxt/10.multilingual-content.md +++ b/content/frameworks/02.nuxt/10.multilingual-content.md @@ -176,7 +176,7 @@ By following these tips, you'll be well on your way to becoming the most product Click on the "Translations" interface and select the language you want to add the translation for. Below is a translation in French, Italian and Portuguese but you can add as many additional languages as you like. -#### French Translation +### French Translation - `title`: "Devenir un lapin productif" - `content`: @@ -196,7 +196,7 @@ Entourez-vous d'influences positives. Faites-vous des amis avec d'autres lapins En suivant ces conseils, vous serez sur la bonne voie pour devenir le lapin le plus productif possible. Alors, sautez et faites avancer les choses ! ``` -#### Italian Translation +### Italian Translation - `title`: "Diventare un coniglio produttivo" - `content`: @@ -216,7 +216,7 @@ Circondati di influenze positive. Fai amicizia con altri conigli produttivi e im Seguendo questi suggerimenti, sarai sulla buona strada per diventare il coniglio più produttivo possibile. Quindi, salta e fai le cose! ``` -#### Portugeuse Translation +### Portugeuse Translation - `title`: "Tornando-se um coelho produtivo" - `content`: diff --git a/content/frameworks/09.flask/01.data-fetching.md b/content/frameworks/09.flask/01.data-fetching.md index c0a615c20..8f0a1a43c 100644 --- a/content/frameworks/09.flask/01.data-fetching.md +++ b/content/frameworks/09.flask/01.data-fetching.md @@ -203,7 +203,7 @@ Navigate to `http://localhost:3000/about` and see the result ![About page displaying configured data](/img/199fab96-daa7-4342-a601-b0e28c60af35.webp) -# Creating Blog Posts With Directus +## Creating Blog Posts With Directus Create a new collection called `authors` with a single text input field called `name`. Create one or more authors. diff --git a/content/guides/09.extensions/6.cli.md b/content/guides/09.extensions/6.cli.md index 8ad4e27a4..6e3bcb8df 100644 --- a/content/guides/09.extensions/6.cli.md +++ b/content/guides/09.extensions/6.cli.md @@ -4,8 +4,6 @@ title: CLI description: Using the create-directus-extension to build, validate and manage extensions. --- -# Directus Extension CLI Utility - The [`create-directus-extension` CLI utility](https://www.npmjs.com/package/create-directus-extension) is used to scaffold a Directus extension. ## Creating Extensions diff --git a/content/tutorials/2.projects/build-a-notebook-chrome-extension-with-directus-auth.md b/content/tutorials/2.projects/build-a-notebook-chrome-extension-with-directus-auth.md index 80c8ffe71..13f048e60 100644 --- a/content/tutorials/2.projects/build-a-notebook-chrome-extension-with-directus-auth.md +++ b/content/tutorials/2.projects/build-a-notebook-chrome-extension-with-directus-auth.md @@ -36,7 +36,7 @@ In order to create new note, edit note or delete note on behalf of user, we need ![Filter Notes](/img/0ce9a861-27a4-44d7-93fb-5481b7711945.webp) -# Initialize Extension +## Initialize Extension Open your terminal and run the following commands to create a new project, install dependencies, and run the project: