Skip to content

Commit 99ab79a

Browse files
authored
remove experimental sections (#1454)
1 parent 1db83bb commit 99ab79a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pages/database-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ needs.
3131
## [Enabling Memgraph Enterprise](/database-management/enabling-memgraph-enterprise)
3232

3333
Check how to enable Memgraph Enterprise to get access to advanced features.
34-
34+
{/*
3535
## [Experimental features](/database-management/experimental-features)
3636
3737
Experimental features in Memgraph represent the forefront of our innovation, offering cutting-edge functionality as we continuously enhance our product. Learn how to try them out.
38-
38+
*/}
3939
## [Logs](/database-management/logs)
4040

4141
Check how to access logs and change log tracking level. Learn about query audit logging in Memgraph Enterprise.

pages/database-management/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
"configuration": "Configuration",
55
"debugging": "Debugging",
66
"enabling-memgraph-enterprise": "Enabling Memgraph Enterprise",
7-
"experimental-features": "Experimental features",
7+
"experimental-features": { display: "hidden" },
88
"logs": "Logs",
99
"monitoring": "Monitoring",
1010
"multi-tenancy": "Multi-tenancy",

pages/database-management/configuration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,15 @@ workers simultaneously.
394394

395395
</Callout>
396396

397+
{/*
397398
### Experimental features
398399
399400
This section contains the list of flags that are used to configure [experimental features](/database-management/experimental-features) in Memgraph.
400401
401402
| Flag | Description |
402403
|-----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
403404
| `--experimental-enabled` | Enables experimental capabilities within Memgraph. Currently, `text-search` is allowed value. |
404-
405+
*/}
405406

406407
### High availability
407408

0 commit comments

Comments
 (0)