Updated API docs to clearly show v2

This commit is contained in:
Tigger Kindel
2023-12-01 20:23:33 -07:00
parent 0d5b89ba25
commit 3b104b85f0
4 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
# Terminal.Gui v2
Checkout this Discussion: https://github.com/gui-cs/Terminal.Gui/discussions/2448

View File

@@ -1,4 +1,4 @@
# Terminal.Gui API Overview
# Terminal.Gui v2 API Overview
`Terminal.Gui` is a library intended to create console-based
applications using C#. The framework has been designed to make it

View File

@@ -1,4 +1,6 @@
# Terminal.Gui - Cross Platform Terminal UI toolkit for .NET
# Terminal.Gui v2 - Cross Platform Terminal UI toolkit for .NET
**NOTE** v2 is still in development (see the `v2_develop` branch). The current stable version of v1 is in the `develop` branch, and released from main.
A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
@@ -8,6 +10,7 @@ A toolkit for building rich console apps for .NET, .NET Core, and Mono that work
## Terminal.Gui API Documentation
* [What's new in v2](~/articles/newinv2.md)
* [API Reference](~/api/Terminal.Gui/Terminal.Gui.yml)
* [Views and controls built into the Terminal.Gui library](~/articles/views.md)
* [Terminal.Gui API Overview](~/articles/overview.md)

View File

@@ -1,3 +1,5 @@
- name: What's new in Terminal.Gui v2
href: articles/newinv2.md
- name: Overview
href: articles/overview.md
- name: Conceptual Docs