aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Home.md
Commit message (Collapse)AuthorAgeFilesLines
* Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-181-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | MkDocs is a static site generator geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML file. * http://www.mkdocs.org/ * http://www.mkdocs.org/user-guide/configuration/ Ref. #312 * remove pandoc-generated HTML documentation * move markdown doc to doc/md/, * mkdocs.yml: * generate HTML doc in doc/html * add pages TOC/ordering * use index.md as index page * Makefile: remove execute permissions from generated files * Makefile: rewrite htmlpages GFM to markdown conversion using sed: awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks * Add mkdocs.yml to .gitattributes, exclude this file from release archives * Makefile: rename: htmldoc -> doc_html target * run make doc: pull latest markdown documentation from wiki * run make htmlpages: update html documentation
* Update docs from WikiArthurHoaro2016-04-141-1/+1
|
* Doc: sync from Wiki, generate HTMLVirtualTam2015-08-041-442/+7
| | | | | | | | | | | | | | | | Closes #291 Fixes #227 Modifications - HTML content: match the new Wiki structure - Makefile - generate a custom HTML sidebar - include the sidebar on all pages - infer and prepend page titles - handle relative links - add title metadata, e.g. Shaarli - <Page Name> Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* [doc] sync doc with latest wiki, build HTMLnodiscc2015-06-261-44/+81
|
* doc: update documentation (sync from wiki)nodiscc2015-04-051-8/+55
|
* update docnodiscc2015-03-311-5/+23
|
* Include documentation/wiki locally:nodiscc2015-03-141-0/+347
* sync current wiki (https://github.com/shaarli/Shaarli/wiki) to the doc/ directory * fix missing logo in README * add link to local documentation in the page footer * add Makefile targets for doc generation by @virtualtam