Merge pull request #22542 from sennyeya/documentation/glossary
docs: add a central glossary
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user