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" ] },