summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-17 22:30:37 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-17 22:30:37 +0200
commit24d61c40786497d864c7c8843e68cf2af880e5f7 (patch)
tree17f9247d251ad513687c169237b79b78302bd094 /lib
parent1374ab51138a00024b0fe148394dbe4ea7f91578 (diff)
Bootstrap the Trash node: reserved slug, identity, guards
Diffstat (limited to 'lib')
-rw-r--r--lib/ccc_conventions.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ccc_conventions.rb b/lib/ccc_conventions.rb
index 352dd3c..7ff5a3a 100644
--- a/lib/ccc_conventions.rb
+++ b/lib/ccc_conventions.rb
@@ -1,6 +1,7 @@
1module CccConventions 1module CccConventions
2 ERFA_PARENT_NAME = "club/erfas" 2 TRASH_SLUG = "trash"
3 CHAOSTREFF_PARENT_NAME = "club/chaostreffs" 3 ERFA_PARENT_NAME = "club/erfas"
4 CHAOSTREFF_PARENT_NAME = "club/chaostreffs"
4 SITEMAP_COLLAPSED_PATHS = %w[updates club/erfas club/chaostreffs disclosure].freeze 5 SITEMAP_COLLAPSED_PATHS = %w[updates club/erfas club/chaostreffs disclosure].freeze
5 6
6 NODE_KINDS = { 7 NODE_KINDS = {