Skip to content

Commit

Permalink
Merge pull request #375 from invariant-labs/hide-cspr-docs
Browse files Browse the repository at this point in the history
hide cspr docs
  • Loading branch information
wojciech-cichocki authored Aug 2, 2024
2 parents 77145ae + 85ed824 commit 5b81a49
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
{ to: '/docs/solana/introduction', label: 'Solana', position: 'left' },
{ to: '/docs/eclipse/introduction', label: 'Eclipse', position: 'left' },
{ to: '/docs/aleph_zero/installation', label: 'Aleph Zero', position: 'left' },
{ to: '/docs/casper/installation', label: 'Casper Network', position: 'left' },
// { to: '/docs/casper/installation', label: 'Casper Network', position: 'left' },
{ to: '/docs/vara/installation', label: 'VARA', position: 'left' },
{ to: '/docs/alephium/installation', label: 'Alephium', position: 'left' }
]
Expand Down Expand Up @@ -117,10 +117,10 @@ module.exports = {
from: '/docs/eclipse/',
to: '/docs/eclipse/introduction'
},
{
from: '/docs/casper/',
to: '/docs/casper/installation'
},
// {
// from: '/docs/casper/',
// to: '/docs/casper/installation'
// },
{
from: '/docs/vara/',
to: '/docs/vara/installation'
Expand All @@ -136,9 +136,9 @@ module.exports = {
if (existingPath === '/docs/solana/') {
return '/docs/solana/introduction'
}
if (existingPath === '/docs/casper/') {
return '/docs/casper/installation'
}
// if (existingPath === '/docs/casper/') {
// return '/docs/casper/installation'
// }
if (existingPath === '/docs/eclipse/') {
return '/docs/eclipse/introduction'
}
Expand Down
34 changes: 17 additions & 17 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,23 +143,23 @@ module.exports = {
'aleph_zero/deployment'
]
},
{
type: 'category',
label: 'Casper Network',
collapsed: true,
items: [
'casper/installation',
'casper/overview',
'casper/sdk',
'casper/types',
'casper/storage',
'casper/collections',
'casper/entrypoints',
'casper/handling_cspr',
'casper/invariant_errors',
'casper/deployment'
]
},
// {
// type: 'category',
// label: 'Casper Network',
// collapsed: true,
// items: [
// 'casper/installation',
// 'casper/overview',
// 'casper/sdk',
// 'casper/types',
// 'casper/storage',
// 'casper/collections',
// 'casper/entrypoints',
// 'casper/handling_cspr',
// 'casper/invariant_errors',
// 'casper/deployment'
// ]
// },
{
type: 'category',
label: 'VARA',
Expand Down

0 comments on commit 5b81a49

Please sign in to comment.