mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[HTTP] Added documentationLink
guidance (#204774)
## Summary Gives developers a better chance of discovering the process of creating a release note.
This commit is contained in:
parent
e8e4e7559e
commit
e4b41011ec
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ export type Privilege = string;
|
|||
*/
|
||||
export interface RouteDeprecationInfo {
|
||||
/**
|
||||
* link to the documentation for more details on the deprecation.
|
||||
* Link to the documentation for more details on the deprecation.
|
||||
*
|
||||
* @remark See template and instructions in `<REPO_ROOT>/docs/upgrade-notes.asciidoc` for instructions on adding a release note.
|
||||
*/
|
||||
documentationUrl: string;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue