Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evdigi-ina/generator-docs
Documentations for the Generator
https://github.com/evdigi-ina/generator-docs
docs documentation mkdocs mkdocs-material
Last synced: about 2 months ago
JSON representation
Documentations for the Generator
- Host: GitHub
- URL: https://github.com/evdigi-ina/generator-docs
- Owner: Evdigi-INA
- License: mit
- Created: 2022-12-31T03:54:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T07:44:34.000Z (9 months ago)
- Last Synced: 2024-05-08T08:26:17.540Z (9 months ago)
- Topics: docs, documentation, mkdocs, mkdocs-material
- Language: HTML
- Homepage: https://evdigi-ina.github.io/generator-docs/0.3.0/
- Size: 973 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Documentation for The Generator
[Generator](https://github.com/Evdigi-INA/generator/) is a Laravel-based open-source toolkit for building basic needs for administration interface setup like Create, Read, Update, and Delete. It's the minimalistic template or a starting point for developing CMS system, admin panel, or any other web application that requires CRUD functionality.
### Installation
- Clone the repository
- Install dependency
```bash
pip install mkdocs
pip install mike
pip install mkdocs-material-extensions
pip install pymdown-extensions
pip install mkdocs-material
pip install mkdocs-macros-plugin
```
- Run `mkdocs serve` to start the live-reloading docs server.
- Create a new branch, make changes, and submit a pull request.### License
[MIT License](./LICENSE)
### Contributors