Deploying to gh-pages from @ TxtDot/documentation@3155aac694 🚀

This commit is contained in:
artegoser 2024-05-27 09:38:37 +00:00
parent 97c061a043
commit d65c233f34
8 changed files with 109 additions and 21 deletions

View file

@ -241,7 +241,7 @@
<li class="md-nav__item">
<a href="/index.md" class="md-nav__link">
<a href="/." class="md-nav__link">
<span class="md-ellipsis">

View file

@ -11,19 +11,19 @@
<link rel="icon" href="../../assets/images/favicon.png">
<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.2.5">
<title>Getting Started - txtdot</title>
<title>txtdot</title>
<link rel="stylesheet" href="../../assets/stylesheets/main.0e669242.min.css">
<link rel="stylesheet" href="assets/stylesheets/main.0e669242.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.85d0ee34.min.css">
<link rel="stylesheet" href="assets/stylesheets/palette.85d0ee34.min.css">
@ -42,7 +42,7 @@
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
@ -87,7 +87,7 @@
<header class="md-header md-header--shadow" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../.." title="txtdot" class="md-header__button md-logo" aria-label="txtdot" data-md-component="logo">
<a href="." title="txtdot" class="md-header__button md-logo" aria-label="txtdot" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
@ -217,7 +217,7 @@
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../.." title="txtdot" class="md-nav__button md-logo" aria-label="txtdot" data-md-component="logo">
<a href="." title="txtdot" class="md-nav__button md-logo" aria-label="txtdot" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
@ -245,8 +245,28 @@
<li class="md-nav__item">
<a href="../../index.md" class="md-nav__link">
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Getting Started
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="." class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
@ -255,6 +275,74 @@
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#what-is-this" class="md-nav__link">
What is this
</a>
</li>
<li class="md-nav__item">
<a href="#how-to-use-it" class="md-nav__link">
How to use it
</a>
</li>
<li class="md-nav__item">
<a href="#how-it-works" class="md-nav__link">
How it works
</a>
<nav class="md-nav" aria-label="How it works">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#plugins" class="md-nav__link">
Plugins
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#engines" class="md-nav__link">
Engines
</a>
</li>
<li class="md-nav__item">
<a href="#middlewares" class="md-nav__link">
Middlewares
</a>
</li>
</ul>
</nav>
</li>
@ -265,7 +353,7 @@
<li class="md-nav__item">
<a href="../../selfhost.md" class="md-nav__link">
<a href="selfhost.md" class="md-nav__link">
<span class="md-ellipsis">
@ -284,7 +372,7 @@
<li class="md-nav__item">
<a href="../../docker.md" class="md-nav__link">
<a href="docker.md" class="md-nav__link">
<span class="md-ellipsis">
@ -303,7 +391,7 @@
<li class="md-nav__item">
<a href="../../env.md" class="md-nav__link">
<a href="env.md" class="md-nav__link">
<span class="md-ellipsis">
@ -322,7 +410,7 @@
<li class="md-nav__item">
<a href="../../reverse.md" class="md-nav__link">
<a href="reverse.md" class="md-nav__link">
<span class="md-ellipsis">
@ -547,10 +635,10 @@ Highlight.use(async (input, ro, out) =&gt; {
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.dfff1995.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": ".", "features": [], "search": "assets/javascripts/workers/search.dfff1995.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script src="../../assets/javascripts/bundle.78eede0e.min.js"></script>
<script src="assets/javascripts/bundle.78eede0e.min.js"></script>
</body>

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -246,7 +246,7 @@
<li class="md-nav__item">
<a href="../../../index.md" class="md-nav__link">
<a href="../../.." class="md-nav__link">
<span class="md-ellipsis">

View file

@ -246,7 +246,7 @@
<li class="md-nav__item">
<a href="../../../index.md" class="md-nav__link">
<a href="../../.." class="md-nav__link">
<span class="md-ellipsis">

View file

@ -246,7 +246,7 @@
<li class="md-nav__item">
<a href="../../../index.md" class="md-nav__link">
<a href="../../.." class="md-nav__link">
<span class="md-ellipsis">

View file

@ -246,7 +246,7 @@
<li class="md-nav__item">
<a href="../../../index.md" class="md-nav__link">
<a href="../../.." class="md-nav__link">
<span class="md-ellipsis">