mirror of https://github.com/status-im/NimYAML.git
Doc: Added link to git repo on index
This commit is contained in:
parent
b3110f6272
commit
a028b43858
|
@ -10,6 +10,13 @@ write to YAML character streams, and to serialize from and construct to native
|
|||
Nim types. It exclusively supports
|
||||
`YAML 1.2 <#http://www.yaml.org/spec/1.2/spec.html>`_.
|
||||
|
||||
Source code can be found on `GitHub <https://github.com/flyx/NimYAML>`_. You can
|
||||
install it with `Nimble <https://github.com/nim-lang/nimble>`_:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
nimble install nimyaml
|
||||
|
||||
Quickstart
|
||||
----------
|
||||
|
||||
|
|
|
@ -103,6 +103,7 @@ doc.file = """
|
|||
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600' rel='stylesheet' type='text/css'/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/flyx/NimYAML"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
|
||||
<header>
|
||||
<a class="pagetitle" href="/">NimYAML</a>
|
||||
<a href="index.html">Home</a>
|
||||
|
|
Loading…
Reference in New Issue