Skip to content

Commit

Permalink
move to new category in Learn
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed May 15, 2024
1 parent 8384b55 commit 812ddd3
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions kusama-guide/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,23 @@ module.exports = {
"learn/learn-agile-coretime",
"learn/learn-guides-coretime-marketplaces",
"learn/learn-guides-coretime-parachains",
{
type: "category",
label: "Advanced Coretime Guides",
description: "Advanced coretime guides",
link: {
type: 'generated-index',
title: "Advanced Coretime Guides",
description: "Concepts, Implementation and Tutorials on Agile Coretime.",
slug: '/learn-agile-coretime-getting-started',
},
items: [
"build/build-guides-install-deps",
"build/build-guides-coretime-start",
"build/build-guides-template-basic",
"build/build-guides-coretime-troubleshoot"
]
}
],
},
{
Expand Down Expand Up @@ -717,22 +734,6 @@ module.exports = {
"build/build-node-interaction",
],
},
{
type: "category",
label: "Getting Started with Coretime",
link: {
type: 'generated-index',
title: "Getting Started with Coretime",
description: "Learn how to get started with building parachains, solo-chains, and other aspects of protocol development.",
slug: '/build-coretime-index',
},
items: [
"build/build-guides-install-deps",
"build/build-guides-coretime-start",
"build/build-guides-template-basic",
"build/build-guides-coretime-troubleshoot"
],
},
"build/build-smart-contracts",
{
type: "category",
Expand Down

0 comments on commit 812ddd3

Please sign in to comment.