Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/content/docs/logs/changelog/changelog-auditlogs.mdx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: The filename seems a bit repetitive when considering the full path. Could we change it to:
src/content/docs/logs/changelog/audit-logs.mdx?

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pcx_content_type: changelog
title: Audit Logs
sidebar:
order: 140
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelog/logs. Update the file there for new entries to appear here. */}

<ProductChangelog product="audit-logs" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Can we change the filename to:
src/content/docs/logs/changelog/logs.mdx?

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: changelog
title: Changelog
title: Logs
sidebar:
order: 140
---
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/logs/changelog/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
pcx_content_type: changelog
title: Changelog
sidebar:
order: 140
group:
hideIndex: true
---