Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To port a page, you'll need write access to `docs.spacestation14.io` (old wiki.j
etc text example
```
``````
7. Add a redirect for the original wiki.js link to the new `src/SUMMARY.md` link in `book.toml`--follow the example
7. Add a redirect for the original wiki.js link to the new `src/SUMMARY.md` link in `book.toml`--follow the example. You'll need to add `/index.html` after the wiki.js link for it to redirect properly.

## Screenshots

Expand Down
11 changes: 8 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ warning-policy = "ignore" # false-positives like hell with absolute links & late

# Redirects
[output.html.redirect]
"/en/getting-started/how-do-i-code" = "en/general-development/setup/howdoicode.md"
"/en/getting-started/dev-setup" = "en/general-development/setup/setting-up-a-development-environment.md"
"/en/getting-started/git" = "en/general-development/setup/git-for-the-ss14-developer.md"
"/en/getting-started/how-do-i-code/index.html" = "en/general-development/setup/howdoicode.html"
"/en/getting-started/dev-setup/index.html" = "en/general-development/setup/setting-up-a-development-environment.html"
"/en/getting-started/git/index.html" = "en/general-development/setup/git-for-the-ss14-developer.html"
"/en/content/yaml/index.html" = "en/general-development/tips/yaml-crash-course.html"
"/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"
4 changes: 4 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Space Station 14
- [Mapping Checklist](en/space-station-14/mapping/mapping-checklist.md)
- [Mapping Sins](en/space-station-14/mapping/mapping-sins.md)
- [Chemistry](en/space-station-14/chemistry.md)
- [Solution Containers](en/space-station-14/chemistry/solution-containers.md)
- [Reagents](en/space-station-14/chemistry/reagents.md)
- [Metabolism](en/space-station-14/chemistry/metabolism.md)
- [Reactions](en/space-station-14/chemistry/reactions.md)
- [Construction](en/space-station-14/construction.md)
- [Destructible](en/space-station-14/destructible.md)
- [Device Network](en/space-station-14/device-network.md)
Expand Down
Binary file added src/en/assets/images/tips-markup-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading