-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 882 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "OSD Documentation"
---
<h1>Open SoC Debug Documentation</h1>
<div class="alert alert-warning" role="alert">
Open SoC Debug is currently in a early development preview phase.
<strong>The specification is not finished, none of the the documents presented here final versions.</strong>
</div>
<p class="text-center">
<a href="http://opensocdebug.readthedocs.org" class="btn btn-primary btn-lg">
<span class="glyphicon glyphicon-book" aria-hidden="true"></span>
Read Open SoC Debug Documentation
</a>
</p>
<p>
The documentation is built from the code in the <a href="https://github.com/opensocdebug/documentation">opensocdebug/documentation GitHub repository</a>.
If you find bugs, typos, or want to contribute in other ways to the documentation, please open a <a href="https://github.com/opensocdebug/documentation/issues">GitHub issue</a> in this repository.
</p>