website: add legal/accessibility pages
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user