Quick Start Guide

This section provides an overview of Quick Start Guide.

Follow these simple instructions to set up your project efficiently and begin creating content without delay!:

Homepage

to change the homepage you can open the app folder.

1

Step 1: App

Open app folder.

2

Step 2: Page.tsx

Edit page.tsx file for home content.

Docu.json

Change logo, menu, routes and footer directly in docu.json

Change Logo & Favicon

Save your logo, give it the name docu.svg then for the favicon, save your logo, give it the name favicon.ico

1

Step 1: Public

Open public folder then upload your logo save as favicon.ico

2

Step 2: Public/images

Open public folder --> images then upload your logo and save as docu.svg

Contents

Open contents/docs/getting-started folder add new folder to add content.

1

Step 1: Add new Folder

for example adding a folder for routes how-to-install-myplugin

2

Step 2: Add new File

add index.mdx file in that folder

3

Step 3: Writing the Content

To write content, you must first add metadata to the first line.

---
title : Title
description : Description
date : 10-12-2024
---
<--- this is where you write the content --->
Warning:

To write markdown content you can use all the Components

Published on Nov 29, 2024