diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-15 14:21:33 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-15 14:21:33 +0100 |
commit | bc66d513a9aa6da9361dbfc2f0b4bf384e9597a6 (patch) | |
tree | 204253dc05d4b21e59d10449c8d6bae551ab6e53 /doc/config.json | |
parent | 4f8063b6394351749dee7fa3f5ab23cacbbd19a8 (diff) | |
parent | 1acc87eeac036b3ccfad5553b9092899cf2ecaa0 (diff) | |
download | Shaarli-bc66d513a9aa6da9361dbfc2f0b4bf384e9597a6.tar.gz Shaarli-bc66d513a9aa6da9361dbfc2f0b4bf384e9597a6.tar.zst Shaarli-bc66d513a9aa6da9361dbfc2f0b4bf384e9597a6.zip |
Merge branch 'include-doc' into next
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 | ||