diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index e222f8b5f4f..4d22d12dd9b 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -55,6 +55,7 @@ Then you can override them using:
## 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 diff --git a/docs/sources/project/index.md b/docs/sources/project/index.md new file mode 100644 index 00000000000..513ec911d93 --- /dev/null +++ b/docs/sources/project/index.md @@ -0,0 +1,7 @@ ++++ +title = "Project" +type = "docs" +identifier = "project" +weight = 6 ++++ + diff --git a/docs/sources/reference/index.md b/docs/sources/reference/index.md new file mode 100644 index 00000000000..a1ea21c60d1 --- /dev/null +++ b/docs/sources/reference/index.md @@ -0,0 +1,7 @@ ++++ +title = "reference" +type = "docs" +identifier = "reference" +weight = 6 ++++ +