Update Network Doc (#266)

* Change networks docs

* Change networks docs

* add redirect

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Misha Bragin
2024-12-27 16:37:49 -04:00
committed by GitHub
parent c8683cc7e2
commit 10df6808a8
6 changed files with 53 additions and 18 deletions

View File

@@ -24,6 +24,11 @@ const nextConfig = {
},
redirects: async () => {
return [
{
source: '/how-to/networks-concept',
destination: '/how-to/networks',
permanent: true,
},
{
source: '/docs/getting-started/installation',
destination: '/how-to/getting-started#installation',