modulepackage
0.0.5
Repository: https://github.com/goadmingroup/librarian.git
Documentation: pkg.go.dev
# README
Librarian
A GoAdmin plugin which see markdown docs.
How To
CLI
- download the cli
- download the database and put the db in your project folder
- set up nav.yml in your docs folder, here is an example
- run:
./librarian --port=9055 --path=./docs
- visit: http://localhost:9055/docs
Use in your GoAdmin app
An example:
cd example
GO111MODULE=on go run main.go
visit: http://localhost:9033/admin/librarian
TODO
- Document encryption
- Edit the new document
- Real-time monitor nav. Yml
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author