Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
# # 选择要使用的 pnpm 版本
# version: 9
# 使用 pnpm 安装依赖
run_install: true
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const enAirGymNote = defineNoteConfig({
export const zhNotes = defineNotesConfig({
dir: 'notes',
link: '/',
notes: [zhDemoNote,zhX280Note,zhDroneKitNote, enAirGymNote, zhDiscoverNote],
notes: [zhDemoNote,zhX280Note,zhX152bNote, enAirGymNote, zhDiscoverNote],
})


9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ config:
theme: brand
text: AirGym Sim2Real
link: /AirGym/
-
theme: brand
text: X280飞行平台
link: /X280/
# -
# theme: brand
# text: X280飞行平台
# link: /X280/

# -
# theme: brand
# text: Discover
Expand Down