Skip to content

Commit 0dc32cb

Browse files
authored
Merge pull request #17 from marioferh/fix_index
fix index
2 parents d0ad2d4 + 2227a27 commit 0dc32cb

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

docs/index.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,30 @@ Thank you for visiting the official documentation. Here you'll find all the info
55
## Table of Contents
66

77
- [Introduction](#introduction)
8-
- [Usage](usage.md)
8+
- [Getting Started](prometheus-operator/getting-started/)
9+
- [User Guides](prometheus-operator/user-guides/)
10+
- [API Reference](prometheus-operator/api-reference/)
11+
- [Configuration](prometheus-operator/custom-configuration.md)
12+
- [Metrics and Monitoring](prometheus-operator/exposing-metrics.md)
13+
- [Network Policies](prometheus-operator/network-policies.md)
14+
- [Additional Configuration](prometheus-operator/additional-scrape-config.md)
15+
- [Platform Specific Guides](prometheus-operator/platform/)
16+
- [Developer Documentation](prometheus-operator/developer/)
17+
- [Proposals](prometheus-operator/proposals/)
918
- [Frequently Asked Questions](faq.md)
19+
- [Known Issues](known_issues.md)
1020

1121
---
1222

1323
## Introduction
1424

15-
This project aims to...
25+
This project aims to provide comprehensive monitoring solutions using the Prometheus Operator. It helps you manage and monitor your applications and infrastructure with ease.
1626

17-
*(Here you can add a brief description or summary of the project)*
27+
Key features:
28+
- Automated Prometheus deployment and configuration
29+
- Service discovery and monitoring
30+
- Custom resource definitions for monitoring configuration
31+
- Integration with various platforms and environments
1832

1933
---
2034

0 commit comments

Comments
 (0)