-
+
-A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
+A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
+
diff --git a/docs/index.json b/docs/index.json
index 49c0423ff..49b604bfa 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -1301,8 +1301,8 @@
},
"index.html": {
"href": "index.html",
- "title": "Terminal.Gui - Terminal UI toolkit for .NET",
- "keywords": "Terminal.Gui - Terminal UI toolkit for .NET A simple UI toolkit for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. Terminal.Gui Project on GitHub Terminal.Gui API Documentation API Reference Views and controls built into the Terminal.Gui library Terminal.Gui API Overview Keyboard Event Processing Event Processing and the Application Main Loop TableView Deep Dive TreeView Deep Dive UI Catalog 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 UI Catalog Source"
+ "title": "Terminal.Gui - Cross Platform Terminal UI toolkit for .NET",
+ "keywords": "Terminal.Gui - Cross Platform Terminal UI toolkit for .NET A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix. Terminal.Gui Project on GitHub Terminal.Gui API Documentation API Reference Views and controls built into the Terminal.Gui library Terminal.Gui API Overview Keyboard Event Processing Event Processing and the Application Main Loop TableView Deep Dive TreeView Deep Dive UI Catalog 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 UI Catalog Source"
},
"README.html": {
"href": "README.html",
diff --git a/docs/manifest.json b/docs/manifest.json
index ed7721113..332a0b555 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -3157,15 +3157,12 @@
"version": ""
},
{
- "log_codes": [
- "InvalidFileLink"
- ],
"type": "Conceptual",
"source_relative_path": "articles/views.md",
"output": {
".html": {
"relative_path": "articles/views.html",
- "hash": "lGm0ADuULHQBWWb0zYAZO5MmIudgHUxDp8IvKHNnIjY="
+ "hash": "g9sE7ikfpaAJU7igs3/Dk2ZYH3T/GKa/fDU4IYaw2yE="
}
},
"is_incremental": false,
@@ -3193,13 +3190,46 @@
"is_incremental": false,
"version": ""
},
+ {
+ "type": "Resource",
+ "source_relative_path": "images/sample.gif",
+ "output": {
+ "resource": {
+ "relative_path": "images/sample.gif"
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "images/sample.png",
+ "output": {
+ "resource": {
+ "relative_path": "images/sample.png"
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "Resource",
+ "source_relative_path": "images/wizard.gif",
+ "output": {
+ "resource": {
+ "relative_path": "images/wizard.gif"
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "index.md",
"output": {
".html": {
"relative_path": "index.html",
- "hash": "nONipyTdueJl9Zb0V9z/8z0QQdE08fJbUVEBVToo/Po="
+ "hash": "XWDyl25OXa1/jrN/f3ki6PzqMRjL/91oEdJfKGg7IR4="
}
},
"is_incremental": false,
@@ -3221,23 +3251,25 @@
"incremental_info": [
{
"status": {
- "can_incremental": true,
+ "can_incremental": false,
+ "details": "Disable incremental build by force rebuild option.",
"incrementalPhase": "build",
"total_file_count": 0,
- "skipped_file_count": 0
+ "skipped_file_count": 0,
+ "full_build_reason_code": "ForceRebuild"
},
"processors": {
"ConceptualDocumentProcessor": {
- "can_incremental": true,
+ "can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 9,
- "skipped_file_count": 9
+ "skipped_file_count": 0
},
"ManagedReferenceDocumentProcessor": {
- "can_incremental": true,
+ "can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 253,
- "skipped_file_count": 253
+ "skipped_file_count": 0
},
"ResourceDocumentProcessor": {
"can_incremental": false,
diff --git a/docs/styles/main.css b/docs/styles/main.css
index ee13c51bc..0d28db9c8 100644
--- a/docs/styles/main.css
+++ b/docs/styles/main.css
@@ -114,6 +114,7 @@ article h4 {
-webkit-box-shadow: var(--card-box-shadow);
-moz-box-shadow: var(--card-box-shadow);
box-shadow: var(--card-box-shadow);
+ font-family: 'Source Code Pro', 'Courier New', Courier, monospace
}
.subnav {