Update version strings in doc
This commit is contained in:
parent
7d67b67440
commit
f3ba1791b9
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: imag User Documentation
|
title: imag User Documentation
|
||||||
version: 0.5.0
|
version: 0.6.0
|
||||||
date: December 2017
|
date: December 2017
|
||||||
listings: true
|
listings: true
|
||||||
codeBlockCaptions: true
|
codeBlockCaptions: true
|
||||||
|
|
|
@ -77,7 +77,7 @@ An example for a file in the store follows.
|
||||||
|
|
||||||
---
|
---
|
||||||
[imag]
|
[imag]
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
|
|
||||||
[note]
|
[note]
|
||||||
name = "foo"
|
name = "foo"
|
||||||
|
@ -228,12 +228,12 @@ The strucure is as follows:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"store": {
|
"store": {
|
||||||
"example": {
|
"example": {
|
||||||
"header": {
|
"header": {
|
||||||
"imag": {
|
"imag": {
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"content": "hi there!",
|
"content": "hi there!",
|
||||||
|
|
Loading…
Reference in a new issue