docs(): adds missing index pages + link fix

This commit is contained in:
Daniel Lee
2017-02-07 10:21:46 +01:00
parent 285918caf6
commit 5e9653f935
3 changed files with 17 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,7 @@
+++
title = "Project"
type = "docs"
identifier = "project"
weight = 6
+++

View File

@@ -0,0 +1,7 @@
+++
title = "reference"
type = "docs"
identifier = "reference"
weight = 6
+++