Skip to content

Commit

Permalink
docs: Improve Navigation Bar (#414)
Browse files Browse the repository at this point in the history
This PR adds the needed changes to the Navigation bar to support new pages like Getting Started, Installation and more


Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 authored Jul 10, 2024
1 parent c429583 commit fc64142
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ geekdocDescription: Home page for Solo Documentation

Solo is an opinionated CLI tool to deploy and manage standalone test networks.

{{< button size="large" relref="getting-started/installation.md" >}}Getting Started{{< /button >}}

Feature overview
-----------------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/content/contribution/contribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Solo Contribution
weight: -20
geekdocNav: true
geekdocAlign: center
---
6 changes: 6 additions & 0 deletions docs/content/contribution/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Docs Contribution
weight: -20
geekdocNav: true
geekdocAlign: center
---
6 changes: 6 additions & 0 deletions docs/content/getting-started/deploy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Deploy
weight: -20
geekdocNav: true
geekdocAlign: center
---
6 changes: 6 additions & 0 deletions docs/content/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Installation
weight: -20
geekdocNav: true
geekdocAlign: center
---
6 changes: 6 additions & 0 deletions docs/content/getting-started/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Setup
weight: -20
geekdocNav: true
geekdocAlign: center
---
18 changes: 14 additions & 4 deletions docs/data/menu/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
---
main:
- name: User
ref: "/User/README.md"
- name: Developer
ref: "/Developer/DEV.md"
- name: Getting Started
sub:
- name: Installation
ref: "/getting-started/installation.md"
- name: Setup
ref: "/getting-started/setup.md"
- name: Deploy
ref: "/getting-started/deploy.md"
- name: Contribution
sub:
- name: Solo
ref: "/contribution/contribution.md"
- name: Docs
ref: "/contribution/docs.md"
- name: Classes
ref: "/solo/static/Classes/index.html"
external: true
6 changes: 5 additions & 1 deletion docs/data/menu/more.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ more:
- name: Hedera Hashgraph
ref: "https://hedera.com/"
external: true
- name: Releases
ref: "https://github.com/hashgraph/solo/releases"
external: true
icon: "gdoc_download"
- name: "View Source"
ref: "https://github.com/hashgraph/solo/issues"
ref: "https://github.com/hashgraph/solo"
external: true
icon: "gdoc_github"

0 comments on commit fc64142

Please sign in to comment.