Skip to content

Commit 847d061

Browse files
authored
Bladerunner (#19)
* rename bladerunner * renamed bladerunners * removed un needed images * added BladeRunner documentation
1 parent 7b1160b commit 847d061

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+102
-416
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"cSpell.words": [
66
"backplane",
7+
"bladerunner",
78
"bootloader",
89
"BOOTSEL",
910
"CIRCUITPY",

docs/docs/blade-runner/index.md

-26
This file was deleted.
+8

docs/docs/bladerunner/index.mdx

+16
+42

docs/docs/bladerunner/quad/index.mdx

+14

docs/docs/bladerunner/twin/index.mdx

+12

docs/docs/fan-unit/assembly.mdx

+1-1

docs/docs/fan-unit/index.mdx

+1-1

docs/docusaurus.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const config: Config = {
9595
type: 'docSidebar',
9696
sidebarId: 'runnerSidebar',
9797
position: 'left',
98-
label: 'Blade Runner',
98+
label: 'BladeRunner™️',
9999
},
100100
// {
101101
// type: 'docSidebar',
@@ -155,8 +155,8 @@ const config: Config = {
155155
to: 'fan-unit'
156156
},
157157
{
158-
label: 'Blade Runner',
159-
to: 'blade-runner'
158+
label: 'BladeRunner™️',
159+
to: 'bladerunner'
160160
},
161161
],
162162
},

docs/sidebars.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sidebars: SidebarsConfig = {
2222
}],
2323
runnerSidebar: [{
2424
type: 'autogenerated',
25-
dirName: 'blade-runner'
25+
dirName: 'bladerunner'
2626
}],
2727
};
2828

docs/src/pages/models.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Redirect } from '@docusaurus/router';
22
import config from '../../docusaurus.config'
33
function body() {
4-
const path = `${config.baseUrl}blade/blade-runner`
4+
const path = `${config.baseUrl}blade/bladerunner`
55
return <Redirect to={path} />;
66
}
77

32.4 KB
Binary file not shown.
Binary file not shown.
121 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
140 KB
Binary file not shown.
Binary file not shown.
297 KB
Binary file not shown.
110 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)