Skip to content

Commit 950ea0d

Browse files
Link modified
1 parent 2530ebb commit 950ea0d

File tree

3 files changed

+1
-181
lines changed

3 files changed

+1
-181
lines changed

content/docs/getting-started/installation.md

-99
This file was deleted.

content/docs/getting-started/introduction.md

-80
This file was deleted.

synchronize.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ rm -rf repos/
66
mkdir repos/
77

88
if [[ -z "$USE_LOCAL_REPOSITORIES" ]]; then
9-
# git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator
10-
git clone https://github.com/AshwinSriram11/prometheus-operator -b fmt-docs repos/prometheus-operator
9+
git clone https://github.com/prometheus-operator/prometheus-operator -b main --depth 1 repos/prometheus-operator
1110
git clone https://github.com/prometheus-operator/kube-prometheus -b main --depth 1 repos/kube-prometheus
1211
else
1312
ln -s ../../prometheus-operator repos/prometheus-operator

0 commit comments

Comments
 (0)