Skip to content

Commit 3362d6b

Browse files
committed
Merge branch 'docs-2.6'
2 parents 8a2af9b + e5f391a commit 3362d6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docs-test: docs-build
4444
$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./test.sh
4545

4646
docs-build:
47-
git fetch https://github.com/grafana/grafana.git docs-2.1 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
47+
git fetch https://github.com/grafana/grafana.git docs-2.5 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
4848
echo "$(GIT_BRANCH)" > GIT_BRANCH
4949
echo "$(GITCOMMIT)" > GITCOMMIT
5050
docker build -t "$(DOCKER_DOCS_IMAGE)" .

docs/sources/project/building_from_source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev environment. Grafana ships with its own required backend server; also comple
1111

1212
## Dependencies
1313

14-
- [Go 1.4](https://golang.org/dl/)
14+
- [Go 1.5](https://golang.org/dl/)
1515
- [NodeJS](https://nodejs.org/download/)
1616

1717
## Get Code
@@ -54,7 +54,7 @@ bra run
5454
## Running Grafana Locally
5555
You can run a local instance of Grafana by running:
5656
```
57-
./bin/grafana-server
57+
./bin/grafana-server
5858
```
5959
If you built the binary with `go run build.go build`, run `./bin/grafana-server`
6060

@@ -63,7 +63,7 @@ If you built it with `go build .`, run `./grafana`
6363
Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).
6464

6565
## Developing for Grafana
66-
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
66+
To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
6767
```
6868
go get github.com/Unknwon/bra
6969
bra run
@@ -88,7 +88,7 @@ You only need to add the options you want to override. Config files are applied
8888
Learn more about Grafana config options in the [Configuration section](/installation/configuration/)
8989

9090
## Create a pull requests
91-
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
91+
Please contribute to the Grafana project and submit a pull request! Build new features, write or update documentation, fix bugs and generally make Grafana even more awesome.
9292

9393
Before or after you create a pull request, sign the [contributor license agreement](/project/cla.html).
94-
Together we can build amazing software faster.
94+
Together we can build amazing software faster.

0 commit comments

Comments
 (0)