File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export const links = {
12
12
accessDocs : 'https://docs.oxide.computer/guides/configuring-access' ,
13
13
affinityDocs :
14
14
'https://docs.oxide.computer/guides/deploying-workloads#_affinity_and_anti_affinity' ,
15
+ auditLogsDocs : 'https://docs.oxide.computer/guides/audit-logs' ,
15
16
cloudInitFormat : 'https://cloudinit.readthedocs.io/en/latest/explanation/format.html' ,
16
17
cloudInitExamples : 'https://cloudinit.readthedocs.io/en/latest/reference/examples.html' ,
17
18
deviceTokenSetup :
@@ -75,6 +76,10 @@ export const docLinks = {
75
76
href : links . affinityDocs ,
76
77
linkText : 'Anti-Affinity Groups' ,
77
78
} ,
79
+ auditLogs : {
80
+ href : links . auditLogsDocs ,
81
+ linkText : 'Audit Logs' ,
82
+ } ,
78
83
deviceTokens : {
79
84
href : links . deviceTokenSetup ,
80
85
linkText : 'Access Tokens' ,
You can’t perform that action at this time.
0 commit comments