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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "npm run device-table && vuepress dev src",
"dev-prod": "npm run device-table && NODE_ENV=production vuepress dev src",
"build": "npm run device-table && vuepress build src",
"device-table": "node supported-devices/index.js"
"device-table": "node devices/index.js"
},
"license": "MIT",
"devDependencies": {
Expand Down
120 changes: 17 additions & 103 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
navbar: [
{
text: 'Documentation',
link: '/docs/firmware/',
link: '/docs/getting-started/prerequisites.html',
},
{
text: 'Questions?',
Expand All @@ -54,71 +54,23 @@ export default {
text: 'FAQ',
link: '/docs/faq',
},
{
text: 'Device Support Status',
link: '/docs/devices',
},
{
text: 'Firmware',
link: '/docs/firmware/',
collapsible: false,
children: [
{
text: 'Finding System Info',
link: '/docs/firmware/system-info',
},
{
text: 'Supported Devices',
link: '/docs/firmware/supported-devices',
},
{
text: 'Known Issues',
link: '/docs/firmware/known-issues',
},
{
text: 'Developer Mode',
link: '/docs/firmware/developer-mode',
collapsible: true,
children: [
{
text: 'Recovery Mode',
link: '/docs/firmware/recovery-mode',
}
]
},
{
text: 'Disabling Write Protect',
link: '/docs/firmware/write-protect',
collapsible: true,
children: [
{
text: 'Using a SuzyQable',
link: '/docs/firmware/suzyq',
},
{
text: 'Unplugging the Battery',
link: '/docs/firmware/battery',
}
]
},
{
text: 'Types of Firmware',
link: '/docs/firmware/about'
},
{
text: 'Flashing Firmware',
link: '/docs/firmware/flashing-firmware'
},
{
text: 'Updating Firmware',
link: '/docs/firmware/updating-firmware'
},
{
text: 'Compiling Custom Firmware',
link: '/docs/firmware/compiling-coreboot',
},
{
text: 'Flashing Manually',
link: '/docs/firmware/manually-flashing',
},
]
},
text: "Getting Started",
children: [
{
text: "Prerequisites",
link: "/docs/getting-started/prerequisites"
},
{
text: "Choosing an OS and Boot Method",
link: "/docs/getting-started/choose-os-fw"
},
]
},
{
text: "Installing an OS",
link: "/docs/installing/",
Expand Down Expand Up @@ -183,44 +135,6 @@ export default {
}
]
},
{
text: 'Unbricking',
link: '/docs/unbricking/',
collapsible: false,
children: [
{
text: 'Unbricking with a ch341a USB Programmer',
link: '/docs/unbricking/unbrick-ch341a',
},
{
text: 'Unbricking with a Suzy-Q Cable',
link: '/docs/unbricking/unbrick-suzyq',
},
{
text: 'Unbricking with a Flipper Zero',
link: '/docs/unbricking/unbrick-flipper',
}
]
},
{
text: 'Reverting to chromeOS',
link: '/docs/reverting/',
collapsible: false,
children: [
{
text: 'Flashing Stock Firmware',
link: '/docs/reverting/flashing-stock',
},
{
text: 'Making a Recovery USB',
link: '/docs/reverting/making-recovery-usb',
},
{
text: 'Booting the Recovery USB',
link: '/docs/reverting/booting-recovery-usb',
}
]
},
{
text: 'Contributing',
link: '/docs/contributing',
Expand Down
11 changes: 11 additions & 0 deletions src/docs/devices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Device Support Status

::: tip
If you are on a smaller screen, scroll sideways to see whole table.
:::

<AddScript script-url="../devices.js"/>

<p>Search: <input type="text" class="deviceSearch"></p>

<div class="deviceTable">Loading...</div>
44 changes: 0 additions & 44 deletions src/docs/exiting-developer-mode.md

This file was deleted.

35 changes: 0 additions & 35 deletions src/docs/firmware/about.md

This file was deleted.

35 changes: 0 additions & 35 deletions src/docs/firmware/battery.md

This file was deleted.

25 changes: 0 additions & 25 deletions src/docs/firmware/compiling-coreboot.md

This file was deleted.

38 changes: 0 additions & 38 deletions src/docs/firmware/developer-mode.md

This file was deleted.

46 changes: 0 additions & 46 deletions src/docs/firmware/flashing-firmware.md

This file was deleted.

Loading