From 16cb34ba3619938be8cf2670b1ec9c7e877909ce Mon Sep 17 00:00:00 2001 From: Tom Conner Date: Thu, 16 Nov 2023 12:59:39 -0500 Subject: [PATCH] header navigation --- AAI/implementations.md | 10 ++++++++-- _config.yml | 1 + index.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/AAI/implementations.md b/AAI/implementations.md index 93d07d7..c5feb57 100644 --- a/AAI/implementations.md +++ b/AAI/implementations.md @@ -1,12 +1,18 @@ +--- +layout: page +title: AAI Implementations +permalink: aai-implementations +--- + # Implementations ## What would a 300,000 foot view of AAI look like? -![this](AbstractAAI.drawio.svg) +![this](AAI/AbstractAAI.drawio.svg) ## How bout ELIXIR / Life Sciences AAI? -![this](LifeScienceAAI.drawio.svg) +![this](AAI/LifeScienceAAI.drawio.svg) ## Which GA4GH driver projects implement AAI and Passports? diff --git a/_config.yml b/_config.yml index 0be4a4d..7a72138 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,7 @@ header_pages: - AAI/ga4gh_passport_v1.md - AAI/ga4gh_custom_visas.md - AAI/FAQ.md + - AAI/implementations.md - AAI/VERSIONS.md # Due to the way we publish to github pages - it is useful that Jekyll keeps any .git in the destination around diff --git a/index.md b/index.md index 621c170..29fc936 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ layout: home --- -## Authentication and Authorization Infrastructure (AAI) +# Authentication and Authorization Infrastructure (AAI) * [OIDC Profile]({% link AAI/AAIConnectProfile.md %}) * [FAQ]({% link AAI/FAQ.md %})