feat(edge/configs): add context help [EE-5963] (#10054)

pull/10063/head
Chaim Lev-Ari 1 year ago committed by GitHub
parent 577a36e04e
commit 3ea6d2b9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,6 +247,12 @@ const docURLs = [
locationRegex: /#!\/edge\/jobs/,
examples: ['#!/edge/jobs', '#!/edge/jobs/new'],
},
{
desc: 'Edge Compute / Edge Configurations',
docURL: 'https://docs.portainer.io/user/edge/configurations',
locationRegex: /#!\/edge\/configurations/,
examples: ['#!/edge/configurations', '#!/edge/configurations/new'],
},
{
desc: 'Nomad / Dashboard',
docURL: 'https://docs.portainer.io/user/nomad/dashboard',

Loading…
Cancel
Save