Docs: Update readme to reference correct repo (#17666)

pull/17655/head
Dominik Prokop 7 years ago committed by GitHub
parent 1c08e58605
commit 433e5ac049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/README.md

@ -5,13 +5,13 @@ docs are built using [Hugo](http://gohugo.io/) - a static site generator.
**Prepare the Docker Image**:
Git clone `grafana/grafana.org` repo. Run these commands in the root of that repo. **Note** that you may require ``sudo``
Git clone `grafana/website` repo. Run these commands in the root of that repo. **Note** that you may require ``sudo``
when running ``make docs-build`` depending on how your system's docker
service is configured):
```
git clone https://github.com/grafana/grafana.org
cd grafana.org
git clone https://github.com/grafana/website
cd website
make docs-build
```
@ -54,9 +54,9 @@ Open [localhost:3004](http://localhost:3004) to view the docs.
### Images & Content
All markdown files are located in this repo (main grafana repo). But all images are added to the https://github.com/grafana/grafana.org repo. So the process of adding images is a bit complicated.
All markdown files are located in this repo (main grafana repo). But all images are added to the https://github.com/grafana/website repo. So the process of adding images is a bit complicated.
First you need create a feature (PR) branch of https://github.com/grafana/grafana.org so you can make change. Then add the image to the `/static/img/docs` directory. Then make a commit that adds the image.
First you need create a feature (PR) branch of https://github.com/grafana/website so you can make change. Then add the image to the `/static/img/docs` directory. Then make a commit that adds the image.
Then run:
```

Loading…
Cancel
Save