Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
chore: Fix up config links
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Dec 21, 2022
1 parent c4b3be4 commit 282034a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
},
],
},
{
Expand Down Expand Up @@ -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',
},
],
},
],
Expand Down

0 comments on commit 282034a

Please sign in to comment.