mirror of https://github.com/statping/statping
generate help URL from Wiki files
parent
efa6892fde
commit
b1a9d534eb
2
Makefile
2
Makefile
|
@ -225,6 +225,8 @@ dev-deps:
|
||||||
$(GOCMD) get github.com/mgechev/revive
|
$(GOCMD) get github.com/mgechev/revive
|
||||||
$(GOCMD) get github.com/fatih/structs
|
$(GOCMD) get github.com/fatih/structs
|
||||||
$(GOGET) github.com/ararog/timeago
|
$(GOGET) github.com/ararog/timeago
|
||||||
|
$(GOGET) gopkg.in/natefinch/lumberjack.v2
|
||||||
|
$(GOGET) golang.org/x/crypto/bcrypt
|
||||||
|
|
||||||
# remove files for a clean compile/build
|
# remove files for a clean compile/build
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -41,7 +41,7 @@ func main() {
|
||||||
utils.Command("git clone https://github.com/hunterlong/statping.wiki.git")
|
utils.Command("git clone https://github.com/hunterlong/statping.wiki.git")
|
||||||
|
|
||||||
pages := []string{"Types-of-Monitoring", "Features", "Start-Statping", "Linux", "Mac", "Windows", "AWS-EC2", "Docker", "Mobile-App", "Heroku", "API", "Makefile",
|
pages := []string{"Types-of-Monitoring", "Features", "Start-Statping", "Linux", "Mac", "Windows", "AWS-EC2", "Docker", "Mobile-App", "Heroku", "API", "Makefile",
|
||||||
"Notifiers", "Notifier-Events", "Notifier-Example", "Prometheus-Exporter", "SSL", "Config-with-.env-File", "Static-Export", "Statping-Plugins", "Statuper", "Contributing", "PGP-Signature", "Testing"}
|
"Notifiers", "Notifier-Events", "Notifier-Example", "Prometheus-Exporter", "SSL", "Config-with-.env-File", "Static-Export", "Statping-Plugins", "Statuper", "Build-and-Test", "Contributing", "PGP-Signature", "Testing", "Deployment"}
|
||||||
newPages := map[string]string{}
|
newPages := map[string]string{}
|
||||||
|
|
||||||
for k, v := range pages {
|
for k, v := range pages {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue