|
@@ -1,14 +1,14 @@
|
|
|
package main
|
|
|
|
|
|
import (
|
|
|
- "github.com/theplant/docgo"
|
|
|
"github.com/qor5/docs/docsrc"
|
|
|
+ "github.com/theplant/docgo"
|
|
|
)
|
|
|
|
|
|
func main() {
|
|
|
docgo.New().
|
|
|
Assets("/assets/", docsrc.Assets).
|
|
|
- MainPageTitle("My Document").
|
|
|
+ MainPageTitle("QOR5 Document").
|
|
|
SitePrefix("/docs/").
|
|
|
DocTree(docsrc.DocTree...).
|
|
|
BuildStaticSite("../docs")
|