diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-03-09 13:55:03 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-03-09 13:55:03 -0800 |
| commit | 94f0035f0158bfcd3f3b2b799ecbf0c32e0da658 (patch) | |
| tree | d6e8c1373b29e4f41b2723519e9a009a379ec19c | |
| parent | 97dcd4ea3e88d537d10cb7daf4b97588196a34db (diff) | |
| download | nng-94f0035f0158bfcd3f3b2b799ecbf0c32e0da658.tar.gz nng-94f0035f0158bfcd3f3b2b799ecbf0c32e0da658.tar.bz2 nng-94f0035f0158bfcd3f3b2b799ecbf0c32e0da658.zip | |
Updates to the man pages, link to site.
| -rw-r--r-- | _adoc/index.adoc | 10 | ||||
| -rw-r--r-- | _adoc/man/index.adoc | 5 | ||||
| -rw-r--r-- | index.html | 11 | ||||
| -rw-r--r-- | man/index.html | 9 |
4 files changed, 20 insertions, 15 deletions
diff --git a/_adoc/index.adoc b/_adoc/index.adoc index 302ef536..937de93b 100644 --- a/_adoc/index.adoc +++ b/_adoc/index.adoc @@ -10,12 +10,12 @@ image:https://img.shields.io/travis/nanomsg/nng/master.svg?label=linux[Linux Sta image:https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?label=windows[Windows Status,link="https://ci.appveyor.com/project/nanomsg/nng"] image:https://codecov.io/gh/nanomsg/nng/branch/master/graph/badge.svg?label=coverage[Coverage,link="https://codecov.io/gh/nanomsg/nng"] -This is the documentation for _nng_. This is all very preliminary at this -point. +This is the documentation for _nng_. This is all very preliminary at this point. -A reference manual is available <<man/v{{ site.latest }}/nng.adoc#,here>>. +The Reference Manual is available for browsing <<man/index#,here>>. + +You can also development and documentation efforts for _nng_ by purchasing your own copy of the https://leanpub.com/nngmanual[NNG Reference Manual on Leanpub]. Here is my <<RATIONALE#,rationale>> for why I made _nng_. -Please see the https://github.com/nanomsg/nng[GitHub Repository] for further -information. +Please see the https://github.com/nanomsg/nng[GitHub Repository] for further information. diff --git a/_adoc/man/index.adoc b/_adoc/man/index.adoc index 5b0b8762..8b29f231 100644 --- a/_adoc/man/index.adoc +++ b/_adoc/man/index.adoc @@ -3,6 +3,7 @@ title: Documentation layout: default --- -== Documentation +== NNG Reference Manual -* Browse the nng reference manual <</nng/man/v{{ site.latest }}/nng.adoc#,here>>. +* <</nng/man/v{{site.latest}}/index#,Latest>> (v{{site.latest}}, the most recent release) +* <</nng/man/tip/index#,Tip>> (reflects unreleased changes) @@ -440,18 +440,19 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b <span class="image"><a class="image" href="https://codecov.io/gh/nanomsg/nng"><img src="https://codecov.io/gh/nanomsg/nng/branch/master/graph/badge.svg?label=coverage" alt="Coverage"></a></span></p> </div> <div class="paragraph"> -<p>This is the documentation for <em>nng</em>. This is all very preliminary at this -point.</p> +<p>This is the documentation for <em>nng</em>. This is all very preliminary at this point.</p> </div> <div class="paragraph"> -<p>A reference manual is available <a href="man/v{{ site.latest }}/nng.html">here</a>.</p> +<p>The Reference Manual is available for browsing <a href="man/index.html">here</a>.</p> +</div> +<div class="paragraph"> +<p>You can also development and documentation efforts for <em>nng</em> by purchasing your own copy of the <a href="https://leanpub.com/nngmanual">NNG Reference Manual on Leanpub</a>.</p> </div> <div class="paragraph"> <p>Here is my <a href="RATIONALE.html">rationale</a> for why I made <em>nng</em>.</p> </div> <div class="paragraph"> -<p>Please see the <a href="https://github.com/nanomsg/nng">GitHub Repository</a> for further -information.</p> +<p>Please see the <a href="https://github.com/nanomsg/nng">GitHub Repository</a> for further information.</p> </div> </div> </body> diff --git a/man/index.html b/man/index.html index 50ec1f14..b7922cc0 100644 --- a/man/index.html +++ b/man/index.html @@ -8,7 +8,7 @@ layout: default <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Asciidoctor 1.5.6.1"> -<title>Documentation</title> +<title>NNG Reference Manual</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> <style> /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @@ -433,12 +433,15 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b </div> <div id="content"> <div class="sect1"> -<h2 id="_documentation">Documentation</h2> +<h2 id="_nng_reference_manual">NNG Reference Manual</h2> <div class="sectionbody"> <div class="ulist"> <ul> <li> -<p>Browse the nng reference manual <a href="/nng/man/v{{ site.latest }}/nng.html">here</a>.</p> +<p><a href="/nng/man/v{{site.latest}}/index.html">Latest</a> (v{{site.latest}}, the most recent release)</p> +</li> +<li> +<p><a href="/nng/man/tip/index.html">Tip</a> (reflects unreleased changes)</p> </li> </ul> </div> |
