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:
Alex Szabo 2023-05-23 17:33:35 +02:00 committed by GitHub
parent 38584b828a
commit 85e0c8e360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)