Skip to content

Commit b0823b6

Browse files
authored
Merge pull request #6109 from influxdata:fix-mono-get-started
Unify and fix get-started for Core and Enterprise
2 parents ea3a2e0 + 197f362 commit b0823b6

File tree

9 files changed

+271
-1339
lines changed

9 files changed

+271
-1339
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ node_modules
1515
!telegraf-build/templates
1616
!telegraf-build/scripts
1717
!telegraf-build/README.md
18+
/cypress/downloads
1819
/cypress/screenshots/*
1920
/cypress/videos/*
2021
test-results.xml

content/influxdb3/core/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ menu:
99
influxdb3_core:
1010
name: InfluxDB 3 Core
1111
weight: 1
12-
source: /shared/v3-core-get-started/_index.md
12+
source: /shared/influxdb3/_index.md
1313
---
1414

1515
<!--
16-
The content of this page is at /shared/v3-core-get-started/_index.md
16+
The content of this page is at
17+
//SOURCE - content/shared/influxdb3/_index.md
1718
-->

content/influxdb3/core/get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ related:
1313
- /influxdb3/core/admin/query-system-data/
1414
- /influxdb3/core/write-data/
1515
- /influxdb3/core/query-data/
16-
source: /shared/v3-core-get-started/_index.md
16+
source: /shared/influxdb3-get-started/_index.md
1717
prepend: |
1818
> [!Note]
1919
> InfluxDB 3 Core is purpose-built for real-time data monitoring and recent data.
@@ -26,5 +26,5 @@ prepend: |
2626

2727
<!--
2828
The content of this page is at
29-
// SOURCE content/shared/v3-core-get-started/_index.md
29+
// SOURCE content/shared/influxdb3-get-started/_index.md
3030
-->

content/influxdb3/enterprise/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ menu:
99
influxdb3_enterprise:
1010
name: InfluxDB 3 Enterprise
1111
weight: 1
12-
source: /shared/v3-enterprise-get-started/_index.md
12+
source: /shared/influxdb3/_index.md
1313
---
1414

1515
<!--
16-
The content of this page is at /shared/v3-enterprise-get-started/_index.md
16+
The content of this page is at
17+
//SOURCE - content/shared/influxdb3/_index.md
1718
-->

content/influxdb3/enterprise/get-started/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ related:
1313
- /influxdb3/enterprise/admin/query-system-data/
1414
- /influxdb3/enterprise/write-data/
1515
- /influxdb3/enterprise/query-data/
16-
source: /shared/v3-enterprise-get-started/_index.md
16+
source: /shared/influxdb3-get-started/_index.md
1717
---
1818

1919
<!--
2020
The content of this page is at
21-
// SOURCE content/shared/v3-enterprise-get-started/_index.md
21+
// SOURCE content/shared/influxdb3-get-started/_index.md
2222
-->

content/influxdb3/explorer/install.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ Use [Docker](https://docker.com) to install and run **InfluxDB 3 Explorer**.
1414
- [Run the InfluxDB 3 Explorer Docker container](#run-the-influxdb-3-explorer-docker-container)
1515
- [Enable TLS/SSL (HTTPS)](#enable-tlsssl-https)
1616
- [Pre-configure InfluxDB connection settings](#pre-configure-influxdb-connection-settings)
17-
- [Run in admin or query mode](#run-in-admin-or-query-mode)
17+
- [Run in query or admin mode](#run-in-query-or-admin-mode)
18+
- [Run in query mode](#run-in-query-mode)
19+
- [Run in admin mode](#run-in-admin-mode)
1820
- [Environment Variables](#environment-variables)
1921
- [Volume Reference](#volume-reference)
2022
- [Exposed Ports](#exposed-ports)
23+
- [Custom port mapping](#custom-port-mapping)
2124
<!-- END TOC -->
2225

2326
## Run the InfluxDB 3 Explorer Docker container

0 commit comments

Comments
 (0)