diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-13 18:51:06 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-01-13 18:51:27 +0100 |
commit | d338087605791e408e696b11974995be9ebff80e (patch) | |
tree | a9191cc042e301d4324e13bc2e37229dfe860f76 /doc | |
parent | 9e701ccd48ed442124509aeb68fe6788579efdde (diff) | |
download | gitlab-ce-d338087605791e408e696b11974995be9ebff80e.tar.gz |
Add 'Build' prefix to Variables entry name in API docs index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 2 | ||||
-rw-r--r-- | doc/api/build_variables.md (renamed from doc/api/variables.md) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 198b4ddfee1..c3401bcbc9d 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -23,7 +23,7 @@ - [Namespaces](namespaces.md) - [Settings](settings.md) - [Keys](keys.md) -- [Variables](variables.md) +- [Build Variables](build_variables.md) ## Clients diff --git a/doc/api/variables.md b/doc/api/build_variables.md index cdc9ba42254..2b804fd9051 100644 --- a/doc/api/variables.md +++ b/doc/api/build_variables.md @@ -1,4 +1,4 @@ -# Variables +# Build Variables ## Variables keys |