diff --git a/docs/assets/plugins/links/links.js b/docs/assets/plugins/links/links.js deleted file mode 100644 index 874ddbdc..00000000 --- a/docs/assets/plugins/links/links.js +++ /dev/null @@ -1,19 +0,0 @@ -(() => { - if (!window.$docsify) { - throw new Error('Docsify must be loaded before installing this plugin.'); - } - - window.$docsify.plugins.push((hook, vm) => { - hook.mounted(function () { - - document.addEventListener('click', event => { - const tag = event.target.tagName.toLowerCase(); - const href = event.target.getAttribute('data-href'); - - if (tag === 'sl-button' && href) { - window.open(href); - } - }); - }); - }); -})(); diff --git a/docs/getting-started/community.md b/docs/getting-started/community.md index 646e437e..7fb41f18 100644 --- a/docs/getting-started/community.md +++ b/docs/getting-started/community.md @@ -14,7 +14,7 @@ The [community chat](https://discord.gg/mg8f26C) is open to the public and power Please be respectful of other users and remember that Shoelace is an open source project. We'll try to help when we can, but there's no guarantee we'll be able solve your problem. Please manage your expectations and don't forget to contribute back to the conversation when you can! - + Join the Chat @@ -26,11 +26,11 @@ Follow [@shoelace_style](https://twitter.com/shoelace_style) on Twitter for gene Oh, and don't forget to tweet Shoelace to your followers! - + Follow on Twitter - + Send a Tweet diff --git a/docs/index.html b/docs/index.html index ae1f0154..62d2f01c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -93,6 +93,5 @@ -