docs: rewrite features.md and add DNS challenge documentation

Complete documentation overhaul for DNS Challenge Support feature (PR #461):

Rewrite features.md as marketing overview (87% reduction: 1,952 → 249 lines)
Organize features into 8 logical categories with "Learn More" links
Add comprehensive dns-challenge.md with:
15+ supported DNS providers (Cloudflare, Route53, DigitalOcean, etc.)
Step-by-step setup guides
Provider-specific configuration
Manual DNS challenge workflow
Troubleshooting section
Create 18 feature documentation stub pages
Update README.md with DNS Challenge in Top Features section
Refs: #21, #461
This commit is contained in:
GitHub Actions
2026-01-15 02:19:37 +00:00
parent bc9c6e2abd
commit 8ef033d5a9
24 changed files with 1470 additions and 1813 deletions

24
docs/features/web-ui.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: Point & Click Management
description: Manage your reverse proxy through an intuitive web interface
---
# Point & Click Management
Say goodbye to editing configuration files and memorizing commands. Charon gives you a beautiful web interface where you simply type your domain name, select your backend service, and click save.
## Overview
<!-- TODO: Add detailed overview with screenshots -->
Coming soon.
## Configuration
<!-- TODO: Add configuration steps -->
Coming soon.
## Related
- [Back to Features](../features.md)