Skip to content

Commit 32504ff

Browse files
committed
Organize CXM ToC
1 parent 1a9ab57 commit 32504ff

2 files changed

Lines changed: 96 additions & 101 deletions

File tree

dem/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: release-notes
3-
title: Centreon DEM release notes
3+
title: Centreon XM release notes
44
---
55

66
## February 2nd, 2026

dem/sidebarsDem.js

Lines changed: 95 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -2,132 +2,63 @@ module.exports = {
22
dem: [
33
{
44
type: 'category',
5-
label: 'Getting started with Centreon DEM',
5+
label: 'Discovering CXM',
66
link: {
77
type: "doc",
88
id: "getting-started/welcome"
99
},
1010
items: [
1111
{ type: 'doc', id: 'getting-started/dem-solution' },
12-
{ type: 'doc', id: 'getting-started/contact-support' },
1312
{ type: 'doc', id: 'getting-started/synthetic-monitoring' },
1413
{ type: 'doc', id: 'getting-started/real-user-monitoring' },
1514
{ type: 'doc', id: 'getting-started/system-view' },
1615
{ type: 'doc', id: 'getting-started/business-view' },
1716
{ type: 'doc', id: 'getting-started/load-tests' },
18-
{ type: 'doc', id: 'getting-started/dashboards' },
19-
],
17+
],
2018
},
2119
{
2220
type: 'category',
23-
label: 'Installation',
21+
label: 'Setting up CXM',
2422
link: {
2523
type: 'generated-index',
2624
},
2725
items: [
2826
{ type: 'doc', id: 'installation/installation-checklist' },
29-
{ type: 'doc', id: 'installation/dem-ip-addresses' },
30-
{ type: 'doc', id: 'installation/real-user-monitoring-installation' },
31-
{ type: 'doc', id: 'installation/monitor-production-events' },
32-
{
33-
collapsed: true,
34-
type: 'category',
35-
label: 'Servers and middleware',
36-
link: {
37-
type: 'generated-index',
38-
},
39-
items: [
40-
{ type: 'doc', id: 'installation/servers/install-system-agents' },
41-
{ type: 'doc', id: 'installation/servers/cloud-configuration-of-agents' },
42-
{ type: 'doc', id: 'installation/servers/add-advanced-metrics' },
43-
{ type: 'doc', id: 'installation/servers/install-php-magento-orocommerce-profiler' },
44-
],
45-
},
27+
4628
],
4729
},
4830
{
4931
type: 'category',
50-
label: 'Configuration',
32+
label: 'Getting started with CXM',
5133
link: {
5234
type: 'generated-index',
5335
},
5436
items: [
5537
{ type: 'doc', id: 'configuration/configuration-checklist' },
56-
{ type: 'doc', id: 'configuration/manage-users-and-rights' },
57-
{ type: 'doc', id: 'configuration/configure-digital-sobriety' },
58-
{ type: 'doc', id: 'configuration/configure-google-analytics' },
59-
{ type: 'doc', id: 'configuration/receive-and-configure-alerts' },
60-
{
61-
collapsed: true,
62-
type: 'category',
63-
label: 'User journey',
64-
link: {
65-
type: 'generated-index',
66-
},
67-
items: [
68-
{ type: 'doc', id: 'configuration/user-journey/create-a-scenario' },
69-
{ type: 'doc', id: 'configuration/user-journey/user-journey-best-practices' },
70-
],
71-
},
72-
{
73-
collapsed: true,
74-
type: 'category',
75-
label: 'Advanced configuration',
76-
link: {
77-
type: 'generated-index',
78-
},
79-
items: [
80-
{
81-
type: 'doc',
82-
id: 'configuration/advanced-configuration/enable-disable-scenario-or-alert-via-api',
83-
},
84-
],
85-
},
38+
8639
],
8740
},
8841
{
8942
type: 'category',
90-
label: 'Performance analysis',
43+
label: 'Synthetic Monitoring (STM)',
9144
link: {
9245
type: 'generated-index',
9346
},
9447
items: [
9548
{ type: 'doc', id: 'performance-analysis/network-tab-indicators' },
96-
{ type: 'doc', id: 'performance-analysis/system-tab-indicators' },
97-
{ type: 'doc', id: 'performance-analysis/speed-up-website-with-applications-or-server-configuration' },
98-
{ type: 'doc', id: 'performance-analysis/errors-and-unavailability-front-end' },
99-
{
100-
collapsed: true,
101-
type: 'category',
102-
label: 'Metric overview',
103-
link: {
104-
type: 'doc',
105-
id: 'performance-analysis/metrics/overview-of-metrics',
106-
},
107-
items: [
108-
{ type: 'doc', id: 'performance-analysis/metrics/hero-time' },
109-
{ type: 'doc', id: 'performance-analysis/metrics/time-to-first-byte' },
110-
{ type: 'doc', id: 'performance-analysis/metrics/speed-index' },
111-
{ type: 'doc', id: 'performance-analysis/metrics/on-load' },
112-
{ type: 'doc', id: 'performance-analysis/metrics/largest-contentful-paint' },
113-
{ type: 'doc', id: 'performance-analysis/metrics/total-blocking-time' },
114-
{ type: 'doc', id: 'performance-analysis/metrics/cumulative-layout-shift' },
115-
],
116-
},
117-
{
118-
collapsed: true,
119-
type: 'category',
120-
label: 'Basic actions',
121-
link: {
122-
type: 'generated-index',
123-
},
124-
items: [
125-
{ type: 'doc', id: 'performance-analysis/basic-actions/navigate-in-dem' },
126-
{ type: 'doc', id: 'performance-analysis/basic-actions/how-alerts-work' },
127-
{ type: 'doc', id: 'performance-analysis/basic-actions/gray-areas-on-charts' },
128-
{ type: 'doc', id: 'performance-analysis/basic-actions/event-tracking' },
129-
],
130-
},
49+
50+
],
51+
},
52+
{
53+
collapsed: true,
54+
type: 'category',
55+
label: 'Real User Monitoring (RUM)',
56+
link: {
57+
type: 'generated-index',
58+
},
59+
items: [
60+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
61+
13162
],
13263
},
13364
{
@@ -146,25 +77,89 @@ module.exports = {
14677
{
14778
collapsed: true,
14879
type: 'category',
149-
label: 'How-to articles',
80+
label: 'Business data',
15081
link: {
15182
type: 'generated-index',
15283
},
15384
items: [
15485
{ type: 'doc', id: 'how-to-articles/unable-to-connect' },
155-
{ type: 'doc', id: 'how-to-articles/meaning-of-colors-in-graphs' },
156-
{ type: 'doc', id: 'how-to-articles/seo-module' },
157-
{ type: 'doc', id: 'how-to-articles/measurement-interval' },
158-
{ type: 'doc', id: 'how-to-articles/dem-probes-in-google-analytics' },
159-
{ type: 'doc', id: 'how-to-articles/faq' },
160-
{ type: 'doc', id: 'how-to-articles/password-reset' },
161-
{ type: 'doc', id: 'how-to-articles/using-charts' },
162-
{ type: 'doc', id: 'how-to-articles/user-journey-screen' },
163-
{ type: 'doc', id: 'how-to-articles/rum-blocked-by-csp' },
86+
87+
],
88+
},
89+
{
90+
collapsed: true,
91+
type: 'category',
92+
label: 'System data',
93+
link: {
94+
type: 'generated-index',
95+
},
96+
items: [
97+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
98+
99+
],
100+
},
101+
{
102+
collapsed: true,
103+
type: 'category',
104+
label: 'Network data',
105+
link: {
106+
type: 'generated-index',
107+
},
108+
items: [
109+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
110+
111+
],
112+
},
113+
{
114+
collapsed: true,
115+
type: 'category',
116+
label: 'Load testing',
117+
link: {
118+
type: 'generated-index',
119+
},
120+
items: [
121+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
122+
123+
],
124+
},
125+
{
126+
collapsed: true,
127+
type: 'category',
128+
label: 'Dashboards and exports',
129+
link: {
130+
type: 'generated-index',
131+
},
132+
items: [
133+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
134+
135+
],
136+
},
137+
{
138+
collapsed: true,
139+
type: 'category',
140+
label: 'Troubleshooting',
141+
link: {
142+
type: 'generated-index',
143+
},
144+
items: [
145+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
146+
164147
],
165148
},
166149
{
167150
type: 'doc', id: 'release-notes'
168-
}
151+
},
152+
{
153+
collapsed: true,
154+
type: 'category',
155+
label: 'Resources',
156+
link: {
157+
type: 'generated-index',
158+
},
159+
items: [
160+
{ type: 'doc', id: 'digital-sobriety/carbon-footprint-evaluation-and-digital-sobriety' },
161+
162+
],
163+
},
169164
],
170165
};

0 commit comments

Comments
 (0)