Skip to content

Commit ee6b512

Browse files
feat: proper index pages
1 parent ef8efac commit ee6b512

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed
Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
---
22
title: Tutorial
3-
description: The Daxa Tutorial provides an extensive learning resource for the Vulkan abstraction Layer Daxa and is meant as a reference for developers using it.
4-
tableOfContents: false
53
slug: tutorial
64
hideInSidebar: true
5+
tableOfContents: false
6+
editUrl: false
7+
lastUpdated: false
8+
hero:
9+
title: Daxa Tutorial
10+
tagline: The Daxa Tutorial provides an extensive learning resource for the Vulkan abstraction Layer Daxa and is meant as a reference for developers using it.
11+
image:
12+
file: ../../../assets/daxa-logo-square.png
713
---
14+
15+
import { CardGrid, LinkCard } from '@astrojs/starlight/components';
16+
17+
## Next steps
18+
19+
<CardGrid>
20+
<LinkCard title="Introduction" href="/tutorial/introduction/installing-dependencies/" description=""/>
21+
<LinkCard title="Drawing a triangle" href="/tutorial/drawing-a-triangle/creating-a-window/" description=""/>
22+
</CardGrid>

src/content/docs/wiki/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/content/docs/wiki/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Wiki
3+
slug: wiki
4+
hideInSidebar: true
5+
tableOfContents: false
6+
editUrl: false
7+
lastUpdated: false
8+
hero:
9+
title: Daxa Wiki
10+
tagline: The Daxa Wiki provides an extensive resource for the Vulkan abstraction Layer Daxa and is meant as a reference for developers using it.
11+
image:
12+
file: ../../../assets/daxa-logo-square.png
13+
---

0 commit comments

Comments
 (0)