Skip to content

Commit 30c341d

Browse files
Improve configuration and bucket names and add automatic title truncation (#139)
* Adding space-id-to-space-key map * Fix space id hompage composer override * Fix composer * Improve invalid title handling * Rename bucktes for better workflow * Add TitleValidityChecker class * CC * Fix space details macro * Fix space details macro * Add title skip list and compress long titles * Fix adding revisions; sort revisions * Shorten long page titles automatically
1 parent 52f00bf commit 30c341d

File tree

12 files changed

+664
-251
lines changed

12 files changed

+664
-251
lines changed

doc/config.sample.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ config:
44
ABC: "MY_NAMESPACE:ABC/"
55
DEF: "MY_NAMESPACE:DEf/"
66
GHI: "GHI_NAMESPACE:"
7+
analyzer-include-spacekey:
8+
- ABC
9+
- DEF
10+
composer-include-namespace:
11+
- ABC
12+
composer-skip-titles:
13+
- ABC:DEF/GHI
714
categories:
815
- My Category 1
916
- My Category 2
1017
ext-ns-file-repo-compat: true
18+
include-history: false

0 commit comments

Comments
 (0)