Skip to content

Commit

Permalink
initial pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckminsterfullerene02 committed Mar 2, 2024
1 parent 3c61e78 commit 7f7f41b
Show file tree
Hide file tree
Showing 24 changed files with 1,132 additions and 328 deletions.
8 changes: 4 additions & 4 deletions book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
authors = ["许杰友 Jieyou Xu (Joe)"]
authors = ["许杰友 Jieyou Xu (Joe), Buckminsterfullerene"]
language = "en"
multilingual = false
src = "src"
Expand All @@ -10,6 +10,6 @@ edition = "2021"

[output.html]
mathjax-support = true
git-repository-url = "https://github.com/jieyouxu/drg-modding-docs"
edit-url-template = "https://github.comjieyouxu/drg-modding-docs/{path}"
custom-css = ["custom.css"]
git-repository-url = "https://github.com/DRG-Modding/docs"
edit-url-template = "https://github.com/DRG-Modding/docs/{path}"
additional-css = ["css/custom.css"]
2 changes: 1 addition & 1 deletion custom.css → css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
line-height: 1.5em;
margin-left: 0.5em;
margin-top: 0.6em;
}
}
3 changes: 0 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

Welcome to the Deep Rock Galactic Modding Handbook. In this handbook, we cover:

- Using [mint] the third-party mod loader to install and use mods
- Modding documentation
- Modding guides

## Contributing

If you would like to contribute documentation or guides, please see [Contributing](contributing.md).

[mint]: https://github.com/trumank/mint
20 changes: 6 additions & 14 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@

---

# Mint
# Guides

- [Introduction to Mint](mint/README.md)
- [Getting started](mint/getting-started.md)
- [GUI synopsis](mint/gui.md)
- [Mod lints](mint/lints.md)
- [Common errors and troubleshooting](mint/common-errors.md)
- [Frequently asked questions](mint/faqs.md)
- [Getting Started](modding/getting-started.md)
- [Basic Modding Guide](guides/basic-modding-guide.md)
- [Blueprint Modding Guide](guides/blueprint-modding-guide.md)
- [Audio Modding Guide](guides/audio-modding-guide.md)

---

# Modding Documentation

# Modding Guides

# Useful Tools and Resources
---
463 changes: 463 additions & 0 deletions src/guides/audio-modding-guide.md

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions src/guides/basic-modding-guide.md

Large diffs are not rendered by default.

444 changes: 444 additions & 0 deletions src/guides/blueprint-modding-guide.md

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions src/load-order.md

This file was deleted.

6 changes: 0 additions & 6 deletions src/mint/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions src/mint/common-errors.md

This file was deleted.

22 changes: 0 additions & 22 deletions src/mint/config.md

This file was deleted.

63 changes: 0 additions & 63 deletions src/mint/faqs.md

This file was deleted.

80 changes: 0 additions & 80 deletions src/mint/getting-started.md

This file was deleted.

42 changes: 0 additions & 42 deletions src/mint/gui.md

This file was deleted.

Binary file removed src/mint/img/GUI.png
Binary file not shown.
Binary file removed src/mint/img/cogwheel-button.png
Binary file not shown.
Binary file removed src/mint/img/copy-mod-urls.png
Binary file not shown.
Binary file removed src/mint/img/input-field.png
Binary file not shown.
Binary file removed src/mint/img/lint-report.png
Binary file not shown.
Binary file removed src/mint/img/lint-toggle.png
Binary file not shown.
Binary file removed src/mint/img/modio-oauth-token.png
Binary file not shown.
Binary file removed src/mint/img/settings-window.png
Binary file not shown.
34 changes: 0 additions & 34 deletions src/mint/lints.md

This file was deleted.

1 change: 1 addition & 0 deletions src/modding/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Getting Started

0 comments on commit 7f7f41b

Please sign in to comment.