mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Added insider features to docs
This commit is contained in:
parent
7d7f104c3c
commit
3f004f56dd
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
|||||||
repository: lensapp/lens
|
repository: lensapp/lens
|
||||||
path: lens
|
path: lens
|
||||||
|
|
||||||
- name: Checkout lensapp/mkdocs-material-insiders
|
# - name: Checkout lensapp/mkdocs-material-insiders
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
repository: lensapp/mkdocs-material-insiders
|
# repository: lensapp/mkdocs-material-insiders
|
||||||
path: mkdocs-material-insiders
|
# path: mkdocs-material-insiders
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
# token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|||||||
@ -1,98 +0,0 @@
|
|||||||
<!--
|
|
||||||
Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
|
|
||||||
|
|
||||||
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.
|
|
||||||
-->
|
|
||||||
|
|
||||||
{% import "partials/language.html" as lang with context %}
|
|
||||||
|
|
||||||
<!-- Application footer -->
|
|
||||||
<footer class="md-footer">
|
|
||||||
|
|
||||||
<!-- Link to previous and/or next page -->
|
|
||||||
{% if page.previous_page or page.next_page %}
|
|
||||||
<div class="md-footer-nav">
|
|
||||||
<nav
|
|
||||||
class="md-footer-nav__inner md-grid"
|
|
||||||
aria-label="{{ lang.t('footer.title') }}"
|
|
||||||
>
|
|
||||||
|
|
||||||
<!-- Link to previous page -->
|
|
||||||
{% if page.previous_page %}
|
|
||||||
<a
|
|
||||||
href="{{ page.previous_page.url | url }}"
|
|
||||||
class="md-footer-nav__link md-footer-nav__link--prev"
|
|
||||||
rel="prev"
|
|
||||||
>
|
|
||||||
<div class="md-footer-nav__button md-icon">
|
|
||||||
{% include ".icons/material/arrow-left.svg" %}
|
|
||||||
</div>
|
|
||||||
<div class="md-footer-nav__title">
|
|
||||||
<div class="md-ellipsis">
|
|
||||||
<span class="md-footer-nav__direction">
|
|
||||||
{{ lang.t("footer.previous") }}
|
|
||||||
</span>
|
|
||||||
{{ page.previous_page.title }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- Link to next page -->
|
|
||||||
{% if page.next_page %}
|
|
||||||
<a
|
|
||||||
href="{{ page.next_page.url | url }}"
|
|
||||||
class="md-footer-nav__link md-footer-nav__link--next"
|
|
||||||
rel="next"
|
|
||||||
>
|
|
||||||
<div class="md-footer-nav__title">
|
|
||||||
<div class="md-ellipsis">
|
|
||||||
<span class="md-footer-nav__direction">
|
|
||||||
{{ lang.t("footer.next") }}
|
|
||||||
</span>
|
|
||||||
{{ page.next_page.title }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="md-footer-nav__button md-icon">
|
|
||||||
{% include ".icons/material/arrow-right.svg" %}
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- Further information -->
|
|
||||||
<div class="md-footer-meta md-typeset">
|
|
||||||
<div class="md-footer-meta__inner md-grid">
|
|
||||||
|
|
||||||
<!-- Copyright and theme information -->
|
|
||||||
<div class="md-footer-copyright">
|
|
||||||
{% if config.copyright %}
|
|
||||||
<div class="md-footer-copyright__highlight">
|
|
||||||
{{ config.copyright }}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Social links -->
|
|
||||||
{% include "partials/social.html" %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
@ -59,6 +59,9 @@ theme:
|
|||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
- toc.autohide
|
||||||
|
- search.suggest
|
||||||
|
- search.highlight
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user