-
Notifications
You must be signed in to change notification settings - Fork 6
How to write wiki
Lukáš Vozáb edited this page Jan 25, 2016
·
1 revision
As long as we need to support GFM syntax which uses GiHub for our CE edition we have moved from Confluence to GFM. So that we have one source of documentation for both CE and EE edition. Versioning is done basically by git. For each released version of cleverbus we have also up-to-date documention in the same repo.
- Wiki pages are stored in GIT repo in doc/wiki folder
- Wiki pages are writen using [GitHub Flavored Markdown][A] syntax
- To modify/add content just use .md sources in this repo
- Text editor of your choice eg. Notepad++
- no HTML preview
- In favorite development IDE (HTML preview)
- Specialized markdown editor eg. MarkdownPad
- Markdow table online generator/editor
- with CSV file import
-
Write new documentation in English only.
-
There is one version of documentation for all CleverBus versions. If some information is valid for or from specific version then highlight it. Example:
From version 0.2
-
Use Markdown code macro for code snippets.
-
If you write Java classes, configuration parameters or use other technical names then use italic format style.