Skip to content

Commit

Permalink
Some modifications done during discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 8, 2024
1 parent 9547590 commit 46aaa4c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 25 deletions.
4 changes: 0 additions & 4 deletions docs/core-concepts/faq/_category_.json

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/run-on-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Run on mainnet
33 changes: 13 additions & 20 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ module.exports = {
label: "Welcome",
id: "getting-started/index",
},
{
type: "link",
href: "/",
label: "Protocol overview",
},
"known-issues",
{
type: "html",
value: "<small><b>Tutorials</b></small>",
Expand All @@ -14,35 +20,22 @@ module.exports = {
{
type: "link",
href: "/",
label: "Quick Start",
label: "Getting started",
},
{
type: "doc",
id: "tutorial/index",
label: "Open a head on testnet",
},
{
type: "html",
value: "<small><b>Core Concepts</b></small>",
defaultStyle: true,
className: "sidebar-header",
},
{
type: "link",
href: "/",
label: "Protocol overview",
},
"known-issues",
"faq",
{
type: "html",
value: "<small><b>Documentation</b></small>",
defaultStyle: true,
className: "sidebar-header",
},
{
type: "link",
href: "/",
type: "doc",
id: "getting-started/quickstart",
label: "Configuration",
},
{
Expand All @@ -63,12 +56,12 @@ module.exports = {
{
type: "category",
label: "How to ...",
collapsed: true,
collapsible: true,
// collapsed: true,
// collapsible: true,
items: [
{
type: "link",
href: "/",
type: "doc",
id: "run-on-mainnet",
label: "Run Hydra on mainnet",
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/* Custom sidebar section headers */
.sidebar-header {
opacity: 0.5;
opacity: 0.9;
}

/* Ensure footer is drawn over api reference side bar. */
Expand Down

0 comments on commit 46aaa4c

Please sign in to comment.