Update development documentation about REST API best practices (#80009)

* Update development-documentation.asciidoc

* Change to raw links, not rendered links
This commit is contained in:
Stacey Gammon 2020-10-08 15:11:49 -04:00 committed by GitHub
parent 1f56371add
commit 3ac07921a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,13 @@ README for getting the docs tooling set up.
```bash
node scripts/docs.js --open
```
[discrete]
==== REST APIs
REST APIs should be documented using the following recommended formats:
* https://raw.githubusercontent.com/elastic/docs/master/shared/api-ref-ex.asciidoc[API doc templaate]
* https://raw.githubusercontent.com/elastic/docs/master/shared/api-definitions-ex.asciidoc[API object definition template]
[discrete]
=== General developer documentation and guidelines