Categorygithub.com/goadmingroup/librarian
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

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

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author