summaryrefslogtreecommitdiff
path: root/lib/ccc_conventions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccc_conventions.rb')
-rw-r--r--lib/ccc_conventions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccc_conventions.rb b/lib/ccc_conventions.rb
index 7ff5a3ab..b840dee2 100644
--- a/lib/ccc_conventions.rb
+++ b/lib/ccc_conventions.rb
@@ -3,6 +3,7 @@ module CccConventions
3 ERFA_PARENT_NAME = "club/erfas" 3 ERFA_PARENT_NAME = "club/erfas"
4 CHAOSTREFF_PARENT_NAME = "club/chaostreffs" 4 CHAOSTREFF_PARENT_NAME = "club/chaostreffs"
5 SITEMAP_COLLAPSED_PATHS = %w[updates club/erfas club/chaostreffs disclosure].freeze 5 SITEMAP_COLLAPSED_PATHS = %w[updates club/erfas club/chaostreffs disclosure].freeze
6 RESTRICTED_SUBTREES = %w[updates disclosure].freeze
6 7
7 NODE_KINDS = { 8 NODE_KINDS = {
8 "top_level" => { 9 "top_level" => {