> ## Documentation Index
> Fetch the complete documentation index at: https://wlumsa.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WLU MSA internal documentation

> High-level overview of the wlumsa.org platform, architecture, and codebase

This site documents the wlumsa.org platform for internal contributors. It stays high level and focuses on what exists, how it fits together, and where to look in the repo.

<Info>
  Use this documentation to orient yourself. For code-level details, follow links to the codebase and the project README.
</Info>

## Start here

<CardGroup cols={2}>
  <Card title="Overview" icon="compass" href="/overview">
    Learn what the platform includes and how teams use it.
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/architecture">
    See the core systems and how data flows through them.
  </Card>

  <Card title="Tech stack" icon="layer-group" href="/tech-stack">
    Review the major technologies and why they are used.
  </Card>

  <Card title="Codebase map" icon="map" href="/codebase-map">
    Find the right folder quickly and see ownership boundaries.
  </Card>
</CardGroup>

## Build and operate

<CardGroup cols={2}>
  <Card title="Domains" icon="cubes" href="/domains">
    Understand the key product areas and their components.
  </Card>

  <Card title="Infrastructure" icon="server" href="/infrastructure">
    See how data, storage, and third-party services connect.
  </Card>

  <Card title="Local development" icon="terminal" href="/development">
    Run the app locally and know what you need.
  </Card>

  <Card title="Operations" icon="gear" href="/operations">
    Learn how deployments and content workflows run.
  </Card>

  <Card title="Troubleshooting" icon="triangle-exclamation" href="/troubleshooting">
    Resolve common issues quickly.
  </Card>
</CardGroup>
