diff --git a/_data/navigation.yml b/_data/navigation.yml index 3f08d512..097d08bb 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -16,6 +16,24 @@ main: - title: "Github Pages Starter Pack" url: "https://infominer.id/gh-pages-starter-pack.html" +sovnav: + - title: Indy Nav + children: + - title: Index + description: Index of Resources Surrounding Hyperledger Indy, the Sovrin Foundation, and Evernym. + url: indy-ecosystem + - title: Adoption + description: Partnerships and Application of Evernym, Sovrin, and Indy. + url: indy-ecosystem/adoption + - title: Indy Github + description: GitHub Repositories Related to Hyperledger Indy. + url: indy-ecosystem/github + - title: Literature + description: Research and Literature Related to the Indy Ecosystem. + url: indy-ecosystem/literature + - title: VON + description: Resources Related to the Verifiable Organizations Network + url: indy-ecosystem/von didnav: - title: Featured children: diff --git a/id-initiatives/indy-ecosystem/VON.md b/id-initiatives/indy-ecosystem/VON.md index da317e0e..1be26be3 100644 --- a/id-initiatives/indy-ecosystem/VON.md +++ b/id-initiatives/indy-ecosystem/VON.md @@ -1,6 +1,12 @@ --- title: BCGov's Verifiable Organizations Network layout: single +permalink: indy-ecosystem/von +redirect_from: + - id-initiatives/indy-ecosystem/von.html +sidebar: + nav: "sovnav" + --- diff --git a/id-initiatives/indy-ecosystem/adoption.md b/id-initiatives/indy-ecosystem/adoption.md index 7c8fd554..c067a100 100644 --- a/id-initiatives/indy-ecosystem/adoption.md +++ b/id-initiatives/indy-ecosystem/adoption.md @@ -3,6 +3,12 @@ title: Evernym-Sovrin-Indy Adoption layout: single classes: wide toc: false +permalink: indy-ecosystem/adoption +redirect_from: + - id-initiatives/indy-ecosystem +sidebar: + nav: "sovnav" + --- diff --git a/id-initiatives/indy-ecosystem/index.md b/id-initiatives/indy-ecosystem/index.md index b6c43c5b..628ad311 100644 --- a/id-initiatives/indy-ecosystem/index.md +++ b/id-initiatives/indy-ecosystem/index.md @@ -6,9 +6,14 @@ twitter: card: "summary_large_image" header: image: "https://i.imgur.com/6O3gTXX.png" -permalink: Indy-Sovrin -redirect_from: indy-sovrin - +permalink: indy-ecosystem/ +redirect_from: + - indy-sovrin + - id-initiatives/indy-ecosytem + - Indy-Sovrin +sidebar: + nav: "sovnav" + --- **Protocol, Governance, Education, Ecosystem** diff --git a/id-initiatives/indy-ecosystem/indy-github.md b/id-initiatives/indy-ecosystem/indy-github.md index d8ae94fd..99652cde 100644 --- a/id-initiatives/indy-ecosystem/indy-github.md +++ b/id-initiatives/indy-ecosystem/indy-github.md @@ -1,6 +1,12 @@ --- title: Indy Github Repositories layout: single +permalink: indy-ecosystem/github +redirect_from: + - id-initiatives/indy-ecosystem/indy-github.html +sidebar: + nav: "sovnav" + --- diff --git a/id-initiatives/indy-ecosystem/literature.md b/id-initiatives/indy-ecosystem/literature.md index 08ea7e63..486ba625 100644 --- a/id-initiatives/indy-ecosystem/literature.md +++ b/id-initiatives/indy-ecosystem/literature.md @@ -1,6 +1,11 @@ --- title: Sovrin Related Literature and Media layout: single +permalink: indy-ecosystem/literature +redirect_from: + - id-initiatives/indy-ecosystem/literature.html +sidebar: + nav: "sovnav" --- ## Contents diff --git a/index.md b/index.md index 3194a9b5..e540f1af 100644 --- a/index.md +++ b/index.md @@ -1,11 +1,14 @@ --- -layout: "single" +layout : "single" title : Identity Decentralized description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet." twitter: card : "summary_large_image" header: - image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png" + image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png" +sidebar: + nav : "sovnav" + ---