Skip to content

Commit adb27ac

Browse files
committed
deploy: 9dc7dd9
1 parent f747008 commit adb27ac

File tree

72 files changed

+2346
-967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2346
-967
lines changed

404.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -21,9 +21,31 @@
2121
<link href="/mkdocs-terminal/css/theme.css" rel="stylesheet">
2222
<link href="/mkdocs-terminal/css/theme.tile_grid.css" rel="stylesheet">
2323
<link href="/mkdocs-terminal/css/theme.footer.css" rel="stylesheet">
24-
<!-- default color palette-->
24+
<!-- default color palette -->
2525
<link href="/mkdocs-terminal/css/palettes/default.css" rel="stylesheet">
2626

27+
<!-- page layout -->
28+
<style>
29+
/* initially set page layout to a one column grid */
30+
.terminal-mkdocs-main-grid {
31+
display: grid;
32+
grid-column-gap: 1.4em;
33+
grid-template-columns: auto;
34+
grid-template-rows: auto;
35+
}
36+
37+
/*
38+
* when side navigation is not hidden, use a two column grid.
39+
* if the screen is too narrow, fall back to the initial one column grid layout.
40+
* in this case the main content will be placed under the navigation panel.
41+
*/
42+
@media only screen and (min-width: 70em) {
43+
.terminal-mkdocs-main-grid {
44+
grid-template-columns: 4fr 9fr;
45+
}
46+
}</style>
47+
48+
2749

2850

2951
<link href="/mkdocs-terminal/overrides/extra.css" rel="stylesheet">
@@ -911,7 +933,8 @@
911933

912934
</ul>
913935

914-
</nav></aside>
936+
</nav>
937+
</aside>
915938
<main id="terminal-mkdocs-main-content">
916939
<br>
917940
<div class="terminal-alert terminal-alert-error">The page you requested could not be found.</div>

about/coverage-report/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Coverage report:
4747
</form>
4848
<p class="text">
4949
<a class="nav" href="https://coverage.readthedocs.io/en/7.2.3">coverage.py v7.2.3</a>,
50-
created at 2023-04-15 03:31 +0000
50+
created at 2023-04-15 04:24 +0000
5151
</p>
5252
</div>
5353
</header>
@@ -158,7 +158,7 @@ <h1>Coverage report:
158158
<div class="content">
159159
<p>
160160
<a class="nav" href="https://coverage.readthedocs.io/en/7.2.3">coverage.py v7.2.3</a>,
161-
created at 2023-04-15 03:31 +0000
161+
created at 2023-04-15 04:24 +0000
162162
</p>
163163
</div>
164164
<aside class="hidden">

about/coverage/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -25,9 +25,31 @@
2525
<link href="../../css/theme.css" rel="stylesheet">
2626
<link href="../../css/theme.tile_grid.css" rel="stylesheet">
2727
<link href="../../css/theme.footer.css" rel="stylesheet">
28-
<!-- default color palette-->
28+
<!-- default color palette -->
2929
<link href="../../css/palettes/default.css" rel="stylesheet">
3030

31+
<!-- page layout -->
32+
<style>
33+
/* initially set page layout to a one column grid */
34+
.terminal-mkdocs-main-grid {
35+
display: grid;
36+
grid-column-gap: 1.4em;
37+
grid-template-columns: auto;
38+
grid-template-rows: auto;
39+
}
40+
41+
/*
42+
* when side navigation is not hidden, use a two column grid.
43+
* if the screen is too narrow, fall back to the initial one column grid layout.
44+
* in this case the main content will be placed under the navigation panel.
45+
*/
46+
@media only screen and (min-width: 70em) {
47+
.terminal-mkdocs-main-grid {
48+
grid-template-columns: 4fr 9fr;
49+
}
50+
}</style>
51+
52+
3153

3254

3355
<link href="../../overrides/extra.css" rel="stylesheet">
@@ -921,7 +943,8 @@
921943
<li><a href="#pytest-coverage-report">Pytest Coverage Report</a></li>
922944

923945
</ul>
924-
</nav></aside>
946+
</nav>
947+
</aside>
925948
<main id="terminal-mkdocs-main-content">
926949

927950

@@ -942,7 +965,7 @@ <h1 id="pytest-coverage-report">Pytest Coverage Report<a class="headerlink" href
942965
<aside>
943966
<p>
944967
<small>
945-
<i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/about/coverage.md">GitHub</a>.</i>
968+
<i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/about/coverage.md">GitHub</a>.</i>
946969
</small>
947970
</p>
948971
</aside>

about/license/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -25,9 +25,31 @@
2525
<link href="../../css/theme.css" rel="stylesheet">
2626
<link href="../../css/theme.tile_grid.css" rel="stylesheet">
2727
<link href="../../css/theme.footer.css" rel="stylesheet">
28-
<!-- default color palette-->
28+
<!-- default color palette -->
2929
<link href="../../css/palettes/default.css" rel="stylesheet">
3030

31+
<!-- page layout -->
32+
<style>
33+
/* initially set page layout to a one column grid */
34+
.terminal-mkdocs-main-grid {
35+
display: grid;
36+
grid-column-gap: 1.4em;
37+
grid-template-columns: auto;
38+
grid-template-rows: auto;
39+
}
40+
41+
/*
42+
* when side navigation is not hidden, use a two column grid.
43+
* if the screen is too narrow, fall back to the initial one column grid layout.
44+
* in this case the main content will be placed under the navigation panel.
45+
*/
46+
@media only screen and (min-width: 70em) {
47+
.terminal-mkdocs-main-grid {
48+
grid-template-columns: 4fr 9fr;
49+
}
50+
}</style>
51+
52+
3153

3254

3355
<link href="../../overrides/extra.css" rel="stylesheet">
@@ -921,7 +943,8 @@
921943
<li><a href="#mit-license">MIT License</a></li>
922944

923945
</ul>
924-
</nav></aside>
946+
</nav>
947+
</aside>
925948
<main id="terminal-mkdocs-main-content">
926949

927950

@@ -957,7 +980,7 @@ <h1 id="mit-license">MIT License<a class="headerlink" href="#mit-license" title=
957980
<aside>
958981
<p>
959982
<small>
960-
<i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/about/license.md">GitHub</a>.</i>
983+
<i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/about/license.md">GitHub</a>.</i>
961984
</small>
962985
</p>
963986
</aside>

configuration/blocks/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -25,9 +25,31 @@
2525
<link href="../../css/theme.css" rel="stylesheet">
2626
<link href="../../css/theme.tile_grid.css" rel="stylesheet">
2727
<link href="../../css/theme.footer.css" rel="stylesheet">
28-
<!-- default color palette-->
28+
<!-- default color palette -->
2929
<link href="../../css/palettes/default.css" rel="stylesheet">
3030

31+
<!-- page layout -->
32+
<style>
33+
/* initially set page layout to a one column grid */
34+
.terminal-mkdocs-main-grid {
35+
display: grid;
36+
grid-column-gap: 1.4em;
37+
grid-template-columns: auto;
38+
grid-template-rows: auto;
39+
}
40+
41+
/*
42+
* when side navigation is not hidden, use a two column grid.
43+
* if the screen is too narrow, fall back to the initial one column grid layout.
44+
* in this case the main content will be placed under the navigation panel.
45+
*/
46+
@media only screen and (min-width: 70em) {
47+
.terminal-mkdocs-main-grid {
48+
grid-template-columns: 4fr 9fr;
49+
}
50+
}</style>
51+
52+
3153

3254

3355
<link href="../../overrides/extra.css" rel="stylesheet">
@@ -921,7 +943,8 @@
921943
<li><a href="#override-locations">Override Locations</a></li>
922944

923945
</ul>
924-
</nav></aside>
946+
</nav>
947+
</aside>
925948
<main id="terminal-mkdocs-main-content">
926949

927950

@@ -1111,7 +1134,7 @@ <h1 id="override-locations">Override Locations<a class="headerlink" href="#overr
11111134
<aside>
11121135
<p>
11131136
<small>
1114-
<i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/blocks.md">GitHub</a>.</i>
1137+
<i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/blocks.md">GitHub</a>.</i>
11151138
</small>
11161139
</p>
11171140
</aside>

configuration/extensions/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -25,9 +25,31 @@
2525
<link href="../../css/theme.css" rel="stylesheet">
2626
<link href="../../css/theme.tile_grid.css" rel="stylesheet">
2727
<link href="../../css/theme.footer.css" rel="stylesheet">
28-
<!-- default color palette-->
28+
<!-- default color palette -->
2929
<link href="../../css/palettes/default.css" rel="stylesheet">
3030

31+
<!-- page layout -->
32+
<style>
33+
/* initially set page layout to a one column grid */
34+
.terminal-mkdocs-main-grid {
35+
display: grid;
36+
grid-column-gap: 1.4em;
37+
grid-template-columns: auto;
38+
grid-template-rows: auto;
39+
}
40+
41+
/*
42+
* when side navigation is not hidden, use a two column grid.
43+
* if the screen is too narrow, fall back to the initial one column grid layout.
44+
* in this case the main content will be placed under the navigation panel.
45+
*/
46+
@media only screen and (min-width: 70em) {
47+
.terminal-mkdocs-main-grid {
48+
grid-template-columns: 4fr 9fr;
49+
}
50+
}</style>
51+
52+
3153

3254

3355
<link href="../../overrides/extra.css" rel="stylesheet">
@@ -921,7 +943,8 @@
921943
<li><a href="#minimal-config">Minimal Config</a></li><li><a href="#recommended-config">Recommended Config</a></li><li><a href="#credit">Credit</a></li>
922944

923945
</ul>
924-
</nav></aside>
946+
</nav>
947+
</aside>
925948
<main id="terminal-mkdocs-main-content">
926949

927950

@@ -997,7 +1020,7 @@ <h1 id="credit">Credit<a class="headerlink" href="#credit" title="Anchor link to
9971020
<aside>
9981021
<p>
9991022
<small>
1000-
<i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/index.md">GitHub</a>.</i>
1023+
<i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/index.md">GitHub</a>.</i>
10011024
</small>
10021025
</p>
10031026
</aside>

configuration/extensions/links/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0">
8+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0">
99

1010

1111
<meta name="author" content="ntno">
@@ -25,9 +25,31 @@
2525
<link href="../../../css/theme.css" rel="stylesheet">
2626
<link href="../../../css/theme.tile_grid.css" rel="stylesheet">
2727
<link href="../../../css/theme.footer.css" rel="stylesheet">
28-
<!-- default color palette-->
28+
<!-- default color palette -->
2929
<link href="../../../css/palettes/default.css" rel="stylesheet">
3030

31+
<!-- page layout -->
32+
<style>
33+
/* initially set page layout to a one column grid */
34+
.terminal-mkdocs-main-grid {
35+
display: grid;
36+
grid-column-gap: 1.4em;
37+
grid-template-columns: auto;
38+
grid-template-rows: auto;
39+
}
40+
41+
/*
42+
* when side navigation is not hidden, use a two column grid.
43+
* if the screen is too narrow, fall back to the initial one column grid layout.
44+
* in this case the main content will be placed under the navigation panel.
45+
*/
46+
@media only screen and (min-width: 70em) {
47+
.terminal-mkdocs-main-grid {
48+
grid-template-columns: 4fr 9fr;
49+
}
50+
}</style>
51+
52+
3153

3254

3355
<link href="../../../overrides/extra.css" rel="stylesheet">
@@ -915,7 +937,8 @@
915937

916938
</ul>
917939

918-
</nav></aside>
940+
</nav>
941+
</aside>
919942
<main id="terminal-mkdocs-main-content">
920943

921944

@@ -939,7 +962,7 @@
939962
<aside>
940963
<p>
941964
<small>
942-
<i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/links.md">GitHub</a>.</i>
965+
<i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/links.md">GitHub</a>.</i>
943966
</small>
944967
</p>
945968
</aside>

0 commit comments

Comments
 (0)