Skip to content

Commit de4e15c

Browse files
committed
Initial gh-pages contribution
0 parents  commit de4e15c

Some content is hidden

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

66 files changed

+8798
-0
lines changed

404.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
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>Arm CMSIS Debuger</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="/index.html" class="icon icon-home"> Arm CMSIS Debuger
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="/index.html">Home</a>
38+
</li>
39+
</ul>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/setup.html">Setup</a>
42+
</li>
43+
</ul>
44+
<ul>
45+
<li class="toctree-l1"><a class="reference internal" href="/configure.html">Create launch configuration</a>
46+
</li>
47+
</ul>
48+
<ul>
49+
<li class="toctree-l1"><a class="reference internal" href="/debug.html">Start debugging</a>
50+
</li>
51+
</ul>
52+
<ul>
53+
<li class="toctree-l1"><a class="reference internal" href="/debug_views.html">Debug views</a>
54+
</li>
55+
</ul>
56+
</div>
57+
</div>
58+
</nav>
59+
60+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
61+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
62+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
63+
<a href="/index.html">Arm CMSIS Debuger</a>
64+
65+
</nav>
66+
<div class="wy-nav-content">
67+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
68+
<ul class="wy-breadcrumbs">
69+
<li><a href="/index.html" class="icon icon-home" aria-label="Docs"></a></li>
70+
<li class="wy-breadcrumbs-aside">
71+
</li>
72+
</ul>
73+
<hr/>
74+
</div>
75+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
76+
<div class="section" itemprop="articleBody">
77+
78+
79+
<h1 id="404-page-not-found">404</h1>
80+
81+
<p><strong>Page not found</strong></p>
82+
83+
84+
</div>
85+
</div><footer>
86+
87+
<hr/>
88+
89+
<div role="contentinfo">
90+
<!-- Copyright etc -->
91+
</div>
92+
93+
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>.
94+
</footer>
95+
96+
</div>
97+
</div>
98+
99+
</section>
100+
101+
</div>
102+
103+
<div class="rst-versions" role="note" aria-label="Versions">
104+
<span class="rst-current-version" data-toggle="rst-current-version">
105+
106+
<span>
107+
<a href="https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
108+
</span>
109+
110+
111+
112+
</span>
113+
</div>
114+
<script src="/js/jquery-3.6.0.min.js"></script>
115+
<script>var base_url = "/";</script>
116+
<script src="/js/theme_extra.js"></script>
117+
<script src="/js/theme.js"></script>
118+
<script src="/search/main.js"></script>
119+
<script>
120+
jQuery(function () {
121+
SphinxRtdTheme.Navigation.enable(true);
122+
});
123+
</script>
124+
125+
</body>
126+
</html>

0 commit comments

Comments
 (0)