Skip to content

Commit 6996bef

Browse files
committed
Merge branch 'master' of https://github.com/ScarKy0/docs
2 parents ff7536e + 65995b0 commit 6996bef

133 files changed

Lines changed: 7777 additions & 892 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/src/en/community/admin/ @Chief-Engineer
2-
/src/en/community/admin.md @Chief-Engineer
3-
/src/en/robust-toolbox/toolshed/ @moonheart08
4-
/src/en/robust-toolbox/toolshed.md @moonheart08
5-
/src/en/templates/ @moonheart08
6-
/src/en/proposals/ @jezithyr
7-
/src/en/templates/ @jezithyr
1+
/src/en/community/admin/ @nikthechampiongr @crazybrain23
2+
/src/en/community/admin.md @nikthechampiongr @crazybrain23
83
/src/ru/* @ficcialfaint

.github/workflows/test-summary.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test SUMMARY.md
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
test-summary:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v4
13+
- name: Run SUMMARY.md link check
14+
run: python tests/test_summary.py

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ warning-policy = "ignore" # false-positives like hell with absolute links & late
123123
"/en/engine/sprites-icons/index.html" = "/en/robust-toolbox/rendering/sprites-and-icons.html"
124124
"/hosting/hub-rules/index.html" = "/en/community/space-wizards-hub-rules.html"
125125
"/en/hosting/hub-rules/index.html" = "/en/community/space-wizards-hub-rules.html"
126+
"/en/server-hosting/setting-up-redbot.html" = "/en/server-hosting/setting-up-discord-integration.html"

src/SUMMARY.md

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ General Development
4141
- [Work Groups](en/general-development/work-groups.md)
4242
- [Game Area Design Documents](en/general-development/game-area-design-doc.md)
4343
- [Contributing Translations](en/general-development/contributing-translations.md)
44+
- [Github Moderation Guidelines](en/general-development/github-moderation-guidelines.md)
4445

4546
SS14 By Example
4647
===============
@@ -72,15 +73,19 @@ Robust Toolbox
7273
- [Physics](en/robust-toolbox/transform/physics.md)
7374
- [Grids](en/robust-toolbox/transform/grids.md)
7475
- [Toolshed](en/robust-toolbox/toolshed.md)
76+
- [Variables](en/robust-toolbox/toolshed/variables.md)
77+
- [Blocks](en/robust-toolbox/toolshed/blocks.md)
7578
- [Types](en/robust-toolbox/toolshed/types.md)
76-
- [Toolshed and (S)CSI](en/robust-toolbox/toolshed/toolshed-and-scsi.md)
77-
- [Environments](en/robust-toolbox/toolshed/environments.md)
78-
- [Invocation contexts](en/robust-toolbox/toolshed/invocation-contexts.md)
7979
- [Commands](en/robust-toolbox/toolshed/commands.md)
80+
- [Emplace & Do](en/robust-toolbox/toolshed/commands/emplace.md)
8081
- [Entities](en/robust-toolbox/toolshed/commands/entity-control.md)
8182
- [General](en/robust-toolbox/toolshed/commands/general.md)
8283
- [Miscellaneous](en/robust-toolbox/toolshed/commands/misc.md)
8384
- [Toolshed Examples](en/robust-toolbox/toolshed/toolshed-examples.md)
85+
- [Development](en/robust-toolbox/toolshed/development.md)
86+
- [Toolshed and (S)CSI](en/robust-toolbox/toolshed/toolshed-and-scsi.md)
87+
- [Environments](en/robust-toolbox/toolshed/environments.md)
88+
- [Invocation contexts](en/robust-toolbox/toolshed/invocation-contexts.md)
8489
- [User Interface](en/robust-toolbox/user-interface.md)
8590
- [IoC](en/robust-toolbox/ioc.md)
8691
- [Rendering]()
@@ -118,6 +123,7 @@ Space Station 14
118123
- [Device Network](en/space-station-14/core-tech/device-network.md)
119124
- [NPCs](en/space-station-14/core-tech/npcs.md)
120125
- [Entity Tables](en/space-station-14/core-tech/entity-tables.md)
126+
- [Body](en/space-station-14/core-tech/body.md)
121127
- [Chemistry](en/space-station-14/core-tech/chemistry.md)
122128
- [Metabolism](en/space-station-14/core-tech/chemistry/metabolism.md)
123129
- [Reactions](en/space-station-14/core-tech/chemistry/reactions.md)
@@ -145,6 +151,7 @@ Space Station 14
145151
- [PR Guidelines](en/space-station-14/character-species/guidelines.md)
146152
147153
- [Proposals]()
154+
- [Vulpkanin](en/space-station-14/character-species/proposals/vulpkanin.md)
148155

149156
- [Combat](en/space-station-14/combat.md)
150157
- [PR Guidelines](en/space-station-14/combat/guidelines.md)
@@ -181,6 +188,8 @@ Space Station 14
181188
- [Antagonists](en/space-station-14/round-flow/antagonists.md)
182189
- [Exterimator](en/space-station-14/round-flow/antagonists/exterminator.md)
183190
- [Thief](en/space-station-14/round-flow/antagonists/thief.md)
191+
- [Xenoborgs](en/space-station-14/round-flow/antagonists/Xenoborgs.md)
192+
- [Pursuer](en/space-station-14/round-flow/antagonists/pursuer.md)
184193

185194
- [Proposals]()
186195
- [Cleanup Crew Gamemode](en/space-station-14/round-flow/proposals/cleanup-crew-gamemode.md)
@@ -189,25 +198,33 @@ Space Station 14
189198
- [Pizza Delivery Critter](en/space-station-14/round-flow/proposals/pizza-delivery-critter.md)
190199
- [Rogue Drones](en/space-station-14/round-flow/proposals/rogue-drones.md)
191200
- [Turf War](en/space-station-14/round-flow/proposals/turf-war.md)
192-
- [Changeling](en/space-station-14/round-flow/proposals/changeling.md)
201+
- [Changeling](en/space-station-14/round-flow/proposals/changeling.md)
202+
- [Paradox Clone](en/space-station-14/round-flow/proposals/paradox-clone.md)
203+
- [Revolutionaries Rework](en/space-station-14/round-flow/proposals/revolutionaries-codeword-rework.md)
204+
- [Tourists](en/space-station-14/round-flow/proposals/tourists.md)
193205
194206
- [User Interface](en/space-station-14/user-interface.md)
195207
- [PR Guidelines](en/space-station-14/user-interface/guidelines.md)
196208
197209
- [Proposals]()
198210
- [Stat Panels](en/space-station-14/user-interface/proposals/statpanels.md)
211+
- [Playtime Reminders](en/space-station-14/user-interface/proposals/playtimereminders.md)
199212
- [Departments](en/space-station-14/departments.md)
200213
- [Atmos](en/space-station-14/departments/atmos.md)
201214
- [PR Guidelines](en/space-station-14/departments/atmos/guidelines.md)
202215

203216
- [Proposals]()
204217
- [Atmos Rework](en/space-station-14/departments/atmos/proposals/atmos-rework.md)
218+
- [Station Air Recirculation](en/space-station-14/departments/atmos/proposals/station-air-recirculation.md)
219+
- [Inverse Pneumatic Valves](en/space-station-14/departments/atmos/proposals/inverse-pneumatic-valves.md)
205220

206-
- [Cargo/Salvage](en/space-station-14/departments/cargo-salvage.md)
207-
- [PR Guidelines](en/space-station-14/departments/cargo-salvage/guidelines.md)
208-
209-
- [Proposals]()
210-
- [Salvage Proposal](en/space-station-14/departments/cargo-salvage/proposals/salvage-proposal.md)
221+
222+
- [Cargo](en/space-station-14/departments/cargo.md)
223+
- [PR Guidelines](en/space-station-14/departments/cargo/guidelines.md)
224+
225+
- [Proposals]()
226+
- [Salvage Proposal](en/space-station-14/departments/cargo/proposals/salvage-proposal.md)
227+
- [Mail Deliveries](en/space-station-14/departments/cargo/proposals/mail-delivery.md)
211228

212229
- [Command](en/space-station-14/departments/command.md)
213230
- [PR Guidelines](en/space-station-14/departments/command/guidelines.md)
@@ -216,7 +233,6 @@ Space Station 14
216233
- [Engineering](en/space-station-14/departments/engineering.md)
217234
- [PR Guidelines](en/space-station-14/departments/engineering/guidelines.md)
218235
219-
- [Machine Upgrading Rework](en/space-station-14/departments/engineering/proposals/machine-upgrading-rework.md)
220236
- [Pow3r](en/space-station-14/departments/engineering/pow3r.md)
221237

222238
- [Proposals]()
@@ -226,6 +242,7 @@ Space Station 14
226242
- [Signaller Rework](en/space-station-14/departments/engineering/proposals/signaller-rework.md)
227243

228244
- [Medical](en/space-station-14/departments/medical.md)
245+
- [Medical Workgroup](en/space-station-14/departments/medical/medical-workgroup.md)
229246
- [PR Guidelines](en/space-station-14/departments/medical/guidelines.md)
230247

231248
- [Proposals]()
@@ -244,6 +261,7 @@ Space Station 14
244261
- [Proposals]()
245262
- [GenPop Prisoners](en/space-station-14/departments/security/proposals/genpop-prisoners.md)
246263
- [Reduced Metagaming Mechanics](en/space-station-14/departments/security/proposals/reduced-metagaming.md)
264+
- [Secdog Unit Ghost role](en/space-station-14/departments/security/proposals/SecDog.md)
247265
- [Service](en/space-station-14/departments/service.md)
248266
- [PR Guidelines](en/space-station-14/departments/service/guidelines.md)
249267

@@ -271,7 +289,7 @@ Server Hosting
271289
- [Setting up SS14.Changelog](en/server-hosting/setting-up-ss14-changelog.md)
272290
- [Setting up SS14.Watchdog](en/server-hosting/setting-up-ss14-watchdog.md)
273291
- [OAuth](en/server-hosting/oauth.md)
274-
- [Setting up a Discord Bot](en/server-hosting/setting-up-redbot.md)
292+
- [Setting up Discord Integration](en/server-hosting/setting-up-discord-integration.md)
275293
- [Maintenance]()
276294
- [Debugging server lockups](en/server-hosting/maintenance/debugging-server-lockups.md)
277295

@@ -306,6 +324,7 @@ Community
306324
- [Admin](en/community/admin.md)
307325
- [Admin Tooling](en/community/admin/admin-tooling.md)
308326
- [Admin Command Cookbook](en/community/admin/admin-tooling/admin-command-cookbook.md)
327+
- [Scripting](en/community/admin/admin-tooling/scripting.md)
309328
- [Wizards Den Admin Policy](en/community/admin/wizards-den-admin-policy.md)
310329
- [Wizards Den Banning Policy](en/community/admin/wizards-den-banning-policy.md)
311330
- [Wizards Den MRP Policy](en/community/admin/wizards-den-mrp-policy.md)
@@ -325,19 +344,43 @@ Staff
325344
----------------------
326345
- [Project Manager](en/wizden-staff/projectmanager.md)
327346
- [Maintainer](en/wizden-staff/maintainer.md)
347+
- [Adding New Maintainers](en/wizden-staff/maintainer/adding-new-maintainers.md)
348+
- [Changing Maintainer Policy](en/wizden-staff/maintainer/changing-maintainer-policy.md)
349+
- [Useful Maintainer Tools](en/wizden-staff/maintainer/maintainer-tools.md)
328350
- [Maintainer Policy](en/wizden-staff/maintainer/maintainer-policy.md)
351+
- [Workgroup Policy](en/wizden-staff/maintainer/maintainer-workgroup-policy.md)
329352
- [Reviewing Procedure](en/wizden-staff/maintainer/review-procedure.md)
353+
- [Review Whitelist](en/wizden-staff/maintainer/review-whitelist.md)
330354
- [Hotfix Procedure](en/wizden-staff/maintainer/hotfix-procedure.md)
331355
- [Triage Procedure](en/wizden-staff/maintainer/triage-procedure.md)
356+
- [Release Procedure](en/wizden-staff/release-procedure.md)
332357
- [Space Wizards Role Hierarchy](en/wizden-staff/space-wizards-role-hierarchy.md)
333358
- [Space Wizards Maintainer List](en/wizden-staff/space-wizards-maintainer-list.md)
334359
- [Staff Policy](en/wizden-staff/staff-policy.md)
335360
- [Staff Conflict Resolution](en/wizden-staff/staff-conflict-resolution.md)
361+
- [Internal Affairs Team](en/wizden-staff/internal-affairs-team.md)
336362

337363
Maintainer Meetings
338364
==============
339365

340366
----------------------
367+
368+
- [2025-10-11](en/maintainer-meetings/maintainer-meeting-2025-10-11.md)
369+
- [2025-09-27](en/maintainer-meetings/maintainer-meeting-2025-09-27.md)
370+
- [2025-09-13](en/maintainer-meetings/maintainer-meeting-2025-09-13.md)
371+
- [2025-08-30](en/maintainer-meetings/maintainer-meeting-2025-08-30.md)
372+
- [2025-08-16](en/maintainer-meetings/maintainer-meeting-2025-08-16.md)
373+
- [2025-08-02](en/maintainer-meetings/maintainer-meeting-2025-08-02.md)
374+
- [2025-07-19](en/maintainer-meetings/maintainer-meeting-2025-07-19.md)
375+
- [2025-07-05](en/maintainer-meetings/maintainer-meeting-2025-07-05.md)
376+
- [2025-06-07](en/maintainer-meetings/maintainer-meeting-2025-06-07.md)
377+
- [2025-05-10](en/maintainer-meetings/maintainer-meeting-2025-05-10.md)
378+
- [2025-04-27](en/maintainer-meetings/maintainer-meeting-2025-04-27.md)
379+
- [2025-04-12](en/maintainer-meetings/maintainer-meeting-2025-04-12.md)
380+
- [2025-03-29](en/maintainer-meetings/maintainer-meeting-2025-03-29.md)
381+
- [2025-03-15](en/maintainer-meetings/maintainer-meeting-2025-03-15.md)
382+
- [2025-03-01](en/maintainer-meetings/maintainer-meeting-2025-03-01.md)
383+
- [2025-02-15](en/maintainer-meetings/maintainer-meeting-2025-02-15.md)
341384
- [2025-02-01](en/maintainer-meetings/maintainer-meeting-2025-02-01.md)
342385
- [2025-01-18](en/maintainer-meetings/maintainer-meeting-2025-01-18.md)
343386
- [2025-01-04](en/maintainer-meetings/maintainer-meeting-2025-01-04.md)
@@ -394,6 +437,7 @@ Admin Meetings
394437
==============
395438

396439
----------------------
440+
- [2025-04-06](en/admin-meetings/admin-meeting-2025-04-06.md)
397441
- [2024-05-18](en/admin-meetings/admin-meeting-2024-05-18.md)
398442
- [2024-04-27](en/admin-meetings/admin-meeting-2024-04-27.md)
399443
- [2024-03-30](en/admin-meetings/admin-meeting-2024-03-30.md)

0 commit comments

Comments
 (0)