From e2c6d10acb9a1110fcb0295bc57146a346c7d17e Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:03:44 -0700 Subject: [PATCH] docs: create index.md --- docs/index.md | 48 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/docs/index.md b/docs/index.md index c78e82d..5931857 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,37 +1,19 @@ -# AeThex OS Documentation +# AeThex-OS Documentation -Welcome to the AeThex OS documentation portal. This documentation covers various aspects of setting up, configuring, and using the AeThex OS platform. +Welcome to the official documentation for AeThex-OS, the Operating System for all AETHEX. -## 📚 Documentation Index +## Quick Start Guides +- [Entitlements Quickstart](./ENTITLEMENTS_QUICKSTART.md) +- [OAuth Quickstart](./OAUTH_QUICKSTART.md) +- [Linux Quickstart](../LINUX_QUICKSTART.md) -### Authentication & OAuth -- [**OAuth Quick Start Guide**](OAUTH_QUICKSTART.md) - Get OAuth working in 5 minutes with Discord, Roblox, and GitHub -- [**OAuth Setup**](OAUTH_SETUP.md) - Comprehensive OAuth configuration guide -- [**OAuth Implementation**](OAUTH_IMPLEMENTATION.md) - Technical implementation details for OAuth integration -- [**Credentials Rotation**](CREDENTIALS_ROTATION.md) - Best practices for managing and rotating API credentials +## Development Guides +- [Platform-Specific UI Guide](./PLATFORM_UI_GUIDE.md) +- [OAuth Implementation](./OAUTH_IMPLEMENTATION.md) +- [OAuth Setup](./OAUTH_SETUP.md) +- [Credentials Rotation](./CREDENTIALS_ROTATION.md) -### Platform & UI -- [**Platform UI Guide**](PLATFORM_UI_GUIDE.md) - Platform-adaptive UI for mobile, desktop, and web environments - -### Security & Access -- [**Entitlements Quick Start**](ENTITLEMENTS_QUICKSTART.md) - Guide to setting up user entitlements and permissions - -## 🚀 Getting Started - -If you're new to AeThex OS, we recommend starting with: - -1. Review the OAuth Quick Start Guide to set up authentication -2. Explore the Platform UI Guide to understand the adaptive interface -3. Configure entitlements for proper access control - -## 📖 Additional Resources - -For more information about AeThex OS, please visit the [main repository](https://github.com/AeThex-Corporation/AeThex-OS). - -## 🤝 Contributing - -If you find any issues with the documentation or would like to contribute improvements, please open an issue or pull request in the main repository. - ---- - -*Last updated: 2025-12-28* +## System Information +- [Tauri Setup](../TAURI_SETUP.md) +- [Web vs Desktop](../WEB_VS_DESKTOP.md) +- [Mobile Features](../MOBILE_FEATURES.md) \ No newline at end of file