Skip to content

Commit 8686a40

Browse files
docs: update wiki (#8)
1 parent 5fe6d0a commit 8686a40

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
markdownlint \
3131
-f \
3232
-o markdownlint_report.log \
33+
--ignore-path .markdownlintignore \
3334
'**/*.md'
3435
3536
- name: Print summary
@@ -49,7 +50,7 @@ jobs:
4950
exit_code=0
5051
5152
# check character count
52-
for file in $(find ./commands -type f -name '*.md'); do
53+
for file in $(find ./docs -type f -name '*.md'); do
5354
echo "Checking $file"
5455
char_count=$(wc -c <"$file")
5556
echo "Character count: $char_count"

.github/workflows/publish-wiki.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
paths:
9-
- commands/**
9+
- docs/**
1010
- .github/workflows/publish-wiki.yml
1111

1212
concurrency:
@@ -17,7 +17,7 @@ permissions:
1717
contents: write
1818

1919
jobs:
20-
validate:
20+
publish:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
@@ -26,4 +26,4 @@ jobs:
2626
- name: Publish wiki
2727
uses: Andrew-Chen-Wang/github-wiki-action@v4
2828
with:
29-
path: commands/
29+
path: docs/

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs/_Footer.md

docs/Home.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# support-bot-commands wiki
2+
3+
This is a collection of slash commands for our [support-bot](https://github.com/LizardByte/support-bot).
4+
5+
The support bot dynamically loads slash commands from here. To contribute, submit a pull request to
6+
[support-bot-commands](https://github.com/LizardByte/support-bot-commands).

docs/_Footer.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Sponsor
2+
3+
<a href="https://github.com/sponsors/LizardByte">
4+
<img src="https://avatars.githubusercontent.com/u/84790584?s=64&v=4" alt="GitHub Sponsors" width="24" height="24">
5+
<span>GitHub Sponsors</span>
6+
</a>
7+
<br>
8+
9+
<a href="https://patreon.com/LizardByte">
10+
<img src="https://github.githubassets.com/assets/patreon-96b15b9db4b9.svg" alt="Patreon" width="24" height="24">
11+
<span>Patreon</span>
12+
</a>
13+
<br>
14+
15+
<a href="https://mee6.xyz/m/804382334370578482">
16+
<img src="https://mee6.xyz/assets/favicon-f1853cdc.png" alt="MEE6" width="24" height="24">
17+
<span>MEE6</span>
18+
</a>
19+
<br>
20+
21+
<a href="https://paypal.me/ReenigneArcher">
22+
<img src="https://www.paypalobjects.com/paypal-ui/logos/svg/paypal-mark-color.svg" alt="PayPal" width="24" height="24">
23+
<span>PayPal</span>
24+
</a>
25+
<br>
File renamed without changes.

0 commit comments

Comments
 (0)