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