Merge pull request #22542 from sennyeya/documentation/glossary

docs: add a central glossary
This commit is contained in:
Fredrik Adelöw
2024-02-03 11:33:56 +01:00
committed by GitHub
13 changed files with 436 additions and 93 deletions
+8
View File
@@ -144,6 +144,14 @@ module.exports = {
from: '/docs/features/software-templates/testing-scaffolder-alpha',
to: '/docs/features/software-templates/migrating-to-rjsf-v5',
},
{
from: '/docs/auth/glossary',
to: '/docs/references/glossary',
},
{
from: '/docs/overview/glossary',
to: '/docs/references/glossary',
},
],
},
],
+3 -4
View File
@@ -37,7 +37,6 @@
"overview/versioning-policy",
"overview/threat-model",
"overview/support",
"overview/glossary",
"overview/logos"
],
"Getting Started": [
@@ -318,8 +317,7 @@
"auth/add-auth-provider",
"auth/service-to-service-auth",
"auth/autologout",
"auth/troubleshooting",
"auth/glossary"
"auth/troubleshooting"
],
"Permissions": [
"permissions/overview",
@@ -479,6 +477,7 @@
"architecture-decisions/adrs-adr013"
],
"FAQ": ["faq/index", "faq/product", "faq/technical"],
"Accessibility": ["accessibility/index"]
"Accessibility": ["accessibility/index"],
"References": ["references/glossary"]
}
}