diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 4f1c002..b32f242 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -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 - diff --git a/content/community/_index.md b/content/community/_index.md new file mode 100644 index 0000000..cbe7485 --- /dev/null +++ b/content/community/_index.md @@ -0,0 +1,9 @@ +--- +title: Community +linktitle: " " +type: book +toc: false +--- + +--- +{{< list_children >}} \ No newline at end of file diff --git a/content/community/contributing/_index.md b/content/community/contributing/_index.md new file mode 100644 index 0000000..e37f3d6 --- /dev/null +++ b/content/community/contributing/_index.md @@ -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 \ No newline at end of file diff --git a/content/roadmap/_index.md b/content/community/roadmap/_index.md similarity index 98% rename from content/roadmap/_index.md rename to content/community/roadmap/_index.md index 6b2593d..e2669cd 100644 --- a/content/roadmap/_index.md +++ b/content/community/roadmap/_index.md @@ -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