From 919a54b24b57182b8c13e924f082833a32295687 Mon Sep 17 00:00:00 2001 From: Damian Sieczkowski Date: Thu, 14 Sep 2023 08:51:33 -0400 Subject: [PATCH] More specific redirects from legacy concepts page --- docusaurus.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3a7cd77..e09e887 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -98,6 +98,13 @@ module.exports = { }, { to: '/spicedb-serverless/overview', from: '/products/serverless' }, { to: '/reference/clients', from: '/reference/zed' }, + { to: '/reference/glossary#object', from: '/concepts/namespaces'}, + { to: '/reference/glossary#relation', + from: [ + '/concepts/relations', + '/concepts/tuples', + ] + }, { to: '/reference/glossary', from: [ @@ -111,10 +118,7 @@ module.exports = { '/authz/what-else', '/concepts/authz', '/concepts/check', - '/concepts/namespaces', - '/concepts/relations', '/concepts/terminology', - '/concepts/tuples', '/v0/concepts/,', ], },