Skip to content

Commit 62483eb

Browse files
authored
Merge pull request #242 from VirtualMetric:DT-302-discovery-restructuring-documentation
Restructured tree [skip cr]
2 parents ba5f440 + 1b432a4 commit 62483eb

File tree

225 files changed

+2467
-4671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+2467
-4671
lines changed

blog/2025-09-01-release-notes-1.3.0.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: Version 1.3.0 Released
66

77
---
88

9-
{/* truncate */}
9+
This release introduces major enterprise-focused features, along with important improvements in content management. With **Single Sign-On**, **RBAC**, and the first phase of the **MSSP** module, our platform becomes more secure, flexible, and enterprise-ready than ever before. We've also added more vendors to the **Content Hub** and introduced **Auto Syslog Discovery** to simplify log management.
10+
11+
{/* truncate */}
1012

1113
<Include id="release-1.3.0" />

docs/appendix/cli/director.mdx

Whitespace-only changes.

docs/appendix/configuration-bnf.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ All **DataStream** configuration files in YAML format conform to the following s
5858
<DefCol>`::= '\t' | [' ']{2,} `</DefCol>
5959
</TermTable>
6060

61-
:::note[important]
62-
\* Users may choose tabs or multiple spaces for indentation. However, the pattern _must_ be consistent in all configuration files, and follow the kayout given in the code samples found throughout this guide.
61+
:::note Indentation Rule
62+
\* Users may choose tabs or multiple spaces for indentation. However, the pattern _must_ be consistent in all configuration files, and follow the layout given in the code samples found throughout this guide.
6363
:::

docs/appendix/includes-index.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: includes-index
3+
sidebar_label: Includes Index
4+
title: Includes Index
5+
---
6+
7+
import includes from '@site/includes.json';
8+
9+
# Includes Index
10+
11+
This page lists all available include IDs (from `includes.json`) that you can embed with the `<Include id="..." />` component.
12+
13+
| ID | File |
14+
|----|------|
15+
{Object.entries(includes).map(([id, file]) => `| ${id} | ${file} |`).join('\n')}
16+
17+
> Maintenance: update `includes.json` to add or remove include content. No code changes required for lazy loading.

0 commit comments

Comments
 (0)