Skip to content

Commit f3b6586

Browse files
committed
Move SDK section to README footer
1 parent 66cf79b commit f3b6586

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@ TPS bridges this gap: it is human-readable markdown that any text editor can ope
1616
- **Teleprompter app developers** — engineers who parse and render TPS files in real-time reading applications.
1717
- **Content producers** — video/podcast teams who need structured, reviewable scripts with edit points and timing hints.
1818

19-
## SDK
20-
21-
TPS includes the `ManagedCode.Tps` SDK workspace for parsing, validation, compilation, and playback.
22-
23-
- **SDK catalog page:** [tps.managed-code.com/sdk](https://tps.managed-code.com/sdk/)
24-
- **Workspace overview:** [SDK/README.md](https://github.com/managedcode/TPS/blob/main/SDK/README.md)
25-
- **Glossary:** [docs/Glossary.md](https://github.com/managedcode/TPS/blob/main/docs/Glossary.md)
26-
27-
### Runtime Links
28-
29-
- **TypeScript:** [SDK/ts](https://github.com/managedcode/TPS/tree/main/SDK/ts)
30-
- **JavaScript:** [SDK/js](https://github.com/managedcode/TPS/tree/main/SDK/js)
31-
- **.NET / C#:** [SDK/dotnet](https://github.com/managedcode/TPS/tree/main/SDK/dotnet)
32-
- **Flutter:** [SDK/flutter](https://github.com/managedcode/TPS/tree/main/SDK/flutter)
33-
- **Swift:** [SDK/swift](https://github.com/managedcode/TPS/tree/main/SDK/swift)
34-
- **Java:** [SDK/java](https://github.com/managedcode/TPS/tree/main/SDK/java)
35-
3619
## Reference Coverage
3720

3821
This specification is backed by executable fixtures, not just prose:
@@ -729,3 +712,16 @@ The [`examples/`](examples/) directory contains sample TPS files demonstrating t
729712

730713
- Primary: `.tps` (TelePrompterScript)
731714
- Alternative: `.tps.md` (for markdown-aware editors)
715+
716+
## SDK
717+
718+
TPS includes the `ManagedCode.Tps` SDK workspace.
719+
720+
- **SDK catalog page:** [tps.managed-code.com/sdk](https://tps.managed-code.com/sdk/)
721+
- **Workspace overview:** [SDK/README.md](https://github.com/managedcode/TPS/blob/main/SDK/README.md)
722+
- **TypeScript:** [SDK/ts](https://github.com/managedcode/TPS/tree/main/SDK/ts)
723+
- **JavaScript:** [SDK/js](https://github.com/managedcode/TPS/tree/main/SDK/js)
724+
- **.NET / C#:** [SDK/dotnet](https://github.com/managedcode/TPS/tree/main/SDK/dotnet)
725+
- **Flutter:** [SDK/flutter](https://github.com/managedcode/TPS/tree/main/SDK/flutter)
726+
- **Swift:** [SDK/swift](https://github.com/managedcode/TPS/tree/main/SDK/swift)
727+
- **Java:** [SDK/java](https://github.com/managedcode/TPS/tree/main/SDK/java)

0 commit comments

Comments
 (0)