Skip to content

Commit 68ba50b

Browse files
feat: update paths
1 parent f3b6163 commit 68ba50b

10 files changed

+22
-19
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
],
55
"markdownlint.config": {
66
"default": true,
7-
"MD041": { "level": 2 }
7+
"MD041": { "level": 2 },
8+
"MD033": {
9+
"allowed_elements": ["details", "summary"]
10+
}
811
}
912
}

docs/03 Getting started/01_Creating_an_instance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Creating an instance
33
description: Creating an instance
4-
slug: "getting-started/creating-an-instance"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/01_Creating_an_instance.md
4+
slug: "drawing-a-triangle/creating-an-instance"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/01_Creating_an_instance.md
66
---
77

88
## Include the header

docs/03 Getting started/02_Choosing_a_device.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Choosing a device
33
description: Choosing a device
4-
slug: "getting-started/choosing-a-device"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/02_Choosing_a_device.md
4+
slug: "drawing-a-triangle/choosing-a-device"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/02_Choosing_a_device.md
66
---
77

88
## Device selection

docs/03 Getting started/03_Creating_a_swapchain.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Creating a swapchain
33
description: Creating a swapchain
4-
slug: "getting-started/creating-a-swapchain"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/03_Creating_a_swapchain.md
4+
slug: "drawing-a-triangle/creating-a-swapchain"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/03_Creating_a_swapchain.md
66
---
77

88
## Swapchain creation

docs/03 Getting started/04_Push_constants.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Push constants
33
description: Push constants
4-
slug: "getting-started/push-constants"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/04_Push_constants.md
4+
slug: "drawing-a-triangle/push-constants"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/04_Push_constants.md
66
---
77

88
## Description

docs/03 Getting started/05_Creating_a_pipeline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Creating a pipeline
33
description: Creating a pipeline
4-
slug: "getting-started/creating-a-pipeline"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/05_Creating_a_pipeline.md
4+
slug: "drawing-a-triangle/creating-a-pipeline"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/05_Creating_a_pipeline.md
66
---
77

88
## Pipeline manager

docs/03 Getting started/06_Buffers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Buffers
33
description: Buffers
4-
slug: "getting-started/buffers"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/06_Buffers.md
4+
slug: "drawing-a-triangle/buffers"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/06_Buffers.md
66
---
77

88
## Description

docs/03 Getting started/07_Task_graph.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Task graph
33
description: Task graph
4-
slug: "getting-started/task-graph"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/07_Task_graph.md
4+
slug: "drawing-a-triangle/task-graph"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/07_Task_graph.md
66
---
77

88
## Description

docs/03 Getting started/08_Shader.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Shader
33
description: Shader
4-
slug: "getting-started/shader"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/08_Shader.md
4+
slug: "drawing-a-triangle/shader"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/08_Shader.md
66
---
77

88
## Description

docs/03 Getting started/09_Finishing_up.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Finishing up
33
description: Finishing up
4-
slug: "getting-started/finishing-up"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/03 Getting started/09_Finishing_up.md
4+
slug: "drawing-a-triangle/finishing-up"
5+
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/09_Finishing_up.md
66
---
77

88
## Implementing the main loop

0 commit comments

Comments
 (0)