diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-07 14:50:31 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-14 18:40:11 +0100 |
commit | 1acc87eeac036b3ccfad5553b9092899cf2ecaa0 (patch) | |
tree | 7d836f7d7a1fb498f04c96b81b81efd8da808002 /doc/config.json | |
parent | 3ef1da28e8cc5afcfe58be067e7e60528ce72f1a (diff) | |
download | Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.tar.gz Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.tar.zst Shaarli-1acc87eeac036b3ccfad5553b9092899cf2ecaa0.zip |
Include documentation/wiki locally:
* 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
Diffstat (limited to 'doc/config.json')
-rw-r--r-- | doc/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/config.json b/doc/config.json new file mode 100644 index 00000000..cc4de307 --- /dev/null +++ b/doc/config.json | |||
@@ -0,0 +1,6 @@ | |||
1 | { | ||
2 | "useSideMenu": true, | ||
3 | "lineBreaks": "gfm", | ||
4 | "additionalFooterText": "", | ||
5 | "title": "Shaarli documentation" | ||
6 | } \ No newline at end of file | ||