Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,12 @@ ${content}`,
position: "left",
label: "Developer Documentation",
},
// {
// type: "docSidebar",
// sidebarId: "learn",
// position: "left",
// label: "Learn",
// },
{
type: "docSidebar",
sidebarId: "tutorial",
position: "left",
label: "Tutorial",
},
{
type: "docSidebar",
sidebarId: "designSystem",
Expand Down
8 changes: 4 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ const sidebars = {
dirName: "developer-documentation",
},
],
designSystem: [
tutorial: [
{
type: "autogenerated",
dirName: "design-system",
dirName: "tutorial",
},
],
learn: [
designSystem: [
{
type: "autogenerated",
dirName: "learn",
dirName: "design-system",
},
],
about: [
Expand Down
8 changes: 7 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HomepageHeader() {
</Heading>
<div className={clsx("buttons", styles.heroButtons)}>
<Link
className={clsx("button button--primary", styles.heroButton)}
className="button button--secondary"
to="/developer-documentation/getting-started"
>
Get started
Expand All @@ -37,6 +37,12 @@ function HomepageHeader() {
>
About RADFish
</Link>
<Link
className="button button--secondary"
to="/tutorial/introduction"
>
Tutorial
</Link>
</div>
</div>
</header>
Expand Down