Pārlūkot izejas kodu

Updated API docs to clearly show v2

Tigger Kindel 1 gadu atpakaļ
vecāks
revīzija
3b104b85f0
4 mainītis faili ar 10 papildinājumiem un 2 dzēšanām
  1. 3 0
      docfx/articles/newinv2.md
  2. 1 1
      docfx/articles/overview.md
  3. 4 1
      docfx/index.md
  4. 2 0
      docfx/toc.yml

+ 3 - 0
docfx/articles/newinv2.md

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

+ 1 - 1
docfx/articles/overview.md

@@ -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

+ 4 - 1
docfx/index.md

@@ -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)

+ 2 - 0
docfx/toc.yml

@@ -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