aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-05-07 22:29:51 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-05-07 22:29:51 +0300
commit81b078a04d0555de9658898d4da73e0ac83bd31c (patch)
treeeae3905dcf6913563210f1be3a6d1c6139745a5a /exampleSite/config.yml
parent64a1be9790bfe98e99a12136c1f16684de25de17 (diff)
First working example of categories
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 74d30b4..8b45b9b 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -99,6 +99,8 @@ baseURL: https://cstate.mnts.lt
############################################################
params:
+ enableCategories: false
+
# These are your systems. Change them to
# change the amount of components.
#
@@ -106,10 +108,21 @@ params:
# https://github.com/cstate/cstate/wiki/Customization
systems:
- name: Gateway
+ category: North Coast
- name: API
description: The guts of the application.
+ category: Uncategorized
- name: Media Proxy
description: This is the service responsible for serving images, audio, and video. It is reliant on our CDN.
+ category: Uncategorized
+
+ categories:
+ - name: North Coast
+ description: The worst one. Or the best one.
+ closed: true
+ - name: Uncategorized
+ untitled: true
+
# What date format to use?
#