add autogenerated frontmatter property to audit log page (#48605)
This commit is contained in:
@@ -19,6 +19,7 @@ topics:
|
||||
- Enterprise
|
||||
- Logging
|
||||
- Security
|
||||
autogenerated: audit-logs
|
||||
---
|
||||
|
||||
{% note %}
|
||||
|
||||
@@ -9,6 +9,7 @@ versions:
|
||||
topics:
|
||||
- Identity
|
||||
- Access management
|
||||
autogenerated: audit-logs
|
||||
---
|
||||
|
||||
{% note %}
|
||||
|
||||
@@ -10,6 +10,7 @@ topics:
|
||||
- Organizations
|
||||
- Teams
|
||||
shortTitle: Audit log events
|
||||
autogenerated: audit-logs
|
||||
---
|
||||
|
||||
{% note %}
|
||||
|
||||
@@ -246,7 +246,7 @@ export const schema = {
|
||||
},
|
||||
autogenerated: {
|
||||
type: 'string',
|
||||
enum: ['codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
|
||||
enum: ['audit-logs', 'codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user