mirror of https://github.com/AMT-Cheif/drift.git
Upgrade built_site and docsy
This commit is contained in:
parent
2a347b2f40
commit
ab3db154e3
|
@ -3,24 +3,20 @@ description: Documentation of the moor packages
|
|||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
sdk: '>=2.15.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
docsy:
|
||||
hosted:
|
||||
url: https://simonbinder.eu
|
||||
name: docsy
|
||||
version: ^0.2.0
|
||||
hosted: https://simonbinder.eu
|
||||
version: ^0.2.1
|
||||
|
||||
dev_dependencies:
|
||||
build: ^2.1.0
|
||||
build_runner: ^2.0.5
|
||||
build_web_compilers: ^3.2.0
|
||||
built_site:
|
||||
hosted:
|
||||
url: https://simonbinder.eu
|
||||
name: built_site
|
||||
version: ^0.2.3
|
||||
hosted: https://simonbinder.eu
|
||||
version: ^0.2.4
|
||||
linkcheck: ^2.0.19
|
||||
shelf: ^1.2.0
|
||||
shelf_static: ^1.1.0
|
||||
|
|
|
@ -10,24 +10,24 @@
|
|||
<div class="container-fluid td-outer">
|
||||
<div class="td-main">
|
||||
<div class="row flex-xl-nowrap">
|
||||
<div class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none">
|
||||
<aside class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none">
|
||||
{% include "partials/sidebar" %}
|
||||
</div>
|
||||
<div class="d-none d-xl-block col-xl-2 td-toc d-print-none">
|
||||
{% include "partials/toc" %}
|
||||
</div>
|
||||
<main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main">
|
||||
{% if page.path != '/name' %}
|
||||
</aside>
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
{% include "partials/toc" %}
|
||||
</aside>
|
||||
<main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main">
|
||||
{% if page.path != '/name' %}
|
||||
<div class="renamed">
|
||||
<b>Important notice: </b>Moor has been renamed to Drift.
|
||||
Learn more <a href="{{ '/name/' | relUrl }}">here</a>.
|
||||
</div>
|
||||
{% endif %}
|
||||
{% include "partials/breadcrumb" %}
|
||||
{{ main }}
|
||||
</main>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% include "partials/breadcrumb" %}
|
||||
{{ main }}
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
{% include "partials/footer" %}
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue