From 1d287fabe7b7b7621a16bf48a1859704d7f5bc8e Mon Sep 17 00:00:00 2001 From: BDisp Date: Sun, 6 Feb 2022 21:31:33 +0000 Subject: [PATCH] Fixes #1560. Documentation link broken. (#1562) --- docfx/docfx.json | 2 +- docfx/index.md | 8 +++--- .../Terminal.Gui.Application.html | 25 +++++++++++++++++++ docs/index.html | 8 +++--- docs/index.json | 2 +- docs/manifest.json | 7 ++++-- docs/xrefmap.yml | 13 ++++++++++ 7 files changed, 53 insertions(+), 12 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index bb71ab7e9..7e846f655 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -37,7 +37,7 @@ "dest": "api/UICatalog", "shouldSkipMarkup": false, "properties": { - "TargetFramework": "net5.0" + "TargetFramework": "net6.0" } } ], diff --git a/docfx/index.md b/docfx/index.md index 8aa2d9831..b56900e65 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -6,9 +6,9 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac ## Terminal.Gui API Documentation -* [API Reference](/api/Terminal.Gui/Terminal.Gui.html) -* [Terminal.Gui API Overview](/articles/overview.html) -* [Keyboard Event Processing](/articles/keyboard.html) +* [API Reference](api/Terminal.Gui/Terminal.Gui.html) +* [Terminal.Gui API Overview](articles/overview.md) +* [Keyboard Event Processing](articles/keyboard.md) * [Event Processing and the Application Main Loop](articles/mainloop.md) * [TableView Deep Dive](articles/tableview.md) * [TreeView Deep Dive](articles/treeview.md) @@ -17,5 +17,5 @@ A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac UI Catalog is a comprehensive sample library for Terminal.Gui. It provides a simple UI for adding to the catalog of scenarios. -* [UI Catalog API Reference](/api/UICatalog/UICatalog.html) +* [UI Catalog API Reference](api/UICatalog/UICatalog.html) * [UI Catalog Source](https://github.com/migueldeicaza/gui.cs/tree/master/UICatalog) diff --git a/docs/api/Terminal.Gui/Terminal.Gui.Application.html b/docs/api/Terminal.Gui/Terminal.Gui.Application.html index 773a80887..8aed4f75b 100644 --- a/docs/api/Terminal.Gui/Terminal.Gui.Application.html +++ b/docs/api/Terminal.Gui/Terminal.Gui.Application.html @@ -404,6 +404,31 @@ The current +

IsMouseDisabled

+
+Disable or enable the mouse in this Application +
+
+
Declaration
+
+
public static bool IsMouseDisabled { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Boolean

MainLoop

diff --git a/docs/index.html b/docs/index.html index 3068d9894..e3cd67628 100644 --- a/docs/index.html +++ b/docs/index.html @@ -78,9 +78,9 @@

Terminal.Gui API Documentation