浏览代码

added links

Tig 1 年之前
父节点
当前提交
e60a69210a
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 3 1
      docfx/docs/newinv2.md
  2. 2 0
      docfx/docs/toc.yml

+ 3 - 1
docfx/docs/newinv2.md

@@ -1,6 +1,8 @@
 # Terminal.Gui v2
 # 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 
 ## Modern Look & Feel 
 
 

+ 2 - 0
docfx/docs/toc.yml

@@ -4,6 +4,8 @@
   href: getting-started.md
   href: getting-started.md
 - name: What's new in v2
 - name: What's new in v2
   href: newinv2.md
   href: newinv2.md
+- name: v1 To v2 Migration Guide
+  href: migratingfromv1.md  
 - name: List of Views
 - name: List of Views
   href: views.md
   href: views.md
 - name: Configuration
 - name: Configuration