From 015854bf2f0901205df29462daedbe511039985f Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Fri, 3 Nov 2023 11:34:46 -0400 Subject: [PATCH] Documentation edits made through Mintlify web editor --- features/images.mdx | 4 ++-- features/markdown.mdx | 4 ++-- mint.json | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/features/images.mdx b/features/images.mdx index 4c15177..17a3252 100644 --- a/features/images.mdx +++ b/features/images.mdx @@ -1,6 +1,6 @@ --- -title: 'Images and Embeds' -description: 'Add image, video, and other HTML elements' +title: 'Image Viewer' +description: 'View images directly in the terminal' icon: 'image' --- diff --git a/features/markdown.mdx b/features/markdown.mdx index c8ad9c1..9c92bec 100644 --- a/features/markdown.mdx +++ b/features/markdown.mdx @@ -1,6 +1,6 @@ --- -title: 'Markdown Syntax' -description: 'Text, title, and styling in standard markdown' +title: 'Markdown Editor' +description: 'Edit markdown directly in your terminal' icon: 'text-size' --- diff --git a/mint.json b/mint.json index 213e9d4..f70d778 100644 --- a/mint.json +++ b/mint.json @@ -62,6 +62,8 @@ "pages": [ "features/appearance", "features/connections", + "features/markdown", + "features/images", "features/navigation" ] },