mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
docs(kibana): fix md syntax, first dev login details (#158168)
Fixing very minor issues in the Kibana dev docs that I found as I was getting bootstrapped: - fixing bad markdown syntax - adding first startup info (url + credentials)
This commit is contained in:
parent
38584b828a
commit
85e0c8e360
1 changed files with 4 additions and 2 deletions
|
@ -75,11 +75,13 @@ In another terminal tab/window you can start Kibana.
|
||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
Include developer examples](https://github.com/elastic/kibana/tree/main/examples) by adding an optional `--run-examples` flag. Read more about the advanced options for [Running Kibana](https://www.elastic.co/guide/en/kibana/current/running-kibana-advanced.html).
|
Include developer [examples](https://github.com/elastic/kibana/tree/main/examples) by adding an optional `--run-examples` flag. Read more about the advanced options for [Running Kibana](https://www.elastic.co/guide/en/kibana/current/running-kibana-advanced.html).
|
||||||
|
You will find the development server running on (http://localhost:5601) - and you can log in with the `elastic:changeme` credential pair.
|
||||||
|
|
||||||
## Code away!
|
## Code away!
|
||||||
|
|
||||||
You are now ready to start developing. Changes to the source files should be picked up automatically and either cause the server to restart, or be served to the browser on the next page refresh.
|
You are now ready to start developing.
|
||||||
|
Changes to the source files should be picked up automatically and either cause the server to restart, or be served to the browser on the next page refresh.
|
||||||
|
|
||||||
## Install pre-commit hook (optional)
|
## Install pre-commit hook (optional)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue