Skip to content

Commit

Permalink
Add migration guide to doc link service (elastic#208455)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 28, 2025
1 parent 9ce2dd8 commit b266caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
xpackSecurity: `${KIBANA_DOCS}xpack-security.html`,
restApis: `${KIBANA_DOCS}api.html`,
dashboardImportExport: `${KIBANA_DOCS}dashboard-api.html`,
upgradeNotes: `${KIBANA_DOCS}breaking-changes-summary.html`,
},
upgradeAssistant: {
overview: `${KIBANA_DOCS}upgrade-assistant.html`,
Expand Down Expand Up @@ -396,6 +397,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
typesRemoval: `${ELASTICSEARCH_DOCS}removal-of-types.html`,
setupUpgrade: `${ELASTICSEARCH_DOCS}setup-upgrade.html`,
apiCompatibilityHeader: `${ELASTICSEARCH_DOCS}api-conventions.html#api-compatibility`,
migrationGuide: `${ELASTICSEARCH_DOCS}breaking-changes.html`,
},
siem: {
guide: `${SECURITY_SOLUTION_DOCS}index.html`,
Expand Down
1 change: 1 addition & 0 deletions src/platform/packages/shared/kbn-doc-links/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export interface DocLinks {
readonly secureSavedObject: string;
readonly xpackSecurity: string;
readonly dashboardImportExport: string;
readonly upgradeNotes: string;
};
readonly upgradeAssistant: {
readonly overview: string;
Expand Down

0 comments on commit b266caf

Please sign in to comment.