Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
languageCode = "en-US"
paginate = 7
pagination.pagerSize = 7
rssLimit = 10

## add redirects/headers
Expand Down
4 changes: 3 additions & 1 deletion synchronize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down