Skip to content

Commit

Permalink
Cleanup + Basic Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed May 10, 2024
1 parent 50d9af6 commit 34a8c3c
Show file tree
Hide file tree
Showing 326 changed files with 117 additions and 29,003 deletions.
80 changes: 1 addition & 79 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,82 +42,4 @@ runnable = false # sorry we arent rustpilled :(

[output.linkcheck]
traverse-parent-directories = false
warning-policy = "ignore" # false-positives like hell with absolute links & latex, so.. cant do

# Redirects
# These are used to map between old Wiki.js links and current docs site links,
# so we can avoid the hell that was dead links with the old hackmd transfer.
# Wiki.js doesn't have `.html` endings on files, so we hack it by putting /index.html
# and just letting the browser look there, then get redirected
[output.html.redirect]
"/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/writing-guidebook-entries/index.html" = "/en/general-development/tips/writing-guidebook-entries.html"
"/en/content/device-network/index.html" = "/en/space-station-14/core-tech/device-network.html"
"/en/content/pow3r/index.html" = "/en/spcae-station-14/departments/engineering/pow3r.html"
# yes this one is correct
"/en/content/construction/index/index.html" = "/en/space-station-14/core-tech/construction.html"
"/en/content/destructible/index.html" = "/en/space-station-14/core-tech/destructible.html"
"/en/content/mapping/index.html" = "/en/space-station-14/mapping/guides/general-guide.html"
"/en/content/mapping-sins/index.html" = "/en/space-station-14/mapping/guidelines.html"
"/en/content/mapping-checklist/index.html" = "/en/space-station-14/mapping/guidelines.html"
"/en/content/dungeons/index.html" = "/en/space-station-14/mapping/dungeons.html"
"/en/content/node-networks/index.html" = "/en/space-station-14/core-tech/node-networks.html"
"/en/content/NPCs/index.html" = "/en/space-station-14/core-tech/npcs.html"
"/en/content/cartridge-loader/index.html" = "/en/space-station-14/player-interaction/cartridge-loaders.html"
"/en/content/chemistry/index.html" = "/en/space-station-14/core-tech/chemistry.html"

"/en/administration/commands/index.html" = "/en/community/admin/admin-tooling/admin-command-cookbook.html"
"/en/administration/tooling/index.html" = "/en/community/admin/admin-tooling.html"
"/en/administration/policy/index.html" = "/en/community/admin/wizards-den-admin-policy.html"
"/en/administration/banning-policy/index.html" = "/en/community/admin/wizards-den-banning-policy.html"
"/en/getting-started/hosting/index.html" = "/en/general-development/setup/server-hosting-tutorial.html"
"/en/hosting/replays/index.html" = "/en/server-hosting/server-replay-recording.html"
"/en/hosting/changelogs/index.html" = "/en/server-hosting/setting-up-ss14-changelog.html"
"/en/hosting/SS14-Admin/index.html" = "/en/server-hosting/setting-up-ss14-admin.html"
"/en/hosting/robust-cdn/index.html" = "/en/server-hosting/setting-up-robust-cdn.html"
"/en/hosting/oauth/index.html" = "/en/server-hosting/oauth.html"
"/en/hosting/port-forwarding/index.html" = "/en/server-hosting/port-forwarding.html"
"/en/technical-docs/acronyms-and-nomenclature/index.html" = "/en/general-development/codebase-info/acronyms-and-nomenclature.html"
"/en/getting-started/engine-changes/index.html" = "/en/general-developmnet/codebase-info/prs-with-engine-changes.html"
"/en/getting-started/debugging-tools/index.html" = "/en/general-development/tips/debugging-tools.html"
"/en/getting-started/troubleshooting/index.html" = "/en/general-development/tips/troubleshooting-faq.html"
"/en/config-reference/index.html" = "/en/general-development/tips/config-file-reference.html"
"/en/technical-docs/codebase-organization/index.html" = "/en/general-development/codebase-info/codebase-organization.html"
"/en/engine/ecs/index.html" = "/en/robust-toolbox/ecs.html"
"/en/engine/coordinate-systems/index.html" = "/en/robust-toolbox/coordinate-systems.html"
"/en/engine/net-entities/index.html" = "/en/robust-toolbox/netcode/net-entities.html"
"/en/engine/entity-coordinates/index.html" = "/en/robust-toolbox/transform/entity-coordinates.html"
"/en/meta/role-hierarchy/index.html" = "/en/community/space-wizards-role-hierarchy.html"
"/en/super-simple-14/intro/index.html" = "/en/ss14-by-example/introduction-to-ss14-by-example.html"
"/en/super-simple-14/bike-horn/index.html" = "/en/ss14-by-example/adding-a-simple-bikehorn.html"
"/en/super-simple-14/bike-horn-visualizer/index.html" = "/en/ss14-by-example/making-a-sprite-dynamic.html"
"/en/content/localization/index.html" = "/en/ss14-by-example/fluent-and-localization.html"
"/en/super-simple-14/networking-and-you/index.html" = "/en/ss14-by-example/basic-networking-and-you.html"
"/en/launcher/content-updates-deltas-manifests/index.html" = "/en/other-projects/launcher/delta-updates-and-manifests.html"
"/en/engine/content-manifests/index.html" = "/en/robust-toolbox/content-manifests.html"
"/en/fork-development/discord-rich-presence/index.html" = "/en/community/discord-rich-presence-repository.html"
"/en/launcher/content-bundles/index.html" = "/en/other-projects/launcher/content-bundles.html"
"/en/engine/user-interface/index.html" = "/en/robust-toolbox/user-interface.html"
"/en/engine/midi/index.html" = "/en/robust-toolbox/midi.html"
"/en/engine/sandboxing/index.html" = "/en/robust-toolbox/sandboxing.html"
"/en/engine/serialization/index.html" = "/en/robust-toolbox/serialization.html"
"/en/engine/shaders/index.html" = "/en/robust-toolbox/rendering/shaders.html"
"/en/engine/ioc/index.html" = "/en/robust-toolbox/ioc.html"
"/en/engine/Physics/index.html" = "/en/robust-toolbox/transform/physics.html"
"/en/engine/grids/index.html" = "/en/robust-toolbox/transform/grids.html"
"/en/technical-docs/preprocessor-defines/index.html" = "/en/robust-toolbox/preprocessor-defines.html"
"/en/engine/build-configurations/index.html" = "/en/robust-toolbox/build-configurations.html"
"/en/engine/http-api/index.html" = "/en/robust-toolbox/server-http-api.html"
"/en/getting-started/server-hosting-rewrite-workspace/watchdog/index.html" = "/en/server-hosting/setting-up-ss14-watchdog.html"
"/en/engine/robust-modules/index.html" = "/en/robust-toolbox/robust-modules.html"
"/en/engine/user-data-dir/index.html" = "/en/robust-toolbox/user-data-directory.html"
"/en/engine/porting-visualizers/index.html" = "/en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.html"
"/en/engine/lighting-fov/index.html" = "/en/robust-toolbox/rendering/lighting-and-fov.html"
"/en/engine/sprites-icons/index.html" = "/en/robust-toolbox/rendering/sprites-and-icons.html"
"/hosting/hub-rules/index.html" = "/en/community/space-wizards-hub-rules.html"
"/en/hosting/hub-rules/index.html" = "/en/community/space-wizards-hub-rules.html"
warning-policy = "ignore" # false-positives like hell with absolute links & latex, so.. cant do
6 changes: 2 additions & 4 deletions src/404.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 404ku
# 404

![](en/assets/images/miku.png)

she couldn't find the page you're looking for, sorry... (try the search above or file an issue!)
we couldn't find the page you're looking for, sorry...
Loading

0 comments on commit 34a8c3c

Please sign in to comment.