Easy Docs

How to use?

GitHub Repository

easy-docs is an open-source project. You can find the source code and contribute to the project on GitHub:

Installation Guide

easy-docs is a Next.js application generated with Create Fumadocs. Follow these steps to get started:

  1. Clone the repository:

    git clone https://github.com/DarkInventor/easy-docs.git
    cd easy-docs
  2. Install dependencies:

    pnpm install
  3. Run the development server:

    pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.

Usage

After starting the development server, you can:

  • Edit the content in the pages directory to update your documentation.
  • Modify the styles in styles/globals.css to customize the appearance.
  • Add new pages by creating new .mdx files in the pages directory.

Learn More

To learn more about Next.js and Fumadocs, take a look at the following resources:

To check Easy UI

Contributing

We welcome contributions to easy-docs! Please refer to the CONTRIBUTING.md file in the repository for guidelines on how to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.

On this page