Skip to content

Introduction

Welcome to SecureDocs

This is a private documentation portal protected by Cloudflare Zero Trust. All users must authenticate before accessing any content.

How It Works

  1. Request: You navigate to docs.sarafoleanu.com
  2. Challenge: Cloudflare Access prompts for authentication
  3. Verify: One-Time PIN sent to your email
  4. Access: After verification, documentation is served

Security Model

LayerProtection
EdgeAuthentication at Cloudflare (before content delivery)
TransportTLS 1.3 encryption
ApplicationZero attack surface (static files only)

Adding Content

Create Markdown files in src/content/docs/:

---
title: My New Page
description: Page description
---
Your content here.

Then deploy:

Terminal window
npm run deploy