From 02d40b8b8d1f48baa21413c2b2dcfba32dc38c37 Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Fri, 3 Nov 2023 11:31:33 -0400 Subject: [PATCH] Documentation edits made through Mintlify web editor --- features/connections.mdx | 2 +- features/history.mdx | 4 +--- mint.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/features/connections.mdx b/features/connections.mdx index ca44bb6..73c34aa 100644 --- a/features/connections.mdx +++ b/features/connections.mdx @@ -1,5 +1,5 @@ --- -title: 'Navigation' +title: 'Connections' description: 'The navigation field in mint.json defines the pages that go in the navigation menu' icon: 'map' --- diff --git a/features/history.mdx b/features/history.mdx index b13fcc8..f09cb94 100644 --- a/features/history.mdx +++ b/features/history.mdx @@ -5,6 +5,4 @@ icon: 'scroll' --- ## Command History -To access standard command history, you can press UpArrow just like in your normal terminal. These commands are filtered to be from the current screen and the current remote. - - +To access standard command history, you can press UpArrow just like in your normal terminal. These commands are filtered to be from the current screen and the current remote. \ No newline at end of file diff --git a/mint.json b/mint.json index c2e0870..65777f5 100644 --- a/mint.json +++ b/mint.json @@ -60,7 +60,7 @@ { "group": "Features", "pages": [ - "features/appearance", + "features/connections", "features/navigation" ] },