Skip to content

Audit and versioning

NFZ Docs Notion Editor records sensitive documentation actions to support a professional SaaS workflow.

Where to open the audit trail

In the application, open:

txt
/admin/audit

The page displays saves, imports, media uploads, builds, ZIP exports and navigation changes.

Required license

Detailed access depends on the entitlement:

txt
auditTrail=true

Server hooks may still prepare audit entries even when the current edition cannot display them. This keeps the foundation ready for Starter, Pro or Enterprise plans.

Redacted data

To avoid leaking sensitive information, the audit trail does not store:

  • full Markdown content;
  • inline base64 images;
  • tokens and secrets;
  • full license keys;
  • passwords or password hashes.

Sensitive fields are replaced with [redacted].

Covered services

The following services feed the audit trail:

  • docs-pages;
  • docs-builds;
  • docs-exports;
  • docs-imports;
  • docs-assets;
  • docs-settings;
  • docs-navs;
  • docs-sidebars.

Current limit

Version 0.1.68 provides the activity trail. Full Markdown restore will be added through a dedicated docs-versions service.

Public user guide generated with VitePress.