Skip to content

Commit

Permalink
supersimple -> ss14 by example, atomize tutorials into their own sect…
Browse files Browse the repository at this point in the history
…ions for hosting and ss14be
  • Loading branch information
mirrorcult committed Sep 12, 2023
1 parent 09e56d3 commit 4b72e51
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 50 deletions.
35 changes: 20 additions & 15 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
==============

Expand All @@ -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
==============
Expand Down
2 changes: 1 addition & 1 deletion src/en/general-development/setup/howdoicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Server Hosting
# Port Forwarding

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/server-hosting/server-replay-recording.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Server Replay Recording

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/server-hosting/setting-up-robust-cdn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Setting up Robust.Cdn

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/server-hosting/setting-up-ss14-admin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Setting up SS14.Admin

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/server-hosting/setting-up-ss14-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Setting up SS14.Changelog

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/ss14-by-example/adding-a-simple-bikehorn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Adding a Simple Bikehorn

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/ss14-by-example/basic-networking-and-you.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Basic Networking and You

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/ss14-by-example/fluent-and-localization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Fluent and Localization

{{#template ../templates/porting.md}}
3 changes: 3 additions & 0 deletions src/en/ss14-by-example/making-a-sprite-dynamic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Making a Sprite Dynamic

{{#template ../templates/porting.md}}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Setting up SS14.Admin
# Porting Appearance Visualizers

{{#template ../../templates/porting.md}}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Super Simple 14
# UI Survival Guide

{{#template ../templates/porting.md}}
3 changes: 0 additions & 3 deletions src/en/tutorials/server-hosting/port-forwarding.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/server-hosting/server-replay-recording.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/server-hosting/setting-up-robust-cdn.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/server-hosting/setting-up-ss14-changelog.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/super-simple-14/adding-a-simple-bikehorn.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/super-simple-14/basic-networking-and-you.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/super-simple-14/fluent-and-localization.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/super-simple-14/making-a-sprite-dynamic.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/en/tutorials/super-simple-14/ui-survival-guide.md

This file was deleted.

0 comments on commit 4b72e51

Please sign in to comment.