mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Updated API docs to clearly show v2
This commit is contained in:
3
docfx/articles/newinv2.md
Normal file
3
docfx/articles/newinv2.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Terminal.Gui v2
|
||||
|
||||
Checkout this Discussion: https://github.com/gui-cs/Terminal.Gui/discussions/2448
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user