Skip to content

Commit 0c9c643

Browse files
committed
doc/guides: move 'IO Mapping & Shields' to Board Specific
1 parent 1cf132b commit 0c9c643

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
File renamed without changes.

doc/starlight/astro.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ export default defineConfig({
155155
{
156156
label: "Board Specific",
157157
items: [
158-
"board_specific/stm32"
158+
"board_specific/stm32",
159+
"board_specific/io_mapping_and_shields",
159160
],
160161
},
161162
{
162163
label: "Miscellaneous",
163164
items: [
164165
"misc/dev_best_practices",
165-
"misc/io_mapping_and_shields",
166166
"misc/roadmap",
167167
"misc/lost_and_found",
168168
"misc/release_cycle",
@@ -188,6 +188,9 @@ export default defineConfig({
188188
},
189189
}),
190190
],
191+
redirects: {
192+
"/misc/io_mapping_and_shields": "/board_specific/io_mapping_and_shields",
193+
},
191194
vite: {
192195
server: {
193196
fs: {

0 commit comments

Comments
 (0)