Skip to content

Commit

Permalink
docs: move menu items to community parent entry (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune authored Aug 29, 2024
1 parent 9c02290 commit ee3c016
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 10 deletions.
26 changes: 17 additions & 9 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@ main:
url: '/specifications/'
weight: 10

- name: Community
url: '/community/'
weight: 20
- name: Contributing
parent: Community
url: '/community/contributing/'
weight: 10
- name: Roadmap
url: '/roadmap/'
parent: Community
url: '/community/roadmap/'
weight: 20
- name: Project dashboard
parent: Community
url: '/project-dashboard/'
weight: 30
- name: Archives
parent: Community
url: '/archives/'
weight: 40

- name: Implementations
url: '/implementations/'
weight: 30

- name: Dashboard
url: '/project-dashboard/'
weight: 40

- name: Archives
url: '/archives/'
weight: 50


9 changes: 9 additions & 0 deletions content/community/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Community
linktitle: " "
type: book
toc: false
---

---
{{< list_children >}}
11 changes: 11 additions & 0 deletions content/community/contributing/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: How to contribute
linktitle: Contributing
summary: Find out how to contribute to the Calypso Networks Terminal API project and how it can benefit your organization.
type: book
toc: true
weight: 1
---

---
## Coming soon
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: Roadmap
title: Project roadmap
linktitle: Roadmap
summary: Overview of past and future API Releases.
type: book
toc: false
weight: 2
---

## current work and future developments
Expand Down

0 comments on commit ee3c016

Please sign in to comment.