feat: add docs-v2 configuration for Tenant Logs Explorer#1274
feat: add docs-v2 configuration for Tenant Logs Explorer#1274KelsiAnderson wants to merge 4 commits into
Conversation
Sets up the required directory structure, navigation placeholders, and workflow configuration so the docs-content-pipeline can write to docs-v2 on its first run. - Create docs/tenant-logs.mdx landing page and oas/tenant-logs/logs-schema.json skeleton - Add Tenant Log Catalog nav tab to en, fr-ca, and ja-jp nav configs - Add generated placeholder files for each locale - Add tenant-logs-update to close-superseded-automation-prs.yml allowlist - Update Log Type Codes article to reference the new Tenant Log Catalog Closes DM-594 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…or prod Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… tab removal Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
|
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| AUTOUPDATE_LABELS_ALLOWLIST: "authn-explorer-autoupdate,events-catalog-autoupdate,management-explorer-autoupdate,myaccount-explorer-autoupdate,myorg-explorer-autoupdate" | ||
| AUTOUPDATE_LABELS_ALLOWLIST: "authn-explorer-autoupdate,events-catalog-autoupdate,management-explorer-autoupdate,myaccount-explorer-autoupdate,myorg-explorer-autoupdate,tenant-logs-update" |
There was a problem hiding this comment.
✋🏽 Change Request: update the name of the label to follow conventions
| AUTOUPDATE_LABELS_ALLOWLIST: "authn-explorer-autoupdate,events-catalog-autoupdate,management-explorer-autoupdate,myaccount-explorer-autoupdate,myorg-explorer-autoupdate,tenant-logs-update" | |
| AUTOUPDATE_LABELS_ALLOWLIST: "authn-explorer-autoupdate,events-catalog-autoupdate,management-explorer-autoupdate,myaccount-explorer-autoupdate,myorg-explorer-autoupdate,tenant-logs-catalog-autoupdate" |
ℹ️ We'll need to manually create this label here
There was a problem hiding this comment.
Thanks! Just updated and will update in GH now as well. The label isn't referenced in the pipeline workflow yet (that work is in DM-619). So when I rename it now, 619 will just pick it up tenant-logs-catalog-autoupdate from the start (mostly just adding comment for my own reminder).
| title: Log Type Codes | ||
| --- | ||
| The following table lists the codes associated with each tenant log. If you want to learn more about log event schemas, you can reference our [GitHub repo](https://github.com/auth0/auth0-log-schemas). | ||
| Details for each log type code can be found in our [Tenant Log Catalog](/docs/tenant-logs). You can also reference our [GitHub repo](https://github.com/auth0/auth0-log-schemas). |
There was a problem hiding this comment.
❓ Question: curious if we had product weigh in on where we will have this information live in our URL structure
There was a problem hiding this comment.
No I did not connect with product. I can connect with Alison on it!
There was a problem hiding this comment.
Alison and I agree that it should match Events Catalog, and this is matching that structure.
…e for consistency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sets up the required directory structure and workflow configuration so the docs-content-pipeline can write to docs-v2.
Description
References
Testing
Checklist
CONTRIBUTING.md.