website: add legal/accessibility pages

This commit is contained in:
Emmanuel Pelletier
2024-06-06 14:13:34 +02:00
parent 6d28b936ad
commit a071e30a67
3 changed files with 65 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ export default defineConfig({
starlight({
title: "La Suite : intégrations",
social: {
github: "https://github.com/withastro/starlight",
github: "https://github.com/numerique-gouv/lasuite-integration",
},
defaultLocale: "root",
locales: {
@@ -70,6 +70,12 @@ export default defineConfig({
directory: "reference",
},
},
{
label: "À propos",
autogenerate: {
directory: "about",
},
},
],
customCss: ["./src/styles/global.css"],
expressiveCode: {