Skip to content

Commit 1ae264a

Browse files
committed
site: add more resources to footer & update docs sidebar
1 parent 98c393d commit 1ae264a

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

site/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 6
33
---
44

5-
# Ouroboros Leios FAQ
5+
# FAQs
66

77
## What are the benefits of Leios?
88

site/docusaurus.config.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config: Config = {
118118
to: "/docs/how-it-works",
119119
},
120120
{
121-
label: "FAQ",
121+
label: "FAQs",
122122
to: "/docs/faq",
123123
},
124124
{
@@ -162,6 +162,23 @@ const config: Config = {
162162
},
163163
],
164164
},
165+
{
166+
title: "More resources",
167+
items: [
168+
{
169+
label: "IOHK research library",
170+
to: "https://iohk.io/en/research/library/",
171+
},
172+
{
173+
label: "Essential Cardano",
174+
to: "https://www.essentialcardano.io/",
175+
},
176+
{
177+
label: "Cardano Docs",
178+
to: "https://docs.cardano.org/",
179+
},
180+
],
181+
},
165182
],
166183
copyright: `Copyright © ${
167184
new Date().getFullYear()

site/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const sidebars: SidebarsConfig = {
1414
tutorialSidebar: [
1515
{
1616
type: "category",
17-
label: "Introduction",
17+
label: "Overview",
1818
items: ["intro", "protocol-overview", "how-it-works"],
1919
},
2020
"faq",

0 commit comments

Comments
 (0)