Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 9eec789

Browse files
feat: add directory structure
1 parent fcd1642 commit 9eec789

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/01 Introduction/02_Development_environment.md renamed to docs/01 Introduction/02_Development_environment.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ slug: "introduction/development-environment"
55
editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/01 Introduction/02_Development_environment.md
66
---
77

8+
import { FileTree } from '@astrojs/starlight/components';
9+
810
## Setting Up Your Development Environment
911

1012
Follow these steps to set up your development environment for Daxa projects.
@@ -37,3 +39,16 @@ If you're new to CMake or Vcpkg, refer to their official documentation:
3739
- [Vcpkg Documentation](https://vcpkg.io/en/index.html)
3840

3941
:::
42+
43+
### Directory Structure
44+
45+
<FileTree>
46+
- vcpkg.json
47+
- CMakePresets.json
48+
- CMakeLists.txt
49+
- .gitignore
50+
- src
51+
- main.cpp
52+
- cmake
53+
- deps.cmake
54+
</FileTree>

0 commit comments

Comments
 (0)