docs: Remove parentheses from Top Consumers title to fix URL issues (#21020)
docs: Rename 'Top Consumers (Functions)' to 'Top Consumers' Remove parentheses from the Functions documentation title to avoid URL generation issues in Docusaurus where parentheses were appearing in the processes function URL path.
Costa Tsaousis committed
Sep 21, 2025 at 01:19 UTC
2eb10e47a5ea686d376c6e9832923932a85a73c1
2 files changed
+3
-3
docs/.map/map.csv
+2
-2
@@ -146,8 +146,8 @@ https://github.com/netdata/netdata/edit/master/docs/observability-centralization
146
https://github.com/netdata/netdata/edit/master/src/collectors/systemd-journal.plugin/active_journal_centralization_guide_no_encryption.md,Active journal source without encryption,Published,Logs/Logs Centralization Points with systemd-journald,
147
,,,,
148
,,,,
149
-https://github.com/netdata/netdata/edit/master/docs/top-monitoring-netdata-functions.md,Top Consumers (Functions),Published,root,Present the Netdata Functions what these are and why they should be used.
150
-https://github.com/netdata/netdata/edit/master/docs/functions/processes.md,Processes,Published,Top Consumers (Functions),
149
+https://github.com/netdata/netdata/edit/master/docs/top-monitoring-netdata-functions.md,Top Consumers,Published,root,Present the Netdata Functions what these are and why they should be used.
150
+https://github.com/netdata/netdata/edit/master/docs/functions/processes.md,Processes,Published,Top Consumers,
151
,,,,
152
https://github.com/netdata/netdata/edit/master/src/health/README.md,Alerts & Notifications,Published,Alerts & Notifications,
153
https://github.com/netdata/netdata/edit/master/docs/alerts-and-notifications/creating-alerts-with-netdata-alerts-configuration-manager.md,Creating Alerts with the Alerts Configuration Manager,Published,Alerts & Notifications,
docs/top-monitoring-netdata-functions.md
+1
-1
@@ -1,4 +1,4 @@
1
-# Top Consumers (Functions)
1
+# Top Consumers
2
3
Netdata Agent collectors provide on-demand, runtime executable functions on the host where they are deployed. Available since v1.37.1.
4