Skip to content

Commit

Permalink
Merge pull request #37 from nicelizhi/docs
Browse files Browse the repository at this point in the history
upgrade docs
  • Loading branch information
xxl4 authored Nov 7, 2023
2 parents c2cec1c + 7dea6e8 commit 4a71711
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Easyadmin is a Quick, beautiful and modern admin gererator for Go VUE applicatio

- TimeZone Support

- TODO: unit test


## 🎁 Internal

Expand All @@ -56,6 +54,7 @@ Easyadmin is a Quick, beautiful and modern admin gererator for Go VUE applicatio
1. Service monitoring: View the basic information of some servers.
1. Content management: demo function, including classification management and content management. You can refer to the easy to use quick start.


# Api Document Generate

```
Expand Down
19 changes: 9 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Easy Admin
# easy-admin
[![Build Status](https://github.com/nicelizhi/easy-admin/workflows/Build/badge.svg)](https://github.com/nicelizhi/easy-admin)
[![Release](https://img.shields.io/github/release/nicelizhi/easy-admin.svg?style=flat-square)](https://github.com/nicelizhi/easy-admin/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/nicelizhi/easy-admin)](https://goreportcard.com/report/github.com/nicelizhi/easy-admin)
[![License](https://img.shields.io/github/license/nicelizhi/easy-admin
)](https://github.com/nicelizhi/easy-admin)


> The front-end and back-end separation authority management system based on Gin + Vue is extremely simple to initialize the system. You only need to modify the database connection in the configuration file. The system supports multi-instruction operations. Migration instructions can make it easier to initialize database information. Service instructions It's easy to start the api service.
>> The front-end and back-end separation authority management system based on Gin + Vue is extremely simple to initialize the system. You only need to modify the database connection in the configuration file. The system supports multi-instruction operations. Migration instructions can make it easier to initialize database information. Service instructions It's easy to start the api service.
## ✨ Feature

Expand All @@ -29,12 +29,10 @@

- Multi-command mode

- Support Multi Language
- Multi Language

- TimeZone Support

- TODO: unit test


## 🎁 Internal

Expand All @@ -52,6 +50,7 @@
1. Service monitoring: View the basic information of some servers.
1. Content management: demo function, including classification management and content management. You can refer to the easy to use quick start.


# Api Document Generate

```
Expand All @@ -66,13 +65,13 @@ http://localhost:8000/swagger/admin/index.html

# Install

[Docker Install Easy-Admin](https://nicelizhi.github.io/easy-admin/guide/install/docker)
[Docker Install](https://nicelizhi.github.io/easy-admin/guide/install/docker)

[Docker Composer Install Easy-Admin](https://nicelizhi.github.io/easy-admin/guide/install/docker-composer)
[Docker Composer Install](https://nicelizhi.github.io/easy-admin/guide/install/docker-composer)

[K8s Install Easy-Admin](https://nicelizhi.github.io/easy-admin/guide/install/k8s)
[K8s Install](https://nicelizhi.github.io/easy-admin/guide/install/k8s)

[Binary Install Easy-Admin](https://nicelizhi.github.io/easy-admin/guide/install/binary)
[Binary Install](https://nicelizhi.github.io/easy-admin/guide/install/binary)


# Configure
Expand All @@ -87,4 +86,4 @@ http://localhost:8000/swagger/admin/index.html
[https://gitee.com/nicelizhi/easy-admin/issues](https://gitee.com/nicelizhi/easy-admin/issues) (中国)

# Discussions
[https://github.com/nicelizhi/easy-admin/discussions](https://github.com/nicelizhi/easy-admin/discussions)
[https://github.com/nicelizhi/easy-admin/discussions](https://github.com/nicelizhi/easy-admin/discussions)

0 comments on commit 4a71711

Please sign in to comment.