-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
40 lines (35 loc) · 1.13 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
baseURL: "https://bootique.io/"
languageCode: "en-us"
title: "Bootique: Flexible Java Microservices Framework"
theme: "bootique-theme"
disableKinds:
- RSS
- taxonomy
- term
enableRobotsTXT: true
params:
googleAnalytics: "UA-74603008-1"
description: >-
Bootique is a flexible Java microservices framework, designed for simplicity and power.
A minimally opinionated platform that offers a command-line launcher, configuration and lots of extension modules.
keywords: "Bootique, Bootique project, Guice, Container-less Java, Runnable Jar, Make Jar not War, WYSIWYR"
sitemapExcludes: ["/page/", "/docs/", "/categories/", "/tags/"]
# URLs for pages under folders content/page and content/docs.
permalinks:
page: ":filename/"
menu:
main:
- name: "Get started"
pre: version # this means that item's URL depends on Bootique version
url: "/getting-started/"
weight: 1
- name: "Documentation"
pre: version
url: "/docs/"
weight: 2
- name: "CLA"
url: "/cla/"
weight: 3
- name: "Forum"
url: "https://groups.google.com/forum/#!forum/bootique-user"
weight: 4