This repository contains the source code for d7y.io.
It’s built by Docusaurus 3, a modern static website generator.
Add or Update Docs
When you add or modify the docs,
these five files(docs/, docs/resource/, and sidebars/docs.js) should be taken into consideration.
Create a markdown file in the directory docs/. All markdown files need to follow the format,
that the title at the beginning should be in the following format:
---
title: Title Name
---
If you need image resources in markdown, put the image in the docs/resource/ directory.
you should put the image resources here and use a relative path like below:

sidebars/docs.js, this file contain the navigation information.
Please read the official docs of docusaurus to learn how to write sidebar.js.
Dragonfly Website
This repository contains the source code for d7y.io.
It’s built by Docusaurus 3, a modern static website generator.
Add or Update Docs
When you add or modify the docs, these five files(
docs/,docs/resource/, andsidebars/docs.js) should be taken into consideration.Create a markdown file in the directory
docs/. All markdown files need to follow the format, that the title at the beginning should be in the following format:If you need image resources in markdown, put the image in the
docs/resource/directory. you should put the image resources here and use a relative path like below:sidebars/docs.js, this file contain the navigation information. Please read the official docs of docusaurus to learn how to writesidebar.js.Website Development
Installation
Local Development
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
This command generates static content into the
builddirectory and can be served using any static contents hosting service.