From 18c6487b51b342bd76f19865435ee1f56d5f28f2 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Thu, 9 May 2024 14:58:56 +0200 Subject: [PATCH] Translate / name catagories Signed-off-by: Nick Slowinski --- services/communication/_category_.yml | 10 ++++++++++ services/data/_category_.yml | 10 ++++++++++ services/development/_category_.yml | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 services/communication/_category_.yml create mode 100644 services/data/_category_.yml create mode 100644 services/development/_category_.yml diff --git a/services/communication/_category_.yml b/services/communication/_category_.yml new file mode 100644 index 0000000..de171ca --- /dev/null +++ b/services/communication/_category_.yml @@ -0,0 +1,10 @@ +position: 4 # float position is supported +label: 'Kommunikation' +collapsible: true # make the category collapsible +collapsed: false # keep the category open by default +className: red +link: + type: generated-index + title: Kommunikation + description: . + slug: /kommunikation \ No newline at end of file diff --git a/services/data/_category_.yml b/services/data/_category_.yml new file mode 100644 index 0000000..05d7fb4 --- /dev/null +++ b/services/data/_category_.yml @@ -0,0 +1,10 @@ +position: 4 # float position is supported +label: 'Daten' +collapsible: true # make the category collapsible +collapsed: false # keep the category open by default +className: red +link: + type: generated-index + title: Daten + description: . + slug: /daten \ No newline at end of file diff --git a/services/development/_category_.yml b/services/development/_category_.yml new file mode 100644 index 0000000..ab9eeba --- /dev/null +++ b/services/development/_category_.yml @@ -0,0 +1,10 @@ +position: 4 # float position is supported +label: 'Entwicklung' +collapsible: true # make the category collapsible +collapsed: false # keep the category open by default +className: red +link: + type: generated-index + title: Entwicklung + description: . + slug: /entwicklung \ No newline at end of file