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.
Step 1: App
Open app folder.
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
Step 1: Public
Open public
folder then upload your logo save as favicon.ico
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.
Step 1: Add new Folder
for example adding a folder for routes how-to-install-myplugin
Step 2: Add new File
add index.mdx
file in that folder
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 --->
To write markdown content you can use all the Components
Published on Nov 29, 2024