Skip to content

Commit

Permalink
docs: migrate to moddedmc
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed Dec 29, 2024
1 parent 5d493b7 commit 0357039
Show file tree
Hide file tree
Showing 38 changed files with 668 additions and 227 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Linux
/gradlew text eol=lf

# Windows
*.bat text eol=crlf
49 changes: 44 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,47 @@
# IDEs
.idea
*.sublime-project
*.sublime-workspace
.vscode
# gradle

.gradle/
build/
out/
classes/

# eclipse

*.launch

# idea

.idea/
*.iml
*.ipr
*.iws

# vscode

.settings/
.vscode/
bin/
.classpath
.project

# macos

*.DS_Store

# fabric

run/

# java

hs_err_*.log
replay_*.log
*.hprof
*.jfr

# ModdedMc

docs/_homepage.mdx

# Temporary Files
*~
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
plugins {
id "org.moddedmc.wiki.toolkit" version "0.2.4"
}

wiki {
docs {
mutils {
root = file("docs")
}
}
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
110 changes: 0 additions & 110 deletions docs/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/SUMMARY.md

This file was deleted.

Empty file added docs/_homepage.mdx
Empty file.
6 changes: 6 additions & 0 deletions docs/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"getting_started.mdx": "Getting Started",
"info": "Info",
"post_installation": "Post Installation",
"contributing": "Contributing"
}
4 changes: 4 additions & 0 deletions docs/contributing/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"participating.mdx": "Participating in the Community",
"improving_docs.mdx": "Improving the Documentation"
}
4 changes: 0 additions & 4 deletions docs/contributing/improving-docs.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/contributing/improving_docs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Improving the Documentation
hide_meta: true
---

Help us improve the documentation! On every page of this documentation, there is an `📝Edit page on GitHub` option. You can
create a **Pull Request**, there.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 💬 Participating in the Community
---
title: Participating in the Community
hide_meta: true
---

The most important thing, that you can do to help us, is to participate in the community, helping other people and make
the community grow!
Expand Down
Loading

0 comments on commit 0357039

Please sign in to comment.