Skip to content

Commit 19ae526

Browse files
authored
Merge pull request #241 from muhdfdeen/restructure
feat: site-wide restructure and some cleanup
2 parents eeb5412 + 3bda9fe commit 19ae526

117 files changed

Lines changed: 731 additions & 1056 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1-
# 📝 setup.md
1+
<div align="center">
2+
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="src/assets/logos/logo-light.svg" width="25%" height="25%">
5+
<source media="(prefers-color-scheme: light)" srcset="src/assets/logos/logo-dark.svg" width="25%" height="25%">
6+
<img alt="Minecraft Bookshelf" src="src/assets/logos/bookshelf.png" width="25%" height="25%">
7+
</picture>
8+
9+
---
210

311
Welcome to the Minecraft server administration knowledgebase designed to provide accurate and meaningful data in one place.
412

13+
</div>
14+
515
## 👨‍💻 Contributing
616

717
- Contributions make the open source community such an amazing place to learn, inspire, and create.
818
- Any contributions you make are **truly appreciated**
919

1020
## 💻 Development
1121

12-
1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_ copy of the project and saves it as a new repository in your github account
13-
2. Click on the green `Code` button, then either the HTTPS or SSH option and, click the icon to copy the URL. Now you have a copy of the project. Thus, you can play around with it locally on your computer.
14-
3. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH):
22+
1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_ own copy of the project and saves it as a new repository in your GitHub account.
23+
2. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH):
1524

1625
Do this to download the forked copy of this repository to your computer:
1726

1827
```bash
19-
$ git clone https://github.com/setupmd/docs.git
28+
git clone https://github.com/YOUR_GITHUB_USERNAME/docs.git
2029
```
2130

22-
Step into the directory:
31+
Step into the directory:
2332
```bash
24-
$ cd docs
33+
cd docs
2534
```
2635

2736
All commands are run from the root of the project, from a terminal:

0 commit comments

Comments
 (0)