mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs(): adds missing index pages + link fix
This commit is contained in:
@@ -55,6 +55,7 @@ Then you can override them using:
|
||||
<hr />
|
||||
|
||||
## instance_name
|
||||
|
||||
Set the name of the grafana-server instance. Used in logging and internal metrics and in
|
||||
clustering info. Defaults to: `${HOSTNAME}`, which will be replaced with
|
||||
environment variable `HOSTNAME`, if that is empty or does not exist Grafana will try to use
|
||||
@@ -145,6 +146,7 @@ things). By default it is configured to use `sqlite3` which is an
|
||||
embedded database (included in the main Grafana binary).
|
||||
|
||||
### url
|
||||
|
||||
Use either URL or or the other fields below to configure the database
|
||||
Example: `mysql://user:secret@host:port/database`
|
||||
|
||||
@@ -231,7 +233,7 @@ Default is `false`.
|
||||
|
||||
Set to `false` to prohibit users from being able to sign up / create
|
||||
user accounts. Defaults to `true`. The admin user can still create
|
||||
users from the [Grafana Admin Pages](../reference/admin.md)
|
||||
users from the [Grafana Admin Pages](../../reference/admin)
|
||||
|
||||
### allow_org_create
|
||||
|
||||
|
||||
7
docs/sources/project/index.md
Normal file
7
docs/sources/project/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "Project"
|
||||
type = "docs"
|
||||
identifier = "project"
|
||||
weight = 6
|
||||
+++
|
||||
|
||||
7
docs/sources/reference/index.md
Normal file
7
docs/sources/reference/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "reference"
|
||||
type = "docs"
|
||||
identifier = "reference"
|
||||
weight = 6
|
||||
+++
|
||||
|
||||
Reference in New Issue
Block a user