Skip to content

Commit bb4d8f5

Browse files
authored
Merge pull request #48 from UMLCloudComputing/fixdocs
fix(docs): MDX build errors
2 parents 593b0ba + 2603990 commit bb4d8f5

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

docs/projects/rowdybot/Step 0: Contribution Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ git push origin bugfix/my-bug-fix
4848
#### Style Guide
4949
- Use clear, concise, and conventional commit messages. Commit messages should follow this specification https://www.conventionalcommits.org/en/v1.0.0/
5050
- Follow the best software development practices and write clean, maintainable code.
51-
- For ReactJS, follow this style guide: <https://dev.to/abrahamlawson/react-style-guide-24pp>. Except use indendantation of 4 spaces instead of 2.
51+
- For ReactJS, follow this style guide: [React Style Guide](https://dev.to/abrahamlawson/react-style-guide-24pp). Except use indendantation of 4 spaces instead of 2.
5252

5353
### Step 4: Create a Pull Request
5454
Go to the GitHub repository page and click on the "Pull request" button. Select your branch and provide a detailed description of your changes. Explain why your changes should be merged into the main branch.

docs/projects/rowdybot/Step 1: Introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ TOKEN=
2727
ID=
2828
DISCORD_PUBLIC_KEY=
2929
```
30-
</details>
31-
3230
2. Do not share this file with anyone. It contains your secret key.
3331

3432

docs/projects/rowdybot/Step 2: Discord.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sidebar_position: 3
44

55
### Discord Application Setup
66

7-
<details>
8-
<summary>Expand</summary>
9-
107
1. Go to discord.dev and create a new application.
118

129
Navigate to application creation

submodules/rowdybot

0 commit comments

Comments
 (0)