Re: Wikifying the documentation
- Posted by ghaberek (admin) Sep 20, 2019
- 1206 views
euphoric said...
THEN, we will have a set of HTML docs we can transition to a wiki-style (?) (or keep as creole), as well as pull the docs from the source.
The way the wiki works right now, is that it stores the Creole markup and a the HTML output. When you view a page, it sends you the HTML.
When you edit a page, it sends you the Creole markup. When you save changes, it runs the Creole markup through the parser and then stores both versions as a new row, indicating an "edit" to the page.
-Greg