Skip to content

Commit 3f6e844

Browse files
fix: remove editUrl frontmatter
1 parent 1130590 commit 3f6e844

25 files changed

+2
-25
lines changed

src/content/docs/tutorial/01 Introduction/01 Installing dependencies.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Installing dependencies
33
description: Installing all necessary tools to use Daxa as a dependency
44
slug: "tutorial/introduction/installing-dependencies"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/01 Introduction/01_Installing_dependencies.mdx
65
---
76

87
import { Steps } from '@astrojs/starlight/components';

src/content/docs/tutorial/01 Introduction/02 Development environment.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Development environment
33
description: Setting up the Development Environment
44
slug: "tutorial/introduction/development-environment"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/01 Introduction/02_Development_environment.mdx
65
---
76

87
import { FileTree } from '@astrojs/starlight/components';

src/content/docs/tutorial/02 Drawing a triangle/00 Creating a window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Creating a Window
33
description: Learn how to set up a blank window for your graphics application using GLFW and Daxa.
44
slug: "tutorial/drawing-a-triangle/creating-a-window"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/00_Creating_a_window.md
5+
: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/00_Creating_a_window.md
66
---
77

88
## Introduction

src/content/docs/tutorial/02 Drawing a triangle/01 Creating an instance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Creating an instance
33
description: Creating an instance
44
slug: "tutorial/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
65
---
76

87
## Include the header

src/content/docs/tutorial/02 Drawing a triangle/02 Choosing a device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Choosing a device
33
description: Choosing a device
44
slug: "tutorial/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
5+
: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/02_Choosing_a_device.md
66
---
77

88
## Device selection

src/content/docs/tutorial/02 Drawing a triangle/03 Creating a swapchain.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Creating a swapchain
33
description: Creating a swapchain
44
slug: "tutorial/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
65
---
76

87
## Swapchain creation

src/content/docs/tutorial/02 Drawing a triangle/04 Push constants.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Push constants
33
description: Push constants
44
slug: "tutorial/drawing-a-triangle/push-constants"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/04_Push_constants.md
65
---
76

87
## Description

src/content/docs/tutorial/02 Drawing a triangle/05 Creating a pipeline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Creating a pipeline
33
description: Creating a pipeline
44
slug: "tutorial/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
65
---
76

87
## Pipeline manager

src/content/docs/tutorial/02 Drawing a triangle/06 Buffers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Buffers
33
description: Buffers
44
slug: "tutorial/drawing-a-triangle/buffers"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/06_Buffers.md
65
---
76

87
## Description

src/content/docs/tutorial/02 Drawing a triangle/07 Task graph.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Task graph
33
description: Task graph
44
slug: "tutorial/drawing-a-triangle/task-graph"
5-
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/02 Drawing a triangle/07_Task_graph.md
65
---
76

87
## Description

0 commit comments

Comments
 (0)