Skip to content

Commit

Permalink
feat: added index description
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Jan 7, 2025
1 parent 7130e1b commit 059c4a3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ template: splash

import {Card, CardGrid} from '@astrojs/starlight/components';

## What is Aquila?

Aquila is a service running inside the execution block. It acts as the gateway to external services. Any request that needs to enter or exit the execution environment is routed through Aquila.

Aquila keeps internal workflows updated so the execution service knows what’s happening. It communicates with actions to receive their configurations, structures, and much more.

---

Refer to the guides if you want to work on or with Aquila.

<CardGrid stagger>
<Card title='<a href="setup/setup.md">Setup</a>' icon="document">
<Card title='<a href="Guide/setup.md">Setup</a>' icon="document">
View the setup guide for aquila.
</Card>
<Card title='<a href="dev/dev.md">Develop</a>' icon="rust">
<Card title='<a href="Guide/dev.md">Develop</a>' icon="seti:rust">
Development for aquila.
</Card>
</CardGrid>

0 comments on commit 059c4a3

Please sign in to comment.