From e60a69210aea14e37ab07d99284e541f851d8566 Mon Sep 17 00:00:00 2001 From: Tig Date: Tue, 7 May 2024 15:57:01 -0600 Subject: [PATCH] added links --- docfx/docs/newinv2.md | 4 +++- docfx/docs/toc.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docfx/docs/newinv2.md b/docfx/docs/newinv2.md index 3837888ff..90f27a8e0 100644 --- a/docfx/docs/newinv2.md +++ b/docfx/docs/newinv2.md @@ -1,6 +1,8 @@ # Terminal.Gui v2 -Check out this Discussion: https://github.com/gui-cs/Terminal.Gui/discussions/2448 +This document provides an overview of the new features and improvements in Terminal.Gui v2. + +For information on how to port code from v1 to v2, see the [v1 To v2 Migration Guide](migratingfromv1.md). ## Modern Look & Feel diff --git a/docfx/docs/toc.yml b/docfx/docs/toc.yml index 142a30aff..1b663b8e2 100644 --- a/docfx/docs/toc.yml +++ b/docfx/docs/toc.yml @@ -4,6 +4,8 @@ href: getting-started.md - name: What's new in v2 href: newinv2.md +- name: v1 To v2 Migration Guide + href: migratingfromv1.md - name: List of Views href: views.md - name: Configuration