Skip to content

Commit 06b2c24

Browse files
committed
Deployed 4745e1d with MkDocs version: 1.6.1
0 parents  commit 06b2c24

57 files changed

Lines changed: 7465 additions & 0 deletions

Some content is hidden

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

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
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>vEDST Documentation</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+
<link href="/css/extra.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/." class="icon icon-home"> vEDST Documentation
28+
</a><div role="search">
29+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
30+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
31+
</form>
32+
</div>
33+
</div>
34+
35+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/.">vEDST User Manual</a>
38+
</li>
39+
</ul>
40+
<ul>
41+
<li class="toctree-l1"><a class="" href="https://edst.vfds.dev">vEDST Application</a>
42+
</li>
43+
</ul>
44+
</div>
45+
</div>
46+
</nav>
47+
48+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
49+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
50+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
51+
<a href="/.">vEDST Documentation</a>
52+
53+
</nav>
54+
<div class="wy-nav-content">
55+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
56+
<ul class="wy-breadcrumbs">
57+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
58+
<li class="wy-breadcrumbs-aside">
59+
</li>
60+
</ul>
61+
<hr/>
62+
</div>
63+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
64+
<div class="section" itemprop="articleBody">
65+
66+
67+
<h1 id="404-page-not-found">404</h1>
68+
69+
<p><strong>Page not found</strong></p>
70+
71+
72+
</div>
73+
</div><footer>
74+
75+
<hr/>
76+
77+
<div role="contentinfo">
78+
<!-- Copyright etc -->
79+
</div>
80+
81+
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>.
82+
</footer>
83+
84+
</div>
85+
</div>
86+
87+
</section>
88+
89+
</div>
90+
91+
<div class="rst-versions" role="note" aria-label="Versions">
92+
<span class="rst-current-version" data-toggle="rst-current-version">
93+
94+
95+
96+
</span>
97+
</div>
98+
<script src="/js/jquery-3.6.0.min.js"></script>
99+
<script>var base_url = "/";</script>
100+
<script src="/js/theme_extra.js"></script>
101+
<script src="/js/theme.js"></script>
102+
<script src="/search/main.js"></script>
103+
<script>
104+
jQuery(function () {
105+
SphinxRtdTheme.Navigation.enable(true);
106+
});
107+
</script>
108+
109+
</body>
110+
</html>

css/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: initial !important;
3+
}

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.
64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

css/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions

css/fonts/fontawesome-webfont.ttf

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)