- Add complete dark mode system with theme context and toggle - Implement dark mode toggle component in navigation menu - Add client-side routing with SSR-safe signal handling - Fix language selector styling for better dark mode compatibility - Add documentation system with mdBook integration - Improve navigation menu with proper external/internal link handling - Add comprehensive project documentation and configuration - Enhance theme system with localStorage persistence - Fix arena panic issues during server-side rendering - Add proper TypeScript configuration and build optimizations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
177 lines
6.0 KiB
Markdown
177 lines
6.0 KiB
Markdown
# Summary
|
|
|
|
[Introduction](./introduction.md)
|
|
|
|
# Getting Started
|
|
|
|
- [What is Rustelo?](./getting-started/what-is-rustelo.md)
|
|
- [Quick Installation](./getting-started/installation.md)
|
|
- [First Run & Setup](./getting-started/first-run.md)
|
|
- [First App](./getting-started/first-app.md)
|
|
- [Basic Configuration](./getting-started/configuration.md)
|
|
|
|
# For End Users
|
|
|
|
## Using the Application
|
|
|
|
- [User Interface Guide](./users/interface.md)
|
|
- [User Registration & Login](./users/authentication.md)
|
|
- [Managing Your Profile](./users/profile.md)
|
|
- [Content Publishing](./users/content.md)
|
|
- [File & Media Management](./users/media.md)
|
|
|
|
## Features & Functionality
|
|
|
|
- [Authentication & Security](./users/features/auth.md)
|
|
- [Content Management](./users/features/content.md)
|
|
- [Email & Notifications](./users/features/email.md)
|
|
- [Search & Discovery](./users/features/search.md)
|
|
- [Mobile Experience](./users/features/mobile.md)
|
|
|
|
## Administration
|
|
|
|
- [Admin Dashboard](./users/admin/dashboard.md)
|
|
- [User Management](./users/admin/users.md)
|
|
- [Content Moderation](./users/admin/content.md)
|
|
- [System Settings](./users/admin/settings.md)
|
|
- [Monitoring & Analytics](./users/admin/monitoring.md)
|
|
|
|
# For Developers
|
|
|
|
## Development Setup
|
|
|
|
- [Development Environment](./developers/setup/environment.md)
|
|
- [Project Structure](./developers/setup/structure.md)
|
|
- [Build System & Tools](./developers/setup/build.md)
|
|
- [Development Workflow](./developers/setup/workflow.md)
|
|
|
|
## Architecture
|
|
|
|
- [System Overview](./developers/architecture/overview.md)
|
|
- [Frontend Architecture](./developers/architecture/frontend.md)
|
|
- [Backend Architecture](./developers/architecture/backend.md)
|
|
- [Database Design](./developers/architecture/database.md)
|
|
- [Security Model](./developers/architecture/security.md)
|
|
|
|
## Core Components
|
|
|
|
- [Components Overview](./developers/components/README.md)
|
|
- [Authentication System](./developers/components/auth.md)
|
|
- [Content Management](./developers/components/content.md)
|
|
- [Email System](./developers/components/email.md)
|
|
- [Template Engine](./developers/components/templates.md)
|
|
- [Configuration System](./developers/components/config.md)
|
|
|
|
## Feature Development
|
|
|
|
- [Adding New Features](./developers/features/adding-features.md)
|
|
- [Feature Flags & Modules](./developers/features/feature-flags.md)
|
|
- [Database Migrations](./developers/features/migrations.md)
|
|
- [API Endpoints](./developers/features/api-endpoints.md)
|
|
- [Frontend Components](./developers/features/frontend-components.md)
|
|
|
|
## Brand & Design
|
|
|
|
- [Logo Usage Guide](./developers/brand/logo-usage.md)
|
|
|
|
## Testing
|
|
|
|
- [Testing Strategy](./developers/testing/strategy.md)
|
|
- [Unit Testing](./developers/testing/unit.md)
|
|
- [Integration Testing](./developers/testing/integration.md)
|
|
- [End-to-End Testing](./developers/testing/e2e.md)
|
|
- [Performance Testing](./developers/testing/performance.md)
|
|
|
|
# Configuration
|
|
|
|
- [Configuration Overview](./configuration/README.md)
|
|
- [Environment Variables](./configuration/environment.md)
|
|
- [Configuration Files](./configuration/files.md)
|
|
- [Features Configuration](./configuration/features.md)
|
|
- [Database Configuration](./configuration/database.md)
|
|
- [Security Settings](./configuration/security.md)
|
|
- [Performance Tuning](./configuration/performance.md)
|
|
|
|
# Deployment
|
|
|
|
- [Production Setup](./deployment/production.md)
|
|
- [Docker Deployment](./deployment/docker.md)
|
|
- [Cloud Platforms](./deployment/cloud.md)
|
|
- [SSL/TLS Configuration](./deployment/ssl.md)
|
|
- [Monitoring & Logging](./deployment/monitoring.md)
|
|
- [Backup & Recovery](./deployment/backup.md)
|
|
|
|
# API Reference
|
|
|
|
- [REST API Overview](./api/overview.md)
|
|
- [Authentication Endpoints](./api/auth.md)
|
|
- [Content Management API](./api/content.md)
|
|
- [User Management API](./api/users.md)
|
|
- [Email & Notifications API](./api/email.md)
|
|
- [Error Handling](./api/errors.md)
|
|
- [Rate Limiting](./api/rate-limiting.md)
|
|
|
|
# Security
|
|
|
|
- [Security Overview](./security/overview.md)
|
|
- [Authentication & Authorization](./security/auth.md)
|
|
- [Data Protection](./security/data-protection.md)
|
|
- [CSRF & XSS Prevention](./security/web-security.md)
|
|
- [TLS & Encryption](./security/encryption.md)
|
|
- [Security Best Practices](./security/best-practices.md)
|
|
|
|
# Performance
|
|
|
|
- [Performance Overview](./performance/overview.md)
|
|
- [Database Optimization](./performance/database.md)
|
|
- [Caching Strategies](./performance/caching.md)
|
|
- [Frontend Optimization](./performance/frontend.md)
|
|
- [Memory Management](./performance/memory.md)
|
|
- [Profiling & Monitoring](./performance/monitoring.md)
|
|
|
|
# Troubleshooting
|
|
|
|
- [Common Issues](./troubleshooting/common.md)
|
|
- [Installation Problems](./troubleshooting/installation.md)
|
|
- [Authentication Issues](./troubleshooting/auth.md)
|
|
- [Database Problems](./troubleshooting/database.md)
|
|
- [Performance Issues](./troubleshooting/performance.md)
|
|
- [Build & Development Issues](./troubleshooting/development.md)
|
|
- [Getting Help & Support](./troubleshooting/support.md)
|
|
|
|
# Advanced Topics
|
|
|
|
- [Custom Features & Extensions](./advanced/extensions.md)
|
|
- [Plugin Development](./advanced/plugins.md)
|
|
- [Theme Customization](./advanced/themes.md)
|
|
- [Integration Examples](./advanced/integrations.md)
|
|
- [Scaling & High Availability](./advanced/scaling.md)
|
|
- [Migration Strategies](./advanced/migrations.md)
|
|
|
|
# Contributing
|
|
|
|
- [Contributing Guidelines](./contributing/guidelines.md)
|
|
- [Development Setup](./contributing/setup.md)
|
|
- [Code Standards](./contributing/standards.md)
|
|
- [Testing Guidelines](./contributing/testing.md)
|
|
- [Documentation Guidelines](./contributing/docs.md)
|
|
- [Release Process](./contributing/releases.md)
|
|
|
|
# Reference
|
|
|
|
- [Configuration Options](./reference/config.md)
|
|
- [Environment Variables](./reference/env-vars.md)
|
|
- [CLI Commands](./reference/cli.md)
|
|
- [Database Schema](./reference/schema.md)
|
|
- [Error Codes](./reference/error-codes.md)
|
|
- [Feature Matrix](./reference/features.md)
|
|
- [System Requirements](./reference/requirements.md)
|
|
- [FAQ](./reference/faq.md)
|
|
- [Configuration Migration Guide](./reference/config-migration.md)
|
|
- [Environment Migration Guide](./reference/env-migration.md)
|
|
- [Feature Migration Guide](./reference/feature-migration.md)
|
|
|
|
---
|
|
|
|
[Glossary](./glossary.md)
|