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 - Enterprise
- Logging - Logging
- Security - Security
autogenerated: audit-logs
--- ---
{% note %} {% note %}

View File

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

View File

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

View File

@@ -246,7 +246,7 @@ export const schema = {
}, },
autogenerated: { autogenerated: {
type: 'string', type: 'string',
enum: ['codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'], enum: ['audit-logs', 'codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
}, },
}, },
} }