Commit e4aa99

2026-06-20 22:39:21 Anonymous: Build AeThex documentation portal homepage
home.md ..
@@ 1,150 1,92 @@
- Welcome to **AeThex Documentation**.
-
- AeThex is a unified technology ecosystem focused on identity, collaboration, governance, AI systems, development infrastructure, and digital experiences.
-
- This documentation serves as the central knowledge base for all AeThex platforms, services, products, and organizational initiatives.
-
- > [!TIP]
- > New to AeThex? Start with [[Getting Started]].
-
- ---
-
- {{InfoBox}}
-
- | Property | Value |
- | -------------------- | -------------------- |
- | Organization | AeThex |
- | Founded | 2011 |
- | Platform Type | Technology Ecosystem |
- | Primary Products | Passport, OS, APIs |
- | Documentation Status | Active |
-
- ---
-
- ## Quick Links
-
- | Resource | Description |
- | ------------------- | -------------------------------------- |
- | [[Getting Started]] | Learn the fundamentals of the platform |
- | [[Passport]] | Identity and account management |
- | [[API Reference]] | Complete developer documentation |
- | [[Tutorials]] | Step-by-step implementation guides |
- | [[Architecture]] | Technical platform design |
- | [[Foundation]] | Governance and community initiatives |
-
- ---
-
- ::: info
-
- # Start Here
-
- 1. Create an AeThex Passport
- 2. Join or Create an Organization
- 3. Create a Project
- 4. Invite Team Members
- 5. Begin Building
+ <section class="docs-hero">
+ <p class="docs-kicker">AeThex Documentation // v1.0</p>
+ <h1>Build across the <span>AeThex ecosystem.</span></h1>
+ <p class="docs-hero-copy">The central knowledge system for identity, collaboration, governance, AI infrastructure, development platforms, and digital experiences.</p>
+ <div class="docs-actions">
+ <a class="docs-button" href="/Getting-Started"><i class="fas fa-rocket"></i> Start building</a>
+ <a class="docs-button is-secondary" href="/API-Reference"><i class="fas fa-code"></i> Explore the API</a>
+ </div>
+ </section>
+
+ <div class="docs-status-strip">
+ <div class="docs-status"><strong>AeThex</strong><span>Technology ecosystem</span></div>
+ <div class="docs-status"><strong class="is-live">● Operational</strong><span>Documentation status</span></div>
+ <div class="docs-status"><strong>2011</strong><span>Founded</span></div>
+ <div class="docs-status"><strong>Continuously</strong><span>Updated</span></div>
+ </div>
+
+ <div class="docs-section-heading">
+ <h2>Explore the platform</h2>
+ <p>Choose a system to enter the documentation.</p>
+ </div>
+
+ <div class="docs-grid">
+ <a class="docs-card" href="/Getting-Started">
+ <span class="docs-card-icon"><i class="fas fa-rocket"></i></span>
+ <h3>Getting Started</h3>
+ <p>Create a Passport, join an organization, and launch your first project.</p>
+ </a>
+ <a class="docs-card" data-tone="magenta" href="/Passport">
+ <span class="docs-card-icon"><i class="fas fa-id-card"></i></span>
+ <h3>Passport</h3>
+ <p>Identity, authentication, profiles, linked accounts, and access control.</p>
+ </a>
+ <a class="docs-card" href="/API-Reference">
+ <span class="docs-card-icon"><i class="fas fa-code"></i></span>
+ <h3>API Reference</h3>
+ <p>Authentication methods, platform resources, webhooks, and SDKs.</p>
+ </a>
+ <a class="docs-card" href="/Architecture">
+ <span class="docs-card-icon"><i class="fas fa-project-diagram"></i></span>
+ <h3>Architecture</h3>
+ <p>Platform components, tenancy, security boundaries, and data systems.</p>
+ </a>
+ <a class="docs-card" data-tone="green" href="/Foundation">
+ <span class="docs-card-icon"><i class="fas fa-landmark"></i></span>
+ <h3>Foundation</h3>
+ <p>Governance, stewardship, education, community, and open collaboration.</p>
+ </a>
+ <a class="docs-card" data-tone="magenta" href="/Tutorials">
+ <span class="docs-card-icon"><i class="fas fa-route"></i></span>
+ <h3>Tutorials</h3>
+ <p>Guided implementation paths for creators, developers, and administrators.</p>
+ </a>
+ </div>
+
+ <div class="docs-section-heading">
+ <h2>Learning paths</h2>
+ <p>Move through the ecosystem with a focused sequence.</p>
+ </div>
+
+ <div class="docs-paths">
+ <div class="docs-path">
+ <strong>Creator path</strong>
+ <a href="/Getting-Started">01 / Getting Started</a>
+ <a href="/Passport">02 / Passport</a>
+ <a href="/Projects">03 / Projects</a>
+ <a href="/Teams">04 / Teams</a>
+ </div>
+ <div class="docs-path">
+ <strong>Developer path</strong>
+ <a href="/API-Reference">01 / API Reference</a>
+ <a href="/Authentication">02 / Authentication</a>
+ <a href="/SDKs">03 / SDKs</a>
+ <a href="/CLI">04 / CLI</a>
+ </div>
+ <div class="docs-path">
+ <strong>Administrator path</strong>
+ <a href="/Organizations">01 / Organizations</a>
+ <a href="/Permissions">02 / Permissions</a>
+ <a href="/Security">03 / Security</a>
+ <a href="/Governance">04 / Governance</a>
+ </div>
+ </div>
---
- ## Platform Documentation
-
- ### Core Platform
-
- * [[Getting Started]]
- * [[Organizations]]
- * [[Projects]]
- * [[Teams]]
- * [[Permissions]]
-
- ### Identity
-
- * [[Passport]]
- * [[Authentication]]
- * [[Profiles]]
- * [[Linked Accounts]]
- * [[Security]]
-
- ### Development
-
- * [[API Reference]]
- * [[SDKs]]
- * [[CLI]]
- * [[Webhooks]]
- * [[Rate Limits]]
-
- ### Operations
-
- * [[Architecture]]
- * [[Platform Overview]]
- * [[Multi-Tenancy]]
- * [[Security Model]]
- * [[Database Design]]
-
- ### Governance
-
- * [[Foundation]]
- * [[Governance]]
- * [[Policies]]
- * [[Community]]
- * [[Open Source]]
-
- ---
-
- ## Products
-
- ### [[Passport]]
-
- Identity and authentication platform providing account management, organization membership, access control, and security services.
-
- ### [[AeThex OS]]
-
- Cloud operating environment providing collaboration, project management, and workspace functionality.
-
- ### [[Labs]]
-
- Research and development division focused on experimentation, infrastructure, and emerging technologies.
-
- ### [[Studio]]
-
- Creative services division supporting design, production, development, and content initiatives.
-
- ### [[Automotive]]
-
- Automation and infrastructure systems focused on operational tooling and workflow management.
-
- ---
-
- ## Learning Paths
-
- ### Creator Path
-
- * [[Getting Started]]
- * [[Passport]]
- * [[Projects]]
- * [[Teams]]
-
- ### Developer Path
-
- * [[API Reference]]
- * [[Authentication]]
- * [[SDKs]]
- * [[CLI]]
-
- ### Administrator Path
-
- * [[Organizations]]
- * [[Roles & Permissions]]
- * [[Security]]
- * [[Governance]]
-
- ---
+ > [!NOTE]
+ > AeThex documentation evolves alongside the platform. Use the page history to inspect revisions and the A–Z index to browse every article.
- ## Documentation Index
+ ## Full documentation index
{{PageIndex}}
-
- ---
-
- > [!NOTE]
- > Documentation is continuously updated as AeThex platforms, services, and governance systems evolve.
- > :::
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9