mirror of
https://github.com/netdata/netdata.git
synced 2025-04-07 06:45:39 +00:00
Create category overview pages for learn's restructure (#15091)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
parent
d742a5dc1d
commit
8084ad2a32
13 changed files with 39 additions and 17 deletions
docs/category-overview-pages
accessing-netdata-dashboards.mdbuild-the-netdata-agent-yourself.mdinstall-netdata-on-embedded-systems.mdinstall-with-a-cicd-provisioning-system.mdmachine-learning-and-assisted-troubleshooting.mdmaintenance-operations-on-netdata-agents.mdmetrics-streaming-and-replication.mdmisc-overview.mdmonitor-your-infrastructure.mdnetdata-apis.mdnetdata-architecture.mdnetdata-dashboards-and-visualizations.mdoptimizing-metrics-database.md
|
@ -0,0 +1,3 @@
|
|||
# Accessing Netdata Dashboards
|
||||
|
||||
This section contains documentation on how you can access the Netdata Agent's dashboards, and the Netdata Cloud's dashboards.
|
|
@ -0,0 +1,3 @@
|
|||
# Build the Netdata Agent yourself
|
||||
|
||||
This section contains documentation on all the ways that you can build the Netdata Agent.
|
|
@ -0,0 +1,3 @@
|
|||
# Install Netdata on Embedded Systems Overview
|
||||
|
||||
This section contains documentation for installation methods when it comes to Embedded Systems.
|
|
@ -0,0 +1,3 @@
|
|||
# Install with a CI/CD Provisioning System Overview
|
||||
|
||||
This section contains documentation on all the installation methods through a CI/CD system.
|
|
@ -0,0 +1,3 @@
|
|||
# Machine Learning and Assisted Troubleshooting Overview
|
||||
|
||||
This section contains documentation regarding Netdata's troubleshooting and machine learning features.
|
|
@ -0,0 +1,3 @@
|
|||
# Maintenance operations on Netdata Agents Overview
|
||||
|
||||
This section provides information on various actions you can take when maintaining a Netdata Agent.
|
|
@ -0,0 +1,3 @@
|
|||
# Metrics Streaming and Replication Overview
|
||||
|
||||
This section contains documentation to help you understand and configure streaming and replication with Netdata.
|
|
@ -1,19 +1,3 @@
|
|||
<!--
|
||||
title: "Miscellaneous material"
|
||||
sidebar_label: "Miscellaneous"
|
||||
custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/misc-overview.md"
|
||||
description: "Available integrations in Netdata"
|
||||
learn_status: "Published"
|
||||
learn_rel_path: "Miscellaneous"
|
||||
sidebar_position: 110
|
||||
-->
|
||||
|
||||
# Miscellaneous material
|
||||
|
||||
This section contains temporary material that no longer belongs in our official documentation, and will
|
||||
be moved to other locations. We keep it here to make it accessible while we create the new articles.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
This section contains material that will be moved to new locations as we see fit. We keep it here to make it accessible while we make these changes.
|
|
@ -0,0 +1,3 @@
|
|||
# Monitor your Infrastructure Overview
|
||||
|
||||
This section contains documentation on how you can use Netdata Cloud and it's features to monitor your entire infrastructure.
|
5
docs/category-overview-pages/netdata-apis.md
Normal file
5
docs/category-overview-pages/netdata-apis.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Netdata APIs Overview
|
||||
|
||||
This section contains information about Netdata's APIs.
|
||||
|
||||
You can access the Netdata Agent's API through swagger UI [here](/api).
|
3
docs/category-overview-pages/netdata-architecture.md
Normal file
3
docs/category-overview-pages/netdata-architecture.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Netdata Architecture Overview
|
||||
|
||||
This section's purpose is to explain the architecture of Netdata, the role of the Agent and the Cloud, and more.
|
|
@ -0,0 +1,3 @@
|
|||
# Netdata Dashboards and Visualizations Overview
|
||||
|
||||
This section provides documentation about all the visualization operations, features and insights that Netdata provides.
|
|
@ -0,0 +1,3 @@
|
|||
# Optimizing Metrics Database Overview
|
||||
|
||||
This section contains documentation to help you understand how the metrics DB works, understand the key features and configure them to suit your needs.
|
Loading…
Add table
Reference in a new issue