Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeReinhart committed Jan 21, 2020
1 parent ab46840 commit 4fbc38f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
}
```

### [2020-01][1.0.0]

### [2019-09][0.8.0] [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5)
- [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5)
- [Include gherkin features](https://github.com/KelkooGroup/theGardener/milestone/1)
- [Packaging with Docker](https://github.com/KelkooGroup/theGardener/milestone/3)

The documentation writer has full control on how to organise the documentation of its project. He can cheery pick the meaningful scenario when it make sense.
The documentation writer has full control on how to organise the documentation of its project. He can cheery pick the meaningful BDD scenario when it make sense.

The main features are :
- organise a large set of projects with a tree as deep and as fat as needed.
- organise the documentation of the project by pages and directories
- write the documentation in markdown
- include gherkin scenario where you want
- include external page. It can be a Swagger documentation for instance.
- define variables
- internal links


### [2019-02][0.1.0] [Generate documentation driven by gherkin features](https://github.com/KelkooGroup/theGardener/milestone/1)

This version has been use internally in Kelkoo for some times without a real success: the fact that the application provide all the scenario of all the features without any context wasn't really useful for an external user to understand how to use an application.

The product change the orientation of the project in order to be able to give more liberty to the documentation writer, this is the [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5).


2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.12.0"
version in ThisBuild := "1.0.0"

0 comments on commit 4fbc38f

Please sign in to comment.