diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-20 09:28:58 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 09:28:58 +1100 |
| commit | 02c6a88d8af08d3e3ae79724d9fb12d4a0f8222f (patch) | |
| tree | 7289cc9eaefb6119fd6635bc742ab25cded83929 /docs/toc.json | |
| parent | 973c33c8995f63da187daa6a434333315192b521 (diff) | |
docs: improve manual around typescript (#8139)
Fixes #9054
Diffstat (limited to 'docs/toc.json')
| -rw-r--r-- | docs/toc.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/toc.json b/docs/toc.json index 6d1896999..f125840f1 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -10,7 +10,6 @@ "first_steps": "First steps", "command_line_interface": "Command line interface", "permissions": "Permissions", - "typescript": "Using TypeScript", "webassembly": "Using WebAssembly", "debugging_your_code": "Debugging your code" } @@ -21,7 +20,6 @@ "stability": "Stability", "program_lifecycle": "Program lifecycle", "permission_apis": "Permission APIs", - "compiler_apis": "Compiler APIs", "web_platform_apis": "Web Platform APIs", "location_api": "Location API", "workers": "Workers" @@ -36,6 +34,17 @@ "import_maps": "Import maps" } }, + "typescript": { + "name": "Using TypeScript", + "children": { + "overview": "Overview", + "configuration": "Configuration", + "types": "Types and type declarations", + "migration": "Migrating to/from JavaScript", + "runtime": "Runtime compiler APIs", + "faqs": "Frequently asked questions" + } + }, "standard_library": { "name": "Standard library" }, |
