From 9abf8869c5e6b40722cb552aa16be79e530716ff Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 23 Apr 2026 21:02:01 -0400 Subject: [PATCH] update configs and docs --- www/docs/content-packs/index.mdx | 4 +++- www/docs/index.mdx | 3 +-- www/docusaurus.config.ts | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/docs/content-packs/index.mdx b/www/docs/content-packs/index.mdx index 5163f5e..f3efa59 100644 --- a/www/docs/content-packs/index.mdx +++ b/www/docs/content-packs/index.mdx @@ -22,7 +22,9 @@ Tips for creating a content pack with a static website: * The zip file below contains a sample static website. To get a feel for how static websites work with butter—Download it. Unzip it. Then, add this set of files to your USB drive. -[Sample Static Website.zip](/img/docs/Sample Static Website.zip) +[Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip) + +You can also check out our [New Content Pack News](/blog/tags/contentpack). ### Get Started diff --git a/www/docs/index.mdx b/www/docs/index.mdx index 8db7125..f33f86f 100644 --- a/www/docs/index.mdx +++ b/www/docs/index.mdx @@ -9,7 +9,6 @@ Butter Box is a lightweight, portable device that functions like a hard drive wi Whether you have a Butter Box in your hands or you need to build one, you're in the right spot. Choose an option below. -
I Have A Boxquick-start.md
I Need A Boxbuild-a-box
- +## [I Have A Box](quick-start.mdx) ...or... [I Need A Box](build-a-box/) diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts index ab8636d..dab04d3 100644 --- a/www/docusaurus.config.ts +++ b/www/docusaurus.config.ts @@ -81,10 +81,10 @@ const config: Config = { type: 'docSidebar', sidebarId: 'tutorialSidebar', position: 'left', - label: 'How To', + label: 'Get Started', }, {to: '/contact', label: 'Get In Touch', position: 'left'}, - {to: '/blog', label: 'Blog', position: 'left'}, + {to: '/blog', label: 'Latest News', position: 'left'}, {to: '/blog/tags/contentpack', label: 'Content Packs', position: 'left'}, { type: 'localeDropdown',