mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[7.x] Adds ECS guide to doc links service (#103819)
This commit is contained in:
parent
c97d03a7ae
commit
ec5cb9a12a
4 changed files with 13 additions and 1 deletions
|
@ -201,5 +201,8 @@ readonly links: {
|
|||
upgradeElasticAgent: string;
|
||||
upgradeElasticAgent712lower: string;
|
||||
}>;
|
||||
readonly ecs: {
|
||||
readonly guide: string;
|
||||
};
|
||||
};
|
||||
```
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -420,6 +420,9 @@ export class DocLinksService {
|
|||
upgradeElasticAgent: `${FLEET_DOCS}upgrade-elastic-agent.html`,
|
||||
upgradeElasticAgent712lower: `${FLEET_DOCS}upgrade-elastic-agent.html#upgrade-7.12-lower`,
|
||||
},
|
||||
ecs: {
|
||||
guide: `${ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
@ -623,5 +626,8 @@ export interface DocLinksStart {
|
|||
upgradeElasticAgent: string;
|
||||
upgradeElasticAgent712lower: string;
|
||||
}>;
|
||||
readonly ecs: {
|
||||
readonly guide: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -680,6 +680,9 @@ export interface DocLinksStart {
|
|||
upgradeElasticAgent: string;
|
||||
upgradeElasticAgent712lower: string;
|
||||
}>;
|
||||
readonly ecs: {
|
||||
readonly guide: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue