Skip to content

Commit

Permalink
mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperScary committed Jun 20, 2024
1 parent 2b5af22 commit 8a32108
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: "Heavy-Inventories-Book"
cancel-in-progress: false

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ runs
run-data

# mdBook
book/book
Heavy-Inventories-Book/book

repo
2 changes: 1 addition & 1 deletion book.toml → Heavy-Inventories-Book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
authors = ["SuperScary"]
language = "en"
multilingual = false
src = "book/src"
src = "src"
title = "Heavy Inventories"
18 changes: 18 additions & 0 deletions Heavy-Inventories-Book/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Summary

- [What is Heavy Inventories](./chapter_1.md)
- [Features](./chapter_1.1.md)
- [Setup](./chapter_2.md)
- [Understanding Weight Files](./chapter_3.md)
- [Data Manipulation](./chapter_4.md)
- [Sided Configurations](./chapter_5.md)
- [Item Weights](./chapter_6.md)
- [Player Weights](./chapter_7.md)
- [Machine Learning](./chapter_8.md)
- [The Aim](./chapter_8.1.md)
- [Conventional Methods](./chapter_8.2.md)
- [Understanding the Machine Learning Logic](./chapter_9.md)
- [How Does it Work](./chapter_9.1.md)
- [The Recipe Finder](./chapter_9.2.md)
- [Color Ratios](./chapter_9.3.md)
- [Figure Material](./chapter_9.4.md)
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chapter 1: What is Heavy Inventories
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Features
4 changes: 4 additions & 0 deletions Heavy-Inventories-Book/src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# What is Heavy Inventories?

Heavy Inventories is a Minecraft addon that creates a feature rich and seamless new game mechanic for an immersive and
challenging new experience.
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Setup
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Understanding Weight Files
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Data Manipulation
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Sided Configurations
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Item Weights
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Player Weights
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The Aim
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_8.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Conventional Methods
6 changes: 6 additions & 0 deletions Heavy-Inventories-Book/src/chapter_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Machine Learning

![Heavy Inventories Machine Learning Banner](https://i.ibb.co/G7CDdTS/hi-ml.png)

Heavy Inventories runs based off of generated data, there are no hard coded weights. To do this, a machine learning
algorithm is implemented to create the best possible/plausible weight.
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# How Does it Work
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The Recipe Finder
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_9.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Color Ratios
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_9.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Figure Material
1 change: 1 addition & 0 deletions Heavy-Inventories-Book/src/chapter_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Understanding the Machine Learning Logic
28 changes: 0 additions & 28 deletions MACHINE_LEARNING.md

This file was deleted.

3 changes: 0 additions & 3 deletions book/src/SUMMARY.md

This file was deleted.

1 change: 0 additions & 1 deletion book/src/chapter_1.md

This file was deleted.

0 comments on commit 8a32108

Please sign in to comment.