aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-03-06 16:01:11 +0200
committerMantas Vilčinskas <hi@mnts.lt>2021-03-06 16:01:11 +0200
commitd64bfe770d5ccb46c6ca7fb07c90a1ce03b40f13 (patch)
tree275d3f196669282b3d6f7ce172f23385db8ea26f /exampleSite/config.yml
parent9bbc616c7328ff0fd205b0bbb6f8b0ba2855fb6f (diff)
fix #101 - add category status, #161 ref in config.yml
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index ee52734..1d3149d 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -138,26 +138,30 @@ params:
# because you need to set an 'Uncategorized' category.
# Or it can be used alongside other categories.
#
+ # These are case sensitive.
+ #
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
categories:
- name: North Coast
description: The main servers are located here.
closed: true
- - name: East Coast
+ - name: Empty Category
- name: Uncategorized
untitled: true
# These are your systems. Change them to
# change the amount of components.
#
+ # These are case sensitive.
+ #
# For help, see the wiki:
# https://github.com/cstate/cstate/wiki/Customization
systems:
- name: Gateway
category: North Coast
- name: Backup Gateway
- category: East Coast
+ category: North Coast
- name: API
description: The guts of the application.
category: Uncategorized