diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 6f62f40..f0b1d8f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -1,36 +1,48 @@ -import { defineConfig } from 'vitepress' +import { defineConfig } from "vitepress"; -const siteCopyright = 'Copyright © 2024-present Garrett Flynn and Contributors'; +const siteCopyright = "Copyright © 2024-present Garrett Flynn and Contributors"; export default defineConfig({ - - lang: 'en-US', + lang: "en-US", title: "Brains@Play", description: "Brain-Computer Interfaces with Everyone", - - themeConfig: { + head: [["link", { rel: "icon", href: "/assets/favicon.ico" }]], + + themeConfig: { sidebar: { - '/projects': [ - { - text: 'The Brains@Play Initiative', - items: [ - { text: 'International Competition', link: '/projects/initiative/brains-and-games-competition' }, - { text: 'High School Course', link: '/projects/initiative/brains-at-play-course' }, - { text: 'Public Engagement Event', link: '/projects/initiative/livewire' }, - ] - } - ] + "/projects": [ + { + text: "The Brains@Play Initiative", + items: [ + { + text: "International Competition", + link: "/projects/initiative/brains-and-games-competition", + }, + { + text: "High School Course", + link: "/projects/initiative/brains-at-play-course", + }, + { + text: "Public Engagement Event", + link: "/projects/initiative/livewire", + }, + ], + }, + ], }, socialLinks: [ - { icon: 'github', link: 'https://github.com/neuralinterfaces/brainsatplay' } + { + icon: "github", + link: "https://github.com/neuralinterfaces/brainsatplay", + }, ], aside: false, footer: { - message: 'Built with 🧠 by Garrett Flynn', - copyright: siteCopyright - } - } -}) + message: "Built with 🧠 by Garrett Flynn", + copyright: siteCopyright, + }, + }, +}); diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico new file mode 100644 index 0000000..9436620 Binary files /dev/null and b/docs/assets/favicon.ico differ diff --git a/docs/index.md b/docs/index.md index 2b9bb1f..f6eb33d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,6 @@ layout: home hero: name: Brains@Play tagline: Brain-Computer Interfaces with Everyone - # image: /assets/logo.jpg actions: - theme: brand text: View your Brainwaves @@ -34,4 +33,4 @@ A few mistakes stood out as key contributors to the company's failure: 2. **Focusing on developer tools** rather than our core product. 3. **Working diligently without a clear business model** and sustainable funding through contracts, grants, or community support. -A complete archive of our work is available on [GitHub](https://github.com/brainsatplay) and a [full summary of our work](https://dl.acm.org/doi/10.1145/3594806.3594810) was published in August 2023 following Garrett's graduation from the MA in Media Arts, Games, and Health program. \ No newline at end of file +A complete archive of our work is available on [GitHub](https://github.com/brainsatplay) and a [full summary of our work](https://dl.acm.org/doi/10.1145/3594806.3594810) was published in August 2023 following Garrett's graduation from the MA in Media Arts, Games, and Health program.