Skip to content

Commit 053ebbf

Browse files
author
Lasim
committed
feat: add icon to index.mdx and update layout.tsx sidebar configuration
1 parent 1a07bb6 commit 053ebbf

3 files changed

Lines changed: 2 additions & 66 deletions

File tree

app/docs/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default function Layout({ children }: { children: ReactNode }) {
1414
}}
1515
sidebar={{
1616
defaultOpenLevel: 1,
17+
tabs: false,
1718
}}
1819
>
1920
{children}

docs/__index.mdx__

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: DeployStack Documentation
33
description: Welcome to DeployStack documentation. Learn how to automate Docker Compose deployments across cloud providers with Infrastructure as Code templates and one-click deployments.
4+
icon: CircleHelp
45
---
56

67
import { CloudUpload, Terminal, FileText, Container, BookOpenText, MessageCircleHeart } from 'lucide-react';

0 commit comments

Comments
 (0)