@cryptotaxi247 / netdata-1 / commits / fadc3a5d3

Use BoxListItemRegexLink component in docs/quickstart/insfrastructure.md (#14533)

* change BoxListItem to BoxListItemRegexLink, and add []() to the links * add list of links for GitHub rendering purposes

Fotis Voutsas committed Feb 15, 2023 at 16:27 UTC fadc3a5d3ae8e35e4b7b01b575d98782837853c8
1 file changed +41 -18
docs/quickstart/infrastructure.md
+41 -18
@@ -9,7 +9,7 @@ learn_rel_path: "Getting Started"
9 sidebar_position: "50"
10 -->
11
12 -import { Grid, Box, BoxList, BoxListItem } from '@site/src/components/Grid/'
12 +import { Grid, Box, BoxList, BoxListItemRegexLink } from '@site/src/components/Grid/'
13 import { RiExternalLinkLine } from 'react-icons/ri'
14
15 [Netdata Cloud](https://app.netdata.cloud) provides scalable infrastructure monitoring for any number of distributed
@@ -155,41 +155,64 @@ collect from across your infrastructure with Netdata.
155 <Box
156 title="Spaces and War Rooms">
157 <BoxList>
158 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/spaces.md" title="Spaces" />
159 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md" title="War Rooms" />
158 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/spaces.md)" title="Spaces" />
159 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md)" title="War Rooms" />
160 </BoxList>
161 </Box>
162 <Box
163 title="Dashboards">
164 <BoxList>
165 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md" title="Overview" />
166 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md" title="Nodes view" />
167 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md" title="Kubernetes" />
168 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md" title="Create new dashboards" />
165 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)" title="Overview" />
166 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)" title="Nodes view" />
167 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)" title="Kubernetes" />
168 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)" title="Create new dashboards" />
169 </BoxList>
170 </Box>
171 <Box
172 title="Alerts and notifications">
173 <BoxList>
174 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.mdx" title="View active alerts" />
175 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.mdx" title="Alerts Smartboard" />
176 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.mdx" title="Alert notifications" />
174 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.mdx)" title="View active alerts" />
175 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.mdx)" title="Alerts Smartboard" />
176 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.mdx)" title="Alert notifications" />
177 </BoxList>
178 </Box>
179 <Box
180 title="Troubleshooting with Netdata Cloud">
181 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md" title="Metric Correlations" />
182 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.mdx" title="Anomaly Advisor" />
183 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/insights/events-feed.md" title="Events Feed" />
181 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)" title="Metric Correlations" />
182 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.mdx)" title="Anomaly Advisor" />
183 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/events-feed.md)" title="Events Feed" />
184 </Box>
185 <Box
186 title="Management and settings">
187 <BoxList>
188 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/sign-in.mdx" title="Sign in with email, Google, or GitHub" />
189 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/invite-your-team.md" title="Invite your team" />
190 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/themes.md" title="Choose your Netdata Cloud theme" />
191 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md" title="Role-Based Access" />
192 - <BoxListItem to="https://github.com/netdata/netdata/blob/master/docs/cloud/manage/plans.md" title="Paid Plans" />
188 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/sign-in.mdx)" title="Sign in with email, Google, or GitHub" />
189 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/invite-your-team.md)" title="Invite your team" />
190 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/themes.md)" title="Choose your Netdata Cloud theme" />
191 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md)" title="Role-Based Access" />
192 + <BoxListItemRegexLink to="[](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/plans.md)" title="Paid Plans" />
193 </BoxList>
194 </Box>
195 </Grid>
196 +
197 +- Spaces and War Rooms
198 + - [Spaces](https://github.com/netdata/netdata/blob/master/docs/cloud/spaces.md)
199 + - [War Rooms](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md)
200 +- Dashboards
201 + - [Overview](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)
202 + - [Nodes view](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)
203 + - [Kubernetes](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)
204 + - [Create new dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)
205 +- Alerts and notifications
206 + - [View active alerts](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/view-active-alerts.mdx)
207 + - [Alerts Smartboard](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/smartboard.mdx)
208 + - [Alert notifications](https://github.com/netdata/netdata/blob/master/docs/cloud/alerts-notifications/notifications.mdx)
209 +- Troubleshooting with Netdata Cloud
210 + - [Metric Correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)
211 + - [Anomaly Advisor](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.mdx)
212 + - [Events Feed](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/events-feed.md)
213 +- Management and settings
214 + - [Sign in with email, Google, or GitHub](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/sign-in.mdx)
215 + - [Invite your team](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/invite-your-team.md)
216 + - [Choose your Netdata Cloud theme](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/themes.md)
217 + - [Role-Based Access](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/role-based-access.md)
218 + - [Paid Plans](https://github.com/netdata/netdata/blob/master/docs/cloud/manage/plans.md)