Skip to content

Commit

Permalink
fix(docs): remove kofi button from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 8, 2021
1 parent 1d07a8a commit f066847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

# Tells NVM to switch to the default Node version specified in .nvmrc
# https://github.com/nvm-sh/nvm#deeper-shell-integration
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ src
.github
.huskyrc
.husky
.ncurc.json
.lintstagedrc.json
.mailmap
.vscode
Expand Down
9 changes: 0 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,5 @@
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript"
></script>
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw('pokenodets', {
type: 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff',
});
</script>
</body>
</html>

0 comments on commit f066847

Please sign in to comment.