diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 22:30:37 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-17 22:30:37 +0200 |
| commit | 24d61c40786497d864c7c8843e68cf2af880e5f7 (patch) | |
| tree | 17f9247d251ad513687c169237b79b78302bd094 /lib | |
| parent | 1374ab51138a00024b0fe148394dbe4ea7f91578 (diff) | |
Bootstrap the Trash node: reserved slug, identity, guards
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ccc_conventions.rb | 5 |
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 @@ | |||
| 1 | module CccConventions | 1 | module 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 = { |
