Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.36 KB

File metadata and controls

51 lines (32 loc) · 1.36 KB

Go Advanced Admin - Documentation

This repository contains the documentation for the Go Advanced Admin Panel.

License: Apache-2.0

The documentation is now built with MkDocs and the Material for MkDocs theme, and is hosted at goadmin.dev.

Contributing to the Documentation

We welcome contributions to improve the documentation! If you'd like to contribute:

  1. Clone this repository.
  2. Make your changes or additions.
  3. Submit a pull request for review.

Please ensure that your contributions align with the project's style and guidelines.

Building the Documentation Locally

To work on the documentation locally:

  1. Ensure you have a recent version of Python installed.

  2. Install the required dependencies:

    pip install mkdocs-material
  3. Start the live preview server:

    mkdocs serve

    The site will be available at http://127.0.0.1:8000. MkDocs rebuilds the site whenever you save changes.

  4. To produce a static build:

    mkdocs build

    The generated site will be written to the site/ directory (ignored by Git).

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.