-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed bad9dd8 to development with MkDocs 1.5.3 and mike 2.0.0
- Loading branch information
1 parent
61fca6e
commit da485d8
Showing
21 changed files
with
1,035 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,21 +101,55 @@ | |
</div> | ||
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2024 Martin Donath <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
--> | ||
|
||
<!-- Determine classes --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Header --> | ||
<header class="md-header md-header--shadow" data-md-component="header"> | ||
<nav class="md-header__inner md-grid" aria-label="Header"> | ||
<nav | ||
class="md-header__inner md-grid" | ||
aria-label="Header" | ||
> | ||
|
||
<!-- Link to home --> | ||
<a href="https://lakefs-spec.org" title="lakeFS-spec" class="md-header__button md-logo" aria-label="lakeFS-spec" data-md-component="logo"> | ||
|
||
<img src="/latest/_images/aai-logo-cropped.png" alt="logo"> | ||
|
||
</a> | ||
|
||
<!-- Button to open drawer --> | ||
<label class="md-header__button md-icon" for="__drawer"> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg> | ||
</label> | ||
|
||
<!-- Header title --> | ||
<div class="md-header__title" data-md-component="header-title"> | ||
<div class="md-header__ellipsis"> | ||
<div class="md-header__topic"> | ||
|
@@ -126,12 +160,14 @@ | |
<div class="md-header__topic" data-md-component="header-topic"> | ||
<span class="md-ellipsis"> | ||
|
||
|
||
lakeFS-spec — <strong></strong> | ||
|
||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Color palette toggle --> | ||
|
||
|
||
<form class="md-header__option" data-md-component="palette"> | ||
|
@@ -159,15 +195,23 @@ | |
</form> | ||
|
||
|
||
|
||
<!-- User preference: color palette --> | ||
|
||
<script>var media,input,key,value,palette=__md_get("__palette");if(palette&&palette.color){"(prefers-color-scheme)"===palette.color.media&&(media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']"),palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent"));for([key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script> | ||
|
||
|
||
<!-- Site language selector --> | ||
|
||
|
||
<!-- Button to open search modal --> | ||
|
||
<label class="md-header__button md-icon" for="__search"> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg> | ||
</label> | ||
|
||
<!-- Search interface --> | ||
<div class="md-search" data-md-component="search" role="dialog"> | ||
<label class="md-search__overlay" for="__search"></label> | ||
<div class="md-search__inner" role="search"> | ||
|
@@ -201,6 +245,8 @@ | |
</div> | ||
</div> | ||
|
||
|
||
<!-- Repository information --> | ||
|
||
<div class="md-header__source"> | ||
<a href="https://github.com/aai-institute/lakefs-spec" title="Go to repository" class="md-source" data-md-component="source"> | ||
|
@@ -215,6 +261,8 @@ | |
</div> | ||
|
||
</nav> | ||
|
||
<!-- Navigation tabs (sticky) --> | ||
|
||
</header> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,21 +110,55 @@ | |
</div> | ||
|
||
|
||
|
||
<!-- | ||
Copyright (c) 2016-2024 Martin Donath <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
--> | ||
|
||
<!-- Determine classes --> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Header --> | ||
<header class="md-header md-header--shadow" data-md-component="header"> | ||
<nav class="md-header__inner md-grid" aria-label="Header"> | ||
<nav | ||
class="md-header__inner md-grid" | ||
aria-label="Header" | ||
> | ||
|
||
<!-- Link to home --> | ||
<a href="https://lakefs-spec.org" title="lakeFS-spec" class="md-header__button md-logo" aria-label="lakeFS-spec" data-md-component="logo"> | ||
|
||
<img src="../_images/aai-logo-cropped.png" alt="logo"> | ||
|
||
</a> | ||
|
||
<!-- Button to open drawer --> | ||
<label class="md-header__button md-icon" for="__drawer"> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg> | ||
</label> | ||
|
||
<!-- Header title --> | ||
<div class="md-header__title" data-md-component="header-title"> | ||
<div class="md-header__ellipsis"> | ||
<div class="md-header__topic"> | ||
|
@@ -135,12 +169,14 @@ | |
<div class="md-header__topic" data-md-component="header-topic"> | ||
<span class="md-ellipsis"> | ||
|
||
Contributing | ||
lakeFS-spec — <strong>Contributing</strong> | ||
|
||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Color palette toggle --> | ||
|
||
|
||
<form class="md-header__option" data-md-component="palette"> | ||
|
@@ -168,15 +204,23 @@ | |
</form> | ||
|
||
|
||
|
||
<!-- User preference: color palette --> | ||
|
||
<script>var media,input,key,value,palette=__md_get("__palette");if(palette&&palette.color){"(prefers-color-scheme)"===palette.color.media&&(media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']"),palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent"));for([key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script> | ||
|
||
|
||
<!-- Site language selector --> | ||
|
||
|
||
<!-- Button to open search modal --> | ||
|
||
<label class="md-header__button md-icon" for="__search"> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg> | ||
</label> | ||
|
||
<!-- Search interface --> | ||
<div class="md-search" data-md-component="search" role="dialog"> | ||
<label class="md-search__overlay" for="__search"></label> | ||
<div class="md-search__inner" role="search"> | ||
|
@@ -210,6 +254,8 @@ | |
</div> | ||
</div> | ||
|
||
|
||
<!-- Repository information --> | ||
|
||
<div class="md-header__source"> | ||
<a href="https://github.com/aai-institute/lakefs-spec" title="Go to repository" class="md-source" data-md-component="source"> | ||
|
@@ -224,6 +270,8 @@ | |
</div> | ||
|
||
</nav> | ||
|
||
<!-- Navigation tabs (sticky) --> | ||
|
||
</header> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!-- | ||
Copyright (c) 2016-2024 Martin Donath <[email protected]> | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to | ||
deal in the Software without restriction, including without limitation the | ||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | ||
IN THE SOFTWARE. | ||
--> | ||
|
||
<!-- Determine classes --> | ||
{% set class = "md-header" %} | ||
{% if "navigation.tabs.sticky" in features %} | ||
{% set class = class ~ " md-header--shadow md-header--lifted" %} | ||
{% elif "navigation.tabs" not in features %} | ||
{% set class = class ~ " md-header--shadow" %} | ||
{% endif %} | ||
|
||
<!-- Header --> | ||
<header class="{{ class }}" data-md-component="header"> | ||
<nav | ||
class="md-header__inner md-grid" | ||
aria-label="{{ lang.t('header') }}" | ||
> | ||
|
||
<!-- Link to home --> | ||
<a | ||
href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" | ||
title="{{ config.site_name | e }}" | ||
class="md-header__button md-logo" | ||
aria-label="{{ config.site_name }}" | ||
data-md-component="logo" | ||
> | ||
{% include "partials/logo.html" %} | ||
</a> | ||
|
||
<!-- Button to open drawer --> | ||
<label class="md-header__button md-icon" for="__drawer"> | ||
{% set icon = config.theme.icon.menu or "material/menu" %} | ||
{% include ".icons/" ~ icon ~ ".svg" %} | ||
</label> | ||
|
||
<!-- Header title --> | ||
<div class="md-header__title" data-md-component="header-title"> | ||
<div class="md-header__ellipsis"> | ||
<div class="md-header__topic"> | ||
<span class="md-ellipsis"> | ||
{{ config.site_name }} | ||
</span> | ||
</div> | ||
<div class="md-header__topic" data-md-component="header-topic"> | ||
<span class="md-ellipsis"> | ||
{% if page.meta and page.meta.title %} | ||
{{ config.site_name }} — <strong>{{ page.meta.title }}</strong> | ||
{% else %} | ||
{{ config.site_name }} — <strong>{{ page.title }}</strong> | ||
{% endif %} | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Color palette toggle --> | ||
{% if config.theme.palette %} | ||
{% if not config.theme.palette is mapping %} | ||
{% include "partials/palette.html" %} | ||
{% endif %} | ||
{% endif %} | ||
|
||
<!-- User preference: color palette --> | ||
{% if not config.theme.palette is mapping %} | ||
{% include "partials/javascripts/palette.html" %} | ||
{% endif %} | ||
|
||
<!-- Site language selector --> | ||
{% if config.extra.alternate %} | ||
{% include "partials/alternate.html" %} | ||
{% endif %} | ||
|
||
<!-- Button to open search modal --> | ||
{% if "material/search" in config.plugins %} | ||
<label class="md-header__button md-icon" for="__search"> | ||
{% set icon = config.theme.icon.search or "material/magnify" %} | ||
{% include ".icons/" ~ icon ~ ".svg" %} | ||
</label> | ||
|
||
<!-- Search interface --> | ||
{% include "partials/search.html" %} | ||
{% endif %} | ||
|
||
<!-- Repository information --> | ||
{% if config.repo_url %} | ||
<div class="md-header__source"> | ||
{% include "partials/source.html" %} | ||
</div> | ||
{% endif %} | ||
</nav> | ||
|
||
<!-- Navigation tabs (sticky) --> | ||
{% if "navigation.tabs.sticky" in features %} | ||
{% if "navigation.tabs" in features %} | ||
{% include "partials/tabs.html" %} | ||
{% endif %} | ||
{% endif %} | ||
</header> |
Oops, something went wrong.