diff --git a/config/_default/config.toml b/config/_default/config.toml index 376609e..d9d8ff9 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -5,7 +5,7 @@ enableEmoji = true enableGitInfo = true enableRobotsTXT = true languageCode = "en-US" -paginate = 7 +pagination.pagerSize = 7 rssLimit = 10 ## add redirects/headers diff --git a/synchronize.sh b/synchronize.sh index 44487c5..799843f 100755 --- a/synchronize.sh +++ b/synchronize.sh @@ -6,7 +6,8 @@ rm -rf repos/ mkdir repos/ if [[ -z "$USE_LOCAL_REPOSITORIES" ]]; then - git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator + # git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator + git clone https://github.com/AshwinSriram11/prometheus-operator -b elastic-ref --depth 1 repos/prometheus-operator git clone https://github.com/prometheus-operator/kube-prometheus -b main --depth 1 repos/kube-prometheus else ln -s ../../prometheus-operator repos/prometheus-operator @@ -29,6 +30,7 @@ cp repos/prometheus-operator/Documentation/getting-started/design.md content/doc # api section cp repos/prometheus-operator/Documentation/api-reference/api.md content/docs/api-reference/api.md +cp repos/prometheus-operator/Documentation/api-reference/elastic-api.md content/docs/api-reference/elastic-api.md # platform guide cp repos/prometheus-operator/Documentation/platform/platform-guide.md content/docs/platform/platform-guide.md