1
0
mirror of synced 2025-12-19 18:10:59 -05:00

add autogenerated frontmatter property to audit log page (#48605)

This commit is contained in:
Robert Sese
2024-01-09 11:09:55 -06:00
committed by GitHub
parent 7513ad1a27
commit 39f44b3d56
4 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ topics:
- Enterprise
- Logging
- Security
autogenerated: audit-logs
---
{% note %}

View File

@@ -9,6 +9,7 @@ versions:
topics:
- Identity
- Access management
autogenerated: audit-logs
---
{% note %}

View File

@@ -10,6 +10,7 @@ topics:
- Organizations
- Teams
shortTitle: Audit log events
autogenerated: audit-logs
---
{% note %}

View File

@@ -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'],
},
},
}