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 936b112 commit 1472a17
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .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: "Heavy-Inventories-Book"
group: "pages"
cancel-in-progress: false

jobs:
Expand All @@ -38,7 +38,7 @@ jobs:
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages
id: "Heavy-Inventories-Book"
id: pages
uses: actions/configure-pages@v5
- name: Build with mdBook
run: mdbook build
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
Heavy-Inventories-Book/book
book

repo
18 changes: 0 additions & 18 deletions Heavy-Inventories-Book/src/SUMMARY.md

This file was deleted.

1 change: 0 additions & 1 deletion Heavy-Inventories-Book/src/chapter_1

This file was deleted.

2 changes: 1 addition & 1 deletion Heavy-Inventories-Book/book.toml → 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 = "src"
src = "src/book"
title = "Heavy Inventories"
18 changes: 18 additions & 0 deletions src/book/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)
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1472a17

Please sign in to comment.