Docs: Fixed lazy numbering in all documentation files (#27975)
This commit is contained in:
@@ -83,20 +83,20 @@ docker-compose up
|
||||
The following example describes how to build and run the remote HTTP rendering service as a standalone Node.js application and configure Grafana appropriately.
|
||||
|
||||
1. Clone the [Grafana image renderer plugin](https://grafana.com/grafana/plugins/grafana-image-renderer) Git repository.
|
||||
2. Install dependencies and build:
|
||||
1. Install dependencies and build:
|
||||
|
||||
```bash
|
||||
yarn install --pure-lockfile
|
||||
yarn run build
|
||||
```
|
||||
|
||||
3. Run the server:
|
||||
1. Run the server:
|
||||
|
||||
```bash
|
||||
node build/app.js server --port=8081
|
||||
```
|
||||
|
||||
4. Update Grafana configuration:
|
||||
1. Update Grafana configuration:
|
||||
|
||||
```
|
||||
[rendering]
|
||||
@@ -104,7 +104,7 @@ The following example describes how to build and run the remote HTTP rendering s
|
||||
callback_url = http://localhost:3000/
|
||||
```
|
||||
|
||||
5. Restart Grafana.
|
||||
1. Restart Grafana.
|
||||
|
||||
## PhantomJS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user