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
6 changes: 6 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ <h2 class="h4">Prometheus Target Configuration</h2>
<p>Automatically generate monitoring target configurations based on familiar Kubernetes label queries;
no need to learn a Prometheus specific configuration language.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">Exposing Prometheus and Alertmanager</h2>
<p>Learn how to expose Prometheus and Alertmanager services.</p>
<a href="/docs/platform-guides/exposing-prometheus-and-alertmanager/" class="btn btn-primary">Read More</a>
</div>

Comment on lines +49 to +54
Copy link
Member

@AshwinSriram11 AshwinSriram11 Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no need to add this here. You are adding this div to the website's landing page.

</div>
</div>
</section>
Expand Down
1 change: 1 addition & 0 deletions synchronize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cp repos/prometheus-operator/Documentation/thanos.md content/docs/platform/thano
cp repos/prometheus-operator/Documentation/troubleshooting.md content/docs/platform/troubleshooting.md
cp repos/prometheus-operator/Documentation/user-guides/storage.md content/docs/platform/storage.md
cp repos/prometheus-operator/Documentation/user-guides/strategic-merge-patch.md content/docs/platform/strategic-merge-patch.md
cp repos/prometheus-operator/Documentation/user-guides/exposing-prometheus-and-alertmanager.md content/docs/platform-guides/exposing-prometheus-and-alertmanager.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cp repos/prometheus-operator/Documentation/user-guides/exposing-prometheus-and-alertmanager.md content/docs/platform-guides/exposing-prometheus-and-alertmanager.md
cp repos/prometheus-operator/Documentation/user-guides/exposing-prometheus-and-alertmanager.md content/docs/platform/exposing-prometheus-and-alertmanager.md

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Platform-guide is the name of the section in the website while platform is the name of the folder in the repo.


# developer guide
cp repos/prometheus-operator/Documentation/user-guides/getting-started.md content/docs/developer/getting-started.md
Expand Down