Skip to content

Commit 86713e2

Browse files
committed
fix: cleanup
1 parent e088f17 commit 86713e2

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ For more information, see how to [get started with Enterprise](/influxdb3/enterp
3535

3636
This guide covers InfluxDB 3 Core (the open source release), including the following topics:
3737

38-
* [Install and startup](#install-and-startup)
39-
* [Data Model](#data-model)
40-
* [Tools to use](#tools-to-use)
41-
* [Write data](#write-data)
42-
* [Query data](#query-data)
43-
* [Last values cache](#last-values-cache)
44-
* [Distinct values cache](#distinct-values-cache)
45-
* [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
38+
- [Install and startup](#install-and-startup)
39+
- [Authentication and authorization](#authentication-and-authorization)
40+
- [Data Model](#data-model)
41+
- [Tools to use](#tools-to-use)
42+
- [Write data](#write-data)
43+
- [Query data](#query-data)
44+
- [Last values cache](#last-values-cache)
45+
- [Distinct values cache](#distinct-values-cache)
46+
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
4647

4748
### Install and startup
4849

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ The Enterprise version adds the following features to Core:
3333

3434
This guide covers Enterprise as well as InfluxDB 3 Core, including the following topics:
3535

36-
* [Install and startup](#install-and-startup)
37-
* [Data Model](#data-model)
38-
* [Tools to use](#tools-to-use)
39-
* [Write data](#write-data)
40-
* [Query data](#query-data)
41-
* [Last values cache](#last-values-cache)
42-
* [Distinct values cache](#distinct-values-cache)
43-
* [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
44-
* [Multi-server setups](#multi-server-setup)
36+
- [Install and startup](#install-and-startup)
37+
- [Authentication and authorization](#authentication-and-authorization)
38+
- [Data Model](#data-model)
39+
- [Tools to use](#tools-to-use)
40+
- [Write data](#write-data)
41+
- [Query data](#query-data)
42+
- [Last values cache](#last-values-cache)
43+
- [Distinct values cache](#distinct-values-cache)
44+
- [Python plugins and the processing engine](#python-plugins-and-the-processing-engine)
45+
- [Multi-server setups](#multi-server-setup)
4546

4647
### Install and startup
4748

0 commit comments

Comments
 (0)