From f70e8ded4057c99c7a64254e970bbbef85586a02 Mon Sep 17 00:00:00 2001 From: Tig Date: Sat, 3 Aug 2024 18:08:51 -0600 Subject: [PATCH] Doc updates --- Terminal.Gui/Views/Shortcut.cs | 2 +- docfx/docs/toc.yml | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Terminal.Gui/Views/Shortcut.cs b/Terminal.Gui/Views/Shortcut.cs index 45c3dea67..02aea5332 100644 --- a/Terminal.Gui/Views/Shortcut.cs +++ b/Terminal.Gui/Views/Shortcut.cs @@ -74,7 +74,7 @@ public class Shortcut : View, IOrientation, IDesignable CommandView = new () { Width = Dim.Auto (), - Height = Dim.Auto (1) + Height = Dim.Auto (DimAutoStyle.Auto, minimumContentDim: 1) }; HelpView.Id = "_helpView"; diff --git a/docfx/docs/toc.yml b/docfx/docs/toc.yml index 1b663b8e2..ff84a6316 100644 --- a/docfx/docs/toc.yml +++ b/docfx/docs/toc.yml @@ -4,24 +4,28 @@ href: getting-started.md - name: What's new in v2 href: newinv2.md -- name: v1 To v2 Migration Guide +- name: v1 To v2 Migration href: migratingfromv1.md - name: List of Views href: views.md +- name: Layout Engine + href: layout.md +- name: Navigation + href: navigation.md +- name: Keyboard + href: keyboard.md +- name: Mouse + href: mouse.md - name: Configuration href: config.md -- name: Drawing (Text, Lines, and Color) +- name: Drawing href: drawing.md -- name: Cross-platform Driver Model +- name: Drivers href: drivers.md -- name: Keyboard Event Processing - href: keyboard.md -- name: Mouse Event Processing - href: mouse.md -- name: The View Layout Engine - href: layout.md -- name: Mutli-Tasking and Application Main Loop +- name: Multi-Tasking href: mainloop.md +- name: Dim.Auto Deep Dive + href: dimauto.md - name: TableView Deep Dive href: tableview.md - name: TreeView Deep Dive