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
|
||||
version: 0.5.0
|
||||
version: 0.6.0
|
||||
date: December 2017
|
||||
listings: true
|
||||
codeBlockCaptions: true
|
||||
|
|
|
@ -77,7 +77,7 @@ An example for a file in the store follows.
|
|||
|
||||
---
|
||||
[imag]
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[note]
|
||||
name = "foo"
|
||||
|
@ -228,12 +228,12 @@ The strucure is as follows:
|
|||
|
||||
```json
|
||||
{
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"store": {
|
||||
"example": {
|
||||
"header": {
|
||||
"imag": {
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
},
|
||||
},
|
||||
"content": "hi there!",
|
||||
|
|
Loading…
Reference in a new issue