From aea41861b19a22cf071f8f7ecf69bc21e8aa5633 Mon Sep 17 00:00:00 2001 From: Steven Linn Date: Sun, 16 Apr 2023 20:10:48 -0600 Subject: [PATCH 1/2] Update getting-started.md with Tabletop Simulator Added Tabletop Simulator type definitions to the list of declarations in the Getting Started section of the docs. --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index b44c9bb..cd82c85 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -120,5 +120,6 @@ Additionally, type declarations exist for some games: - [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) ([template](https://github.com/DarkMio/retro-gadgets-template)) - [World of Warcraft](https://github.com/wartoshika/wow-declarations) - [World of Warcraft Classic](https://github.com/wartoshika/wow-classic-declarations) +- [Tabletop Simulator](https://github.com/stevenlafl/tts-typescript) (If you have created type declarations for a new game, you can click on the "Edit this page" link below to add it to the list.) From 5fc88300da9ff7e25d6f623cdad6dfb376631ee2 Mon Sep 17 00:00:00 2001 From: Steven Linn Date: Sun, 16 Apr 2023 20:14:49 -0600 Subject: [PATCH 2/2] Alphabetize list of declarations. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index cd82c85..43cf72b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -118,8 +118,8 @@ Additionally, type declarations exist for some games: - [Factorio](https://github.com/GlassBricks/typed-factorio) - [Garry's Mod](https://github.com/lolleko/gmod-typescript) - [Retro Gadget](https://github.com/DarkMio/retro-gadgets-typedefs) ([template](https://github.com/DarkMio/retro-gadgets-template)) +- [Tabletop Simulator](https://github.com/stevenlafl/tts-typescript) - [World of Warcraft](https://github.com/wartoshika/wow-declarations) - [World of Warcraft Classic](https://github.com/wartoshika/wow-classic-declarations) -- [Tabletop Simulator](https://github.com/stevenlafl/tts-typescript) (If you have created type declarations for a new game, you can click on the "Edit this page" link below to add it to the list.)