8000 drafted a new release · Sengorius/sengorius.github.io@e763d4f · GitHub
[go: up one dir, main page]

Skip to content

Commit e763d4f

Browse files
author
Sengorius
committed
drafted a new release
1 parent be8b83f commit e763d4f

File tree

11 files changed

+34
-26
lines changed

11 files changed

+34
-26
lines changed

docs/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</div>
3939
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4040
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="repositories/docker-proxy/index.html">Docker-Proxy-Stack</a></li>
4142
<li class="toctree-l1"><a class="reference internal" href="repositories/simple-rest/index.html">Simple REST Bundle</a></li>
4243
</ul>
4344

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="static/js/theme.js"></script>
2121
<link rel="index" title="Index" href="genindex.html" />
2222
<link rel="search" title="Search" href="search.html" />
23-
<link rel="next" title="Simple REST Bundle" href="repositories/simple-rest/index.html" />
23+
<link rel="next" title="Docker-Proxy-Stack" href="repositories/docker-proxy/index.html" />
2424
</head>
2525

2626
<body class="wy-body-for-nav">
@@ -40,6 +40,7 @@
4040
</div>
4141
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4242
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="repositories/docker-proxy/index.html">Docker-Proxy-Stack</a></li>
4344
<li class="toctree-l1"><a class="reference internal" href="repositories/simple-rest/index.html">Simple REST Bundle</a></li>
4445
</ul>
4546

@@ -92,7 +93,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
9293
</div>
9394
</div>
9495
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
95-
<a href="repositories/simple-rest/index.html" class="btn btn-neutral float-right" title="Simple REST Bundle" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
96+
<a href="repositories/docker-proxy/index.html" class="btn btn-neutral float-right" title="Docker-Proxy-Stack" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
9697
</div>
9798

9899
<hr/>

docs/objects.inv

258 Bytes
Binary file not shown.

docs/repositories/simple-rest/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="../../static/js/theme.js"></script>
2121
<link rel="index" title="Index" href="../../genindex.html" />
2222
<link rel="search" title="Search" href="../../search.html" />
23-
<link rel="prev" title="Skript-Manufaktur Documentation" href="../../index.html" />
23+
<link rel="prev" title="Docker-Proxy-Stack Upgrade instructions" href="../docker-proxy/upgrade-v2.html" />
2424
</head>
2525

2626
<body class="wy-body-for-nav">
@@ -40,6 +40,7 @@
4040
</div>
4141
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4242
<ul class="current">
43+
<li class="toctree-l1"><a class="reference internal" href="../docker-proxy/index.html">Docker-Proxy-Stack</a></li>
4344
<li class="toctree-l1 current"><a class="current reference internal" href="#">Simple REST Bundle</a><ul class="simple">
4445
</ul>
4546
</li>
@@ -78,7 +79,7 @@
7879
</div>
7980
</div>
8081
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
81-
<a href="../../index.html" class="btn btn-neutral float-left" title="Skript-Manufaktur Documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
82+
<a href="../docker-proxy/upgrade-v2.html" class="btn btn-neutral float-left" title="Docker-Proxy-Stack Upgrade instructions" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
8283
</div>
8384

8485
<hr/>

docs/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</div>
4242
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
4343
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="repositories/docker-proxy/index.html">Docker-Proxy-Stack</a></li>
4445
<li class="toctree-l1"><a class="reference internal" href="repositories/simple-rest/index.html">Simple REST Bundle</a></li>
4546
</ul>
4647

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/basic.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -757,6 +757,7 @@ span.pre {
757757
-ms-hyphens: none;
758758
-webkit-hyphens: none;
759759
hyphens: none;
760+
white-space: nowrap;
760761
}
761762

762763
div[class*="highlight-"] {

docs/static/doctools.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
66
*
7-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -264,6 +264,9 @@ var Documentation = {
264264
hideSearchWords : function() {
265265
$('#searchbox .highlight-link').fadeOut(300);
266266
$('span.highlighted').removeClass('highlighted');
267+
var url = new URL(window.location);
268+
url.searchParams.delete('highlight');
269+
window.history.replaceState({}, '', url);
267270
},
268271

269272
/**

docs/static/language_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/

docs/static/pygments.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
55
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #f8f8f8; }
8-
.highlight .c { color: #408080; font-style: italic } /* Comment */
8+
.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */
99
.highlight .err { border: 1px solid #FF0000 } /* Error */
1010
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
1111
.highlight .o { color: #666666 } /* Operator */
12-
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
13-
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
14-
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
15-
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
16-
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
12+
.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
13+
.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
14+
.highlight .cp { color: #9C6500 } /* Comment.Preproc */
15+
.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
16+
.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
17+
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
20-
.highlight .gr { color: #FF0000 } /* Generic.Error */
20+
.highlight .gr { color: #E40000 } /* Generic.Error */
2121
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
22-
.highlight .gi { color: #00A000 } /* Generic.Inserted */
23-
.highlight .go { color: #888888 } /* Generic.Output */
22+
.highlight .gi { color: #008400 } /* Generic.Inserted */
23+
.highlight .go { color: #717171 } /* Generic.Output */
2424
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
2525
.highlight .gs { font-weight: bold } /* Generic.Strong */
2626
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
@@ -33,15 +33,15 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
3333
.highlight .kt { color: #B00040 } /* Keyword.Type */
3434
.highlight .m { color: #666666 } /* Literal.Number */
3535
.highlight .s { color: #BA2121 } /* Literal.String */
36-
.highlight .na { color: #7D9029 } /* Name.Attribute */
36+
.highlight .na { color: #687822 } /* Name.Attribute */
3737
.highlight .nb { color: #008000 } /* Name.Builtin */
3838
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
3939
.highlight .no { color: #880000 } /* Name.Constant */
4040
.highlight .nd { color: #AA22FF } /* Name.Decorator */
41-
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
42-
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
41+
.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */
42+
.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
4343
.highlight .nf { color: #0000FF } /* Name.Function */
44-
.highlight .nl { color: #A0A000 } /* Name.Label */
44+
.highlight .nl { color: #767600 } /* Name.Label */
4545
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
4646
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
4747
.highlight .nv { color: #19177C } /* Name.Variable */
@@ -58,11 +58,11 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
5858
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
5959
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
6060
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
61-
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
61+
.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
6262
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
63-
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
63+
.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
6464
.highlight .sx { color: #008000 } /* Literal.String.Other */
65-
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
65+
.highlight .sr { color: #A45A77 } /* Literal.String.Regex */
6666
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
6767
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
6868
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */

0 commit comments

Comments
 (0)
0