[DOCS] Clean up text (#90359) (#90463)

This commit is contained in:
Lisa Cawley 2021-02-05 09:29:36 -08:00 committed by GitHub
parent 6582eaa0a7
commit 29f8403616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 20 deletions

View file

@ -13,8 +13,8 @@ To begin plugin development, we recommend reading our overview of how plugins wo
* <<kibana-platform-plugin-api>>
Our developer services are changing all the time. One of the best ways to discover and learn about them is to read the available
READMEs from all the plugins inside our {kib-repo}tree/{branch}/src/plugins[open source plugins folder] and our
{kib-repo}/tree/{branch}/x-pack/plugins[commercial plugins folder].
READMEs inside our plugins folders: {kib-repo}tree/{branch}/src/plugins[src/plugins] and
{kib-repo}/tree/{branch}/x-pack/plugins[x-pack/plugins].
A few services also automatically generate api documentation which can be browsed inside the {kib-repo}tree/{branch}/docs/development[docs/development section of our repo]

View file

@ -23,24 +23,6 @@ By default, you can log in with username `elastic` and password
`changeme`. See the `--help` options on `yarn es <command>` if
youd like to configure a different password.
[discrete]
=== Running {kib} in Open-Source mode
If youre looking to only work with the open-source software, supply the
license type to `yarn es`:
[source,bash]
----
yarn es snapshot --license oss
----
And start {kib} with only open-source code:
[source,bash]
----
yarn start --oss
----
[discrete]
=== Unsupported URL Type