diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-06-19 15:21:06 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-24 15:19:47 +1000 |
commit | d615b964a94644a7483b019360e670e78c6ea08f (patch) | |
tree | 294f3eb51ecad922fdee2c939b3beed82e6a14fd /doc | |
parent | b904cb733750de1bb0e04e5012c391a9c3094d11 (diff) | |
download | skiboot-d615b964a94644a7483b019360e670e78c6ea08f.zip skiboot-d615b964a94644a7483b019360e670e78c6ea08f.tar.gz skiboot-d615b964a94644a7483b019360e670e78c6ea08f.tar.bz2 |
doc: travis-ci deploy docs!
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ghpages-skeleton/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ghpages-skeleton/index.html b/doc/ghpages-skeleton/index.html new file mode 100644 index 0000000..ea5ed8a --- /dev/null +++ b/doc/ghpages-skeleton/index.html @@ -0,0 +1,17 @@ +<html> +<head> +<title>Skiboot: low level firmware for POWER</title> +</head> +<body> +<h1>Skiboot: low level firmware for POWER</h1> +<h2>Mailing list</h2> +<p><a href="https://lists.ozlabs.org/listinfo/skiboot">skiboot mailing list</a> for discussions on development.</p> +<h2>Patchwork</h2> +<p><a href="http://patchwork.ozlabs.org/project/skiboot/list/">skiboot patchwork</a></p> +<h2>Developer resources</h2> +<ul> +<li><a href="doc/index.html">Skiboot Documentation</a></li> +<li><a href="coverage-report/">gcov coverage report for unittests</a></li> +</ul> +</body> +</html> |