Commit 433e5ac0 by Dominik Prokop Committed by GitHub

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

parent 1c08e586
...@@ -5,13 +5,13 @@ docs are built using [Hugo](http://gohugo.io/) - a static site generator. ...@@ -5,13 +5,13 @@ docs are built using [Hugo](http://gohugo.io/) - a static site generator.
**Prepare the Docker Image**: **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 when running ``make docs-build`` depending on how your system's docker
service is configured): service is configured):
``` ```
git clone https://github.com/grafana/grafana.org git clone https://github.com/grafana/website
cd grafana.org cd website
make docs-build make docs-build
``` ```
...@@ -54,9 +54,9 @@ Open [localhost:3004](http://localhost:3004) to view the docs. ...@@ -54,9 +54,9 @@ Open [localhost:3004](http://localhost:3004) to view the docs.
### Images & Content ### 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: Then run:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment