From 4b72e51066c847fe1942e0727ec34ae49b155134 Mon Sep 17 00:00:00 2001 From: Kara Date: Tue, 12 Sep 2023 04:14:16 -0500 Subject: [PATCH] supersimple -> ss14 by example, atomize tutorials into their own sections for hosting and ss14be --- src/SUMMARY.md | 35 +++++++++++-------- .../general-development/setup/howdoicode.md | 2 +- .../tips/writing-guidebook-entries.md | 2 +- .../port-forwarding.md} | 2 +- .../server-hosting/server-replay-recording.md | 3 ++ .../server-hosting/setting-up-robust-cdn.md | 3 ++ .../server-hosting/setting-up-ss14-admin.md | 3 ++ .../setting-up-ss14-changelog.md | 3 ++ .../adding-a-simple-bikehorn.md | 3 ++ .../basic-networking-and-you.md | 3 ++ .../fluent-and-localization.md | 3 ++ .../making-a-sprite-dynamic.md | 3 ++ .../porting-appearance-visualizers.md} | 2 +- .../ui-survival-guide.md} | 2 +- .../server-hosting/port-forwarding.md | 3 -- .../server-hosting/server-replay-recording.md | 3 -- .../server-hosting/setting-up-robust-cdn.md | 3 -- .../setting-up-ss14-changelog.md | 3 -- .../adding-a-simple-bikehorn.md | 3 -- .../basic-networking-and-you.md | 3 -- .../fluent-and-localization.md | 3 -- .../making-a-sprite-dynamic.md | 3 -- .../porting-appearance-visualizers.md | 3 -- .../super-simple-14/ui-survival-guide.md | 3 -- 24 files changed, 49 insertions(+), 50 deletions(-) rename src/en/{tutorials/server-hosting.md => server-hosting/port-forwarding.md} (67%) create mode 100644 src/en/server-hosting/server-replay-recording.md create mode 100644 src/en/server-hosting/setting-up-robust-cdn.md create mode 100644 src/en/server-hosting/setting-up-ss14-admin.md create mode 100644 src/en/server-hosting/setting-up-ss14-changelog.md create mode 100644 src/en/ss14-by-example/adding-a-simple-bikehorn.md create mode 100644 src/en/ss14-by-example/basic-networking-and-you.md create mode 100644 src/en/ss14-by-example/fluent-and-localization.md create mode 100644 src/en/ss14-by-example/making-a-sprite-dynamic.md rename src/en/{tutorials/server-hosting/setting-up-ss14-admin.md => ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md} (55%) rename src/en/{tutorials/super-simple-14.md => ss14-by-example/ui-survival-guide.md} (65%) delete mode 100644 src/en/tutorials/server-hosting/port-forwarding.md delete mode 100644 src/en/tutorials/server-hosting/server-replay-recording.md delete mode 100644 src/en/tutorials/server-hosting/setting-up-robust-cdn.md delete mode 100644 src/en/tutorials/server-hosting/setting-up-ss14-changelog.md delete mode 100644 src/en/tutorials/super-simple-14/adding-a-simple-bikehorn.md delete mode 100644 src/en/tutorials/super-simple-14/basic-networking-and-you.md delete mode 100644 src/en/tutorials/super-simple-14/fluent-and-localization.md delete mode 100644 src/en/tutorials/super-simple-14/making-a-sprite-dynamic.md delete mode 100644 src/en/tutorials/super-simple-14/making-a-sprite-dynamic/porting-appearance-visualizers.md delete mode 100644 src/en/tutorials/super-simple-14/ui-survival-guide.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2b19bc5f8..786807b92 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -34,24 +34,17 @@ General Development - [YAML Crash Course](en/general-development/tips/yaml-crash-course.md) -Tutorials -================ +SS14 By Example +=============== ---------------------- -- [Server Hosting](en/tutorials/server-hosting.md) - - [Port Forwarding](en/tutorials/server-hosting/port-forwarding.md) - - [Server Replay Recording](en/tutorials/server-hosting/server-replay-recording.md) - - [Setting up Robust.Cdn](en/tutorials/server-hosting/setting-up-robust-cdn.md) - - [Setting up SS14.Admin](en/tutorials/server-hosting/setting-up-ss14-admin.md) - - [Setting up SS14.Changelog](en/tutorials/server-hosting/setting-up-ss14-changelog.md) -- [Super Simple 14](en/tutorials/super-simple-14.md) - - [Adding a Simple Bikehorn](en/tutorials/super-simple-14/adding-a-simple-bikehorn.md) - - [Making a Sprite Dynamic](en/tutorials/super-simple-14/making-a-sprite-dynamic.md) - - [Porting Appearance Visualizers](en/tutorials/super-simple-14/making-a-sprite-dynamic/porting-appearance-visualizers.md) - - [Basic Networking and You](en/tutorials/super-simple-14/basic-networking-and-you.md) - - [Fluent and Localization](en/tutorials/super-simple-14/fluent-and-localization.md) - - [UI Survival Guide](en/tutorials/super-simple-14/ui-survival-guide.md) +- [Adding a Simple Bikehorn](en/ss14-by-example/adding-a-simple-bikehorn.md) +- [Making a Sprite Dynamic](en/ss14-by-example/making-a-sprite-dynamic.md) + - [Porting Appearance Visualizers](en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md) +- [Basic Networking and You](en/ss14-by-example/basic-networking-and-you.md) +- [Fluent and Localization](en/ss14-by-example/fluent-and-localization.md) +- [UI Survival Guide](en/ss14-by-example/ui-survival-guide.md) Robust Toolbox @@ -111,6 +104,17 @@ Space Station 14 - [Dungeons](en/space-station-14/dungeons.md) - [NPCs](en/space-station-14/npcs.md) +Server Hosting +============== + +---------------------- + +- [Port Forwarding](en/server-hosting/port-forwarding.md) +- [Server Replay Recording](en/server-hosting/server-replay-recording.md) +- [Setting up Robust.Cdn](en/server-hosting/setting-up-robust-cdn.md) +- [Setting up SS14.Admin](en/server-hosting/setting-up-ss14-admin.md) +- [Setting up SS14.Changelog](en/server-hosting/setting-up-ss14-changelog.md) + Other Projects ============== @@ -119,6 +123,7 @@ Other Projects - [Launcher]() - [Content Bundles](en/other-projects/launcher/content-bundles.md) - [Delta Updates & Manifests](en/other-projects/launcher/delta-updates-and-manifests.md) +- [SpaceWizards Lidgren]() Specifications ============== diff --git a/src/en/general-development/setup/howdoicode.md b/src/en/general-development/setup/howdoicode.md index 0a61e6cba..d32993ad8 100644 --- a/src/en/general-development/setup/howdoicode.md +++ b/src/en/general-development/setup/howdoicode.md @@ -5,7 +5,7 @@ If you have some experience (read: understand things like "classes" and "control You may have come here simply wanting to add items. It's possible to do that without learning how to program, though you'll be limited in what kind of functionality you can give them. You'll still probably need to learn Git (read on!) -If you want to do anything more complicated, I recommend you read the rest of [**Getting Started**](./setting-up-a-development-environment.md), and then start reading [**Super Simple 14**](../../tutorials/super-simple-14.md), which is essentially coding-for-SS14-by-example, and it goes through many common activities and how to do them. +If you want to do anything more complicated, I recommend you read the rest of [**Getting Started**](./setting-up-a-development-environment.md), and then start reading **SS14 By Example**, which goes through many common activities and how to do them. ## Tutorials diff --git a/src/en/general-development/tips/writing-guidebook-entries.md b/src/en/general-development/tips/writing-guidebook-entries.md index c6be06cea..663cfcfc3 100644 --- a/src/en/general-development/tips/writing-guidebook-entries.md +++ b/src/en/general-development/tips/writing-guidebook-entries.md @@ -131,7 +131,7 @@ This is simply a unique prototype Id. Just make sure it roughly corresponds to y ### name This is a the name which appears in the file view sidebar of the guidebook. Importantly, it's a locale string, which is used for translation. It's also the only part of a guide entry that needs to have a locale string. -You can learn more about localization [here](../../tutorials/super-simple-14/fluent-and-localization.md). +You can learn more about localization [here](../../ss14-by-example/fluent-and-localization.md). ### text This is just a file path to the entry, starting from the `/Resources/` directory. diff --git a/src/en/tutorials/server-hosting.md b/src/en/server-hosting/port-forwarding.md similarity index 67% rename from src/en/tutorials/server-hosting.md rename to src/en/server-hosting/port-forwarding.md index 9dc50ed1d..a37920a25 100644 --- a/src/en/tutorials/server-hosting.md +++ b/src/en/server-hosting/port-forwarding.md @@ -1,3 +1,3 @@ -# Server Hosting +# Port Forwarding {{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/server-hosting/server-replay-recording.md b/src/en/server-hosting/server-replay-recording.md new file mode 100644 index 000000000..7330c5943 --- /dev/null +++ b/src/en/server-hosting/server-replay-recording.md @@ -0,0 +1,3 @@ +# Server Replay Recording + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/server-hosting/setting-up-robust-cdn.md b/src/en/server-hosting/setting-up-robust-cdn.md new file mode 100644 index 000000000..91339db6c --- /dev/null +++ b/src/en/server-hosting/setting-up-robust-cdn.md @@ -0,0 +1,3 @@ +# Setting up Robust.Cdn + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/server-hosting/setting-up-ss14-admin.md b/src/en/server-hosting/setting-up-ss14-admin.md new file mode 100644 index 000000000..c85239820 --- /dev/null +++ b/src/en/server-hosting/setting-up-ss14-admin.md @@ -0,0 +1,3 @@ +# Setting up SS14.Admin + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/server-hosting/setting-up-ss14-changelog.md b/src/en/server-hosting/setting-up-ss14-changelog.md new file mode 100644 index 000000000..e426a784e --- /dev/null +++ b/src/en/server-hosting/setting-up-ss14-changelog.md @@ -0,0 +1,3 @@ +# Setting up SS14.Changelog + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/ss14-by-example/adding-a-simple-bikehorn.md b/src/en/ss14-by-example/adding-a-simple-bikehorn.md new file mode 100644 index 000000000..3a24f2817 --- /dev/null +++ b/src/en/ss14-by-example/adding-a-simple-bikehorn.md @@ -0,0 +1,3 @@ +# Adding a Simple Bikehorn + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/ss14-by-example/basic-networking-and-you.md b/src/en/ss14-by-example/basic-networking-and-you.md new file mode 100644 index 000000000..be8771749 --- /dev/null +++ b/src/en/ss14-by-example/basic-networking-and-you.md @@ -0,0 +1,3 @@ +# Basic Networking and You + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/ss14-by-example/fluent-and-localization.md b/src/en/ss14-by-example/fluent-and-localization.md new file mode 100644 index 000000000..574e8bb6c --- /dev/null +++ b/src/en/ss14-by-example/fluent-and-localization.md @@ -0,0 +1,3 @@ +# Fluent and Localization + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/ss14-by-example/making-a-sprite-dynamic.md b/src/en/ss14-by-example/making-a-sprite-dynamic.md new file mode 100644 index 000000000..74cd19640 --- /dev/null +++ b/src/en/ss14-by-example/making-a-sprite-dynamic.md @@ -0,0 +1,3 @@ +# Making a Sprite Dynamic + +{{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/server-hosting/setting-up-ss14-admin.md b/src/en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md similarity index 55% rename from src/en/tutorials/server-hosting/setting-up-ss14-admin.md rename to src/en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md index 4336323fa..5b1ae0eba 100644 --- a/src/en/tutorials/server-hosting/setting-up-ss14-admin.md +++ b/src/en/ss14-by-example/making-a-sprite-dynamic/porting-appearance-visualizers.md @@ -1,3 +1,3 @@ -# Setting up SS14.Admin +# Porting Appearance Visualizers {{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14.md b/src/en/ss14-by-example/ui-survival-guide.md similarity index 65% rename from src/en/tutorials/super-simple-14.md rename to src/en/ss14-by-example/ui-survival-guide.md index de7ae0ed4..3d148bc2f 100644 --- a/src/en/tutorials/super-simple-14.md +++ b/src/en/ss14-by-example/ui-survival-guide.md @@ -1,3 +1,3 @@ -# Super Simple 14 +# UI Survival Guide {{#template ../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/server-hosting/port-forwarding.md b/src/en/tutorials/server-hosting/port-forwarding.md deleted file mode 100644 index 3367cc2a7..000000000 --- a/src/en/tutorials/server-hosting/port-forwarding.md +++ /dev/null @@ -1,3 +0,0 @@ -# Port Forwarding - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/server-hosting/server-replay-recording.md b/src/en/tutorials/server-hosting/server-replay-recording.md deleted file mode 100644 index f99ddd831..000000000 --- a/src/en/tutorials/server-hosting/server-replay-recording.md +++ /dev/null @@ -1,3 +0,0 @@ -# Server Replay Recording - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/server-hosting/setting-up-robust-cdn.md b/src/en/tutorials/server-hosting/setting-up-robust-cdn.md deleted file mode 100644 index 658f08ead..000000000 --- a/src/en/tutorials/server-hosting/setting-up-robust-cdn.md +++ /dev/null @@ -1,3 +0,0 @@ -# Setting up Robust.Cdn - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/server-hosting/setting-up-ss14-changelog.md b/src/en/tutorials/server-hosting/setting-up-ss14-changelog.md deleted file mode 100644 index 0311c07a7..000000000 --- a/src/en/tutorials/server-hosting/setting-up-ss14-changelog.md +++ /dev/null @@ -1,3 +0,0 @@ -# Setting up SS14.Changelog - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/adding-a-simple-bikehorn.md b/src/en/tutorials/super-simple-14/adding-a-simple-bikehorn.md deleted file mode 100644 index d7bab3586..000000000 --- a/src/en/tutorials/super-simple-14/adding-a-simple-bikehorn.md +++ /dev/null @@ -1,3 +0,0 @@ -# Adding a Simple Bikehorn - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/basic-networking-and-you.md b/src/en/tutorials/super-simple-14/basic-networking-and-you.md deleted file mode 100644 index 66ea60e08..000000000 --- a/src/en/tutorials/super-simple-14/basic-networking-and-you.md +++ /dev/null @@ -1,3 +0,0 @@ -# Basic Networking and You - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/fluent-and-localization.md b/src/en/tutorials/super-simple-14/fluent-and-localization.md deleted file mode 100644 index 45777d48d..000000000 --- a/src/en/tutorials/super-simple-14/fluent-and-localization.md +++ /dev/null @@ -1,3 +0,0 @@ -# Fluent and Localization - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/making-a-sprite-dynamic.md b/src/en/tutorials/super-simple-14/making-a-sprite-dynamic.md deleted file mode 100644 index 6a8839b2c..000000000 --- a/src/en/tutorials/super-simple-14/making-a-sprite-dynamic.md +++ /dev/null @@ -1,3 +0,0 @@ -# Making a Sprite Dynamic - -{{#template ../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/making-a-sprite-dynamic/porting-appearance-visualizers.md b/src/en/tutorials/super-simple-14/making-a-sprite-dynamic/porting-appearance-visualizers.md deleted file mode 100644 index d3994f07e..000000000 --- a/src/en/tutorials/super-simple-14/making-a-sprite-dynamic/porting-appearance-visualizers.md +++ /dev/null @@ -1,3 +0,0 @@ -# Porting Appearance Visualizers - -{{#template ../../../templates/porting.md}} \ No newline at end of file diff --git a/src/en/tutorials/super-simple-14/ui-survival-guide.md b/src/en/tutorials/super-simple-14/ui-survival-guide.md deleted file mode 100644 index a7b2bc4fb..000000000 --- a/src/en/tutorials/super-simple-14/ui-survival-guide.md +++ /dev/null @@ -1,3 +0,0 @@ -# UI Survival Guide - -{{#template ../../templates/porting.md}} \ No newline at end of file