Skip to content

Commit

Permalink
random content port
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrorcult committed Sep 12, 2023
1 parent 4b72e51 commit fc6e329
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 6 deletions.
7 changes: 6 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ warning-policy = "ignore" # false-positives like hell with absolute links & late
"/en/getting-started/pr-guideline/index.html" = "en/general-development/codebase-info/pull-request-guidelines.html"
"/en/getting-started/conventions/index.html" = "/en/general-development/codebase-info/conventions.html"
"/en/content/chemistry/index.html" = "/en/space-station-14/chemistry.html"
"/en/content/writing-guidebook-entries/index.html" = "/en/general-development/tips/writing-guidebook-entries.html"
"/en/content/writing-guidebook-entries/index.html" = "/en/general-development/tips/writing-guidebook-entries.html"
"/en/content/device-network/index.html" = "/en/space-station-14/device-network.html"
"/en/content/pow3r/index.html" = "/en/spcae-station-14/pow3r.html"
# yes this one is correct
"/en/content/construction/index/index.html" = "/en/space-station-14/construction.html"
"/en/content/destructible/index.html" = "/en/space-station-14/destructible.html"
2 changes: 2 additions & 0 deletions scripts/nav-additions.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ window.addEventListener('load', function() {
case "H4":
indent = "60px";
break;
case "H5":
indent = "80px";
default:
break;
}
Expand Down
Loading

0 comments on commit fc6e329

Please sign in to comment.