Skip to content

Commit e920cbe

Browse files
committed
docs: add redirect from previous locations to new in 'About Mithril' section of website
1 parent affb52c commit e920cbe

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/website/docusaurus.config.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,46 @@ const config = {
147147
to: "/manual/develop/references",
148148
from: ["/manual/developer-docs/references"],
149149
},
150+
{
151+
to: "/mithril/advanced/mithril-protocol",
152+
from: ["/category/mithril-protocol"],
153+
},
154+
{
155+
to: "/mithril/advanced/mithril-protocol/protocol",
156+
from: ["/mithril/mithril-protocol/protocol"],
157+
},
158+
{
159+
to: "/mithril/advanced/mithril-protocol/certificates",
160+
from: ["/mithril/mithril-protocol/certificates"],
161+
},
162+
{
163+
to: "/mithril/advanced/mithril-protocol/security",
164+
from: ["/mithril/mithril-protocol/security"],
165+
},
166+
{
167+
to: "/mithril/advanced/mithril-network/",
168+
from: ["/category/mithril-network"],
169+
},
170+
{
171+
to: "/mithril/advanced/mithril-network/architecture",
172+
from: ["/mithril/mithril-network/architecture"],
173+
},
174+
{
175+
to: "/mithril/advanced/mithril-network/aggregator",
176+
from: ["/mithril/mithril-network/aggregator"],
177+
},
178+
{
179+
to: "/mithril/advanced/mithril-network/signer",
180+
from: ["/mithril/mithril-network/signer"],
181+
},
182+
{
183+
to: "/mithril/advanced/mithril-network/client",
184+
from: ["/mithril/mithril-network/client"],
185+
},
186+
{
187+
to: "/mithril/advanced/threat-model",
188+
from: ["/mithril/threat-model"],
189+
},
150190
],
151191
},
152192
],

0 commit comments

Comments
 (0)