Sensitive Content Guidelines
This page outlines how to handle sensitive content in the wiki.
What is Sensitive Content?
Sensitive content includes: - Financial information (budgets, revenue, costs) - Personnel and HR information - Confidential project details - Strategic information not yet public - Client/partner confidential information
How to Mark Sensitive Content
Add the following to the YAML front matter of sensitive pages:
---
title: Page Title
sensitive: true
sensitivity-level: high # or 'medium' / 'low'
---
Access and Review
- Reviewers: Sensitive content should be reviewed by appropriate stakeholders before publication.
- Audit: All changes to sensitive content are tracked in Git history.
- Access Control: Consider whether section-level access restrictions are needed (future enhancement).
Rollback
If sensitive content is published incorrectly, you can: 1. Create a new pull request reverting the change 2. Request quick review and merge 3. The previous version remains in Git history for audit purposes
Questions?
Contact your team lead or administrator.