Skip to content

Commit d654b97

Browse files
author
committed
Deployed 5410e51 with MkDocs version: 1.6.1
0 parents  commit d654b97

Some content is hidden

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

41 files changed

+8147
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>Cabin Docs</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/." class="icon icon-home"> Cabin Docs
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<ul>
36+
<li class="toctree-l1"><a class="reference internal" href="/.">Introduction</a>
37+
</li>
38+
</ul>
39+
<ul>
40+
<li class="toctree-l1"><a class="reference internal" href="/why-cabin/">Why Cabin?</a>
41+
</li>
42+
</ul>
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="/installation/">Installation</a>
45+
</li>
46+
</ul>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="/hello-world/">Hello, World!</a>
49+
</li>
50+
</ul>
51+
<ul>
52+
<li class="toctree-l1"><a class="reference internal" href="/usage/">Usage</a>
53+
</li>
54+
</ul>
55+
<ul>
56+
<li class="toctree-l1"><a class="reference internal" href="/package-layout/">Package Layout</a>
57+
</li>
58+
</ul>
59+
<ul>
60+
<li class="toctree-l1"><a class="reference internal" href="/acknowledgements/">Acknowledgements</a>
61+
</li>
62+
</ul>
63+
</div>
64+
</div>
65+
</nav>
66+
67+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
68+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
69+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
70+
<a href="/.">Cabin Docs</a>
71+
72+
</nav>
73+
<div class="wy-nav-content">
74+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
75+
<ul class="wy-breadcrumbs">
76+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
77+
<li class="wy-breadcrumbs-aside">
78+
</li>
79+
</ul>
80+
<hr/>
81+
</div>
82+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
83+
<div class="section" itemprop="articleBody">
84+
85+
86+
<h1 id="404-page-not-found">404</h1>
87+
88+
<p><strong>Page not found</strong></p>
89+
90+
91+
</div>
92+
</div><footer>
93+
94+
<hr/>
95+
96+
<div role="contentinfo">
97+
<!-- Copyright etc -->
98+
</div>
99+
100+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
101+
</footer>
102+
103+
</div>
104+
</div>
105+
106+
</section>
107+
108+
</div>
109+
110+
<div class="rst-versions" role="note" aria-label="Versions">
111+
<span class="rst-current-version" data-toggle="rst-current-version">
112+
113+
<span>
114+
<a href="https://github.com/cabinpkg/cabin" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
115+
</span>
116+
117+
118+
119+
</span>
120+
</div>
121+
<script src="/js/jquery-3.6.0.min.js"></script>
122+
<script>var base_url = "/";</script>
123+
<script src="/js/theme_extra.js"></script>
124+
<script src="/js/theme.js"></script>
125+
<script src="/search/main.js"></script>
126+
<script>
127+
jQuery(function () {
128+
SphinxRtdTheme.Navigation.enable(true);
129+
});
130+
</script>
131+
132+
</body>
133+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.cabinpkg.com

acknowledgements/index.html

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="../img/favicon.ico" />
8+
<title>Acknowledgements - Cabin Docs</title>
9+
<link rel="stylesheet" href="../css/theme.css" />
10+
<link rel="stylesheet" href="../css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<script>
14+
// Current page data
15+
var mkdocs_page_name = "Acknowledgements";
16+
var mkdocs_page_input_path = "acknowledgements.md";
17+
var mkdocs_page_url = null;
18+
</script>
19+
20+
<!--[if lt IE 9]>
21+
<script src="../js/html5shiv.min.js"></script>
22+
<![endif]-->
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
24+
<script>hljs.highlightAll();</script>
25+
</head>
26+
27+
<body class="wy-body-for-nav" role="document">
28+
29+
<div class="wy-grid-for-nav">
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-scroll">
32+
<div class="wy-side-nav-search">
33+
<a href=".." class="icon icon-home"> Cabin Docs
34+
</a><div role="search">
35+
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
36+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
37+
</form>
38+
</div>
39+
</div>
40+
41+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="..">Introduction</a>
44+
</li>
45+
</ul>
46+
<ul>
47+
<li class="toctree-l1"><a class="reference internal" href="../why-cabin/">Why Cabin?</a>
48+
</li>
49+
</ul>
50+
<ul>
51+
<li class="toctree-l1"><a class="reference internal" href="../installation/">Installation</a>
52+
</li>
53+
</ul>
54+
<ul>
55+
<li class="toctree-l1"><a class="reference internal" href="../hello-world/">Hello, World!</a>
56+
</li>
57+
</ul>
58+
<ul>
59+
<li class="toctree-l1"><a class="reference internal" href="../usage/">Usage</a>
60+
</li>
61+
</ul>
62+
<ul>
63+
<li class="toctree-l1"><a class="reference internal" href="../package-layout/">Package Layout</a>
64+
</li>
65+
</ul>
66+
<ul class="current">
67+
<li class="toctree-l1 current"><a class="reference internal current" href="#">Acknowledgements</a>
68+
<ul class="current">
69+
</ul>
70+
</li>
71+
</ul>
72+
</div>
73+
</div>
74+
</nav>
75+
76+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
77+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
78+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
79+
<a href="..">Cabin Docs</a>
80+
81+
</nav>
82+
<div class="wy-nav-content">
83+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
84+
<ul class="wy-breadcrumbs">
85+
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
86+
<li class="breadcrumb-item active">Acknowledgements</li>
87+
<li class="wy-breadcrumbs-aside">
88+
<a href="https://github.com/cabinpkg/cabin/edit/main/docs/acknowledgements.md" class="icon icon-github"> Edit on GitHub</a>
89+
</li>
90+
</ul>
91+
<hr/>
92+
</div>
93+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
94+
<div class="section" itemprop="articleBody">
95+
96+
<h1 id="acknowledgements">Acknowledgements</h1>
97+
<p>This project exists thanks to all the people who contribute.</p>
98+
<p><a href="https://github.com/cabinpkg/cabin/graphs/contributors">
99+
<img src="https://contributors-img.web.app/image?repo=cabinpkg/cabin" />
100+
</a></p>
101+
<p><a href="https://star-history.com/#cabinpkg/cabin&Date">
102+
<picture>
103+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=cabinpkg/cabin&type=Date&theme=dark" />
104+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=cabinpkg/cabin&type=Date" />
105+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=cabinpkg/cabin&type=Date" />
106+
</picture>
107+
</a></p>
108+
109+
</div>
110+
</div><footer>
111+
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
112+
<a href="../package-layout/" class="btn btn-neutral float-left" title="Package Layout"><span class="icon icon-circle-arrow-left"></span> Previous</a>
113+
</div>
114+
115+
<hr/>
116+
117+
<div role="contentinfo">
118+
<!-- Copyright etc -->
119+
</div>
120+
121+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
122+
</footer>
123+
124+
</div>
125+
</div>
126+
127+
</section>
128+
129+
</div>
130+
131+
<div class="rst-versions" role="note" aria-label="Versions">
132+
<span class="rst-current-version" data-toggle="rst-current-version">
133+
134+
<span>
135+
<a href="https://github.com/cabinpkg/cabin" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
136+
</span>
137+
138+
139+
<span><a href="../package-layout/" style="color: #fcfcfc">&laquo; Previous</a></span>
140+
141+
142+
</span>
143+
</div>
144+
<script src="../js/jquery-3.6.0.min.js"></script>
145+
<script>var base_url = "..";</script>
146+
<script src="../js/theme_extra.js"></script>
147+
<script src="../js/theme.js"></script>
148+
<script src="../search/main.js"></script>
149+
<script>
150+
jQuery(function () {
151+
SphinxRtdTheme.Navigation.enable(true);
152+
});
153+
</script>
154+
155+
</body>
156+
</html>

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff2

64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)