Add comprehensive documentation for terminal-ui

- Introduced new documentation files: `Components.md`, `Examples.md`, `Home.md`, `Install.md`, and `index.md`.
- Provided detailed guides on usage, examples, installation, and API components.
- Linked GitHub Pages and repository resources for easy navigation.
This commit is contained in:
!verity
2026-03-14 10:09:33 +01:00
parent 34b683aacf
commit 97a43d9850
5 changed files with 405 additions and 0 deletions

10
docs/index.md Normal file
View File

@@ -0,0 +1,10 @@
# terminal-ui
Java library for terminal UIs: tables, prompts, menus, and more.
- **[Home](Home)** overview
- **[Install](Install)** Gradle / Maven
- **[Components](Components)** what's in the library
- **[Examples](Examples)** runnable code snippets
[GitHub repo](https://github.com/jakubbbdev/terminal-ui) · [Releases](https://github.com/jakubbbdev/terminal-ui/releases) · [Packages](https://github.com/jakubbbdev/terminal-ui/packages)