Skip to content

Commit e2afae0

Browse files
NomadicCoreermo
andauthored
Index: Update aerynos.dev landing page (#49)
* Update aerynos.dev landing page * Index: Update index.mdx for typos Co-authored-by: Rune Morling <ermo@serpentos.com> * index: Fix typo with of the word contribution in index.mdx --------- Co-authored-by: Rune Morling <ermo@serpentos.com>
1 parent f1afd0f commit e2afae0

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

src/content/docs/index.mdx

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,43 @@
11
---
22
title: Documentation
3+
description: Documentation for all projects under the AerynOS umbrella.
4+
template: splash
5+
editUrl: false
6+
hero:
7+
title: AerynOS Docs
8+
tagline: Documentation for all projects under the AerynOS umbrella.
9+
image:
10+
file: src/images/logo.svg
11+
actions:
12+
- text: Documentation
13+
link: /aerynos
14+
icon: right-arrow
15+
- text: View on GitHub
16+
link: https://github.com/aerynos/dotdev
17+
icon: github
18+
variant: primary
19+
- text: Matrix
20+
link: https://matrix.to/#/#aerynos:matrix.org
21+
icon: matrix
22+
variant: primary
23+
- text: Forums
24+
link: https://github.com/orgs/AerynOS/discussions
25+
icon: github
26+
variant: primary
27+
- text: Mastodon
28+
link: https://hachyderm.io/@AerynOS
29+
icon: mastodon
30+
variant: primary
331
---
4-
import DirectoryList from '@components/DirectoryList.astro';
5-
import { Aside } from '@astrojs/starlight/components';
632

7-
<Aside type="caution">
8-
This documentation is very much **work in progress**.
9-
</Aside>
33+
import DirectoryList from "@components/DirectoryList.astro";
34+
import { Aside } from "@astrojs/starlight/components";
35+
import { Card, CardGrid, Code } from "@astrojs/starlight/components";
1036

11-
You can contribute to our documentation by [opening a pull request on GitHub](https://github.com/AerynOS/dotdev).
37+
# Directory
1238

13-
<DirectoryList/>
39+
<DirectoryList />
40+
41+
# Contribution
42+
43+
Thank you to everyone who have contributed to this documentation site and has helped it to get to where it is so far. It is very much a work in progress, however any and all contributions, whether you've written code, submitted feedback, helped to fix typos or grammar, it has all been sincerely appreciated!

0 commit comments

Comments
 (0)