From 282034a40cc53c7955ccb547c9d9d0d5e081dbb2 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Wed, 21 Dec 2022 14:29:10 -0800 Subject: [PATCH] chore: Fix up config links --- docusaurus.config.js | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3c606e2..6f711a3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: 'Buttplug Developer Guide', staticDirectories: ['examples', 'static'], - tagline: '', + tagline: 'Everything you wanted to know about putting computers in your butt, but were not afraid to ask.', url: 'https://buttplug-developer-guide.docs.buttplug.io', baseUrl: '/', onBrokenLinks: 'throw', @@ -71,9 +71,17 @@ const config = { title: 'Docs', items: [ { - label: 'Tutorial', + label: 'Buttplug Developer Guide', to: '/', }, + { + label: 'Buttplug Message Spec', + to: 'https://buttplug-spec.docs.buttplug.io', + }, + { + label: 'Sex Toy Protocols I Have Known And Loved', + to: 'https://stpihkal.docs.buttplug.io', + }, ], }, { @@ -104,6 +112,18 @@ const config = { label: 'GitHub', href: 'https://github.com/buttplugio', }, + { + label: 'Twitter', + href: 'https://twitter.com/buttplugio', + }, + { + label: 'Mastodon', + href: 'https://buttplug.zone/@buttplugio', + }, + { + label: 'Youtube', + href: 'https://youtube.buttplug.io', + }, ], }, ],