Introduction
Welcome to SecureDocs
This is a private documentation portal protected by Cloudflare Zero Trust. All users must authenticate before accessing any content.
Quick Links
- Adding Documentation - How to create new pages
- Zero Trust Architecture - Security model explained
- Infrastructure - Technical details
How It Works
- Request: You navigate to
docs.sarafoleanu.com - Challenge: Cloudflare Access prompts for authentication
- Verify: One-Time PIN sent to your email
- Access: After verification, documentation is served
Security Model
| Layer | Protection |
|---|---|
| Edge | Authentication at Cloudflare (before content delivery) |
| Transport | TLS 1.3 encryption |
| Application | Zero attack surface (static files only) |
Adding Content
Create Markdown files in src/content/docs/:
---title: My New Pagedescription: Page description---
Your content here.Then deploy:
npm run deploy