We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf132b commit 0c9c643Copy full SHA for 0c9c643
doc/guides/misc/io_mapping_and_shields.md renamed to doc/guides/board_specific/io_mapping_and_shields.md
doc/starlight/astro.config.mjs
@@ -155,14 +155,14 @@ export default defineConfig({
155
{
156
label: "Board Specific",
157
items: [
158
- "board_specific/stm32"
+ "board_specific/stm32",
159
+ "board_specific/io_mapping_and_shields",
160
],
161
},
162
163
label: "Miscellaneous",
164
165
"misc/dev_best_practices",
- "misc/io_mapping_and_shields",
166
"misc/roadmap",
167
"misc/lost_and_found",
168
"misc/release_cycle",
@@ -188,6 +188,9 @@ export default defineConfig({
188
189
}),
190
191
+ redirects: {
192
+ "/misc/io_mapping_and_shields": "/board_specific/io_mapping_and_shields",
193
+ },
194
vite: {
195
server: {
196
fs: {
0 commit comments