diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:31:24 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-30 01:31:24 +0200 |
commit | 5b7db23aaacbb08a8242b1a77bd39bc19139526c (patch) | |
tree | b36f8ab16b89f1ae475db883f3f91b2a0a6837b8 /exampleSite/config.yml | |
parent | 7a6ab6d72496a07e42aa03242891b6d815b26b0d (diff) |
Add exampleSite
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml new file mode 100644 index 0000000..378f01f --- /dev/null +++ b/exampleSite/config.yml @@ -0,0 +1,18 @@ +baseURL: http://example.org +title: Rx Jersey +theme: book + +# Book configuration +disablePathToLower: true + +params: + # show or hide table of contents for page + BookShowToC: true + + # Set bundle to render side menu + # if not specified file structure and weights will be used + BookMenuBundle: /menu + + # specify section of content to render as menu + # if bookMenuBundle is not set, 'docs' is value by default + BookSection: docs |