Skip to content

Commit fdb4506

Browse files
Re-add missing link
1 parent 5eb3ec0 commit fdb4506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/util/links.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const links = {
1212
accessDocs: 'https://docs.oxide.computer/guides/configuring-access',
1313
affinityDocs:
1414
'https://docs.oxide.computer/guides/deploying-workloads#_affinity_and_anti_affinity',
15+
auditLogsDocs: 'https://docs.oxide.computer/guides/audit-logs',
1516
cloudInitFormat: 'https://cloudinit.readthedocs.io/en/latest/explanation/format.html',
1617
cloudInitExamples: 'https://cloudinit.readthedocs.io/en/latest/reference/examples.html',
1718
deviceTokenSetup:
@@ -75,6 +76,10 @@ export const docLinks = {
7576
href: links.affinityDocs,
7677
linkText: 'Anti-Affinity Groups',
7778
},
79+
auditLogs: {
80+
href: links.auditLogsDocs,
81+
linkText: 'Audit Logs',
82+
},
7883
deviceTokens: {
7984
href: links.deviceTokenSetup,
8085
linkText: 'Access Tokens',

0 commit comments

Comments
 (0)