diff --git a/docs/example.md b/docs/example.md new file mode 100644 index 0000000..cfe8423 --- /dev/null +++ b/docs/example.md @@ -0,0 +1,6 @@ +--- +id: example +title: Example +--- + +A fully functional example application is available at https://github.com/spec-tacles/example. diff --git a/docusaurus.config.js b/docusaurus.config.js index 1544340..95d21d7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,10 +40,6 @@ module.exports = { label: 'Discord', href: 'https://discord.gg/zU3vha6', }, - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/spectacles', - }, ], }, { diff --git a/sidebars.js b/sidebars.js index 03db3da..d711314 100644 --- a/sidebars.js +++ b/sidebars.js @@ -3,7 +3,7 @@ module.exports = { { type: 'category', label: 'Getting started', - items: ['introduction', 'ping_pong'], + items: ['introduction', 'ping_pong', 'example'], }, { type: 'category',