-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsciiDoc content & config improvements
- upgrade Asciidoctor Gradle plugin to 1.5.2 - upgrade Gradle to 2.2.1 - fix header in index.asc - use project version in header - switch README to AsciiDoc - fix broken callout number
- Loading branch information
1 parent
49c454f
commit 21321b3
Showing
6 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
= Serenity BDD Documentation | ||
|
||
This project contains the main Serenity BDD documentation. | ||
The documentation is broken up into chapters, so many people can contribute simultaneously. | ||
|
||
== Building and contributing | ||
|
||
The Serenity documentation is written in Asciidoc. | ||
The build uses Gradle and Asciidoctor. | ||
You can generate the documentation by running the `asciidoctor` task: | ||
|
||
$ gradle clean asciidoctor | ||
|
||
The documentation is generated in [path]_build/asciidoc_. | ||
|
||
The master document is [path]_index.asc_. | ||
All of the chapters are included into this document. | ||
|
||
All of the source code in the documentation is included as snippets from the sample projects in the [path]_src/sample_ directory. | ||
Look in [path]_src/ascidoc/first-steps.asc_ to see an example of how this is done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters