mirror of
https://github.com/valitydev/registrator.git
synced 2024-11-06 02:45:17 +00:00
analytics
This commit is contained in:
parent
7c79bed6f7
commit
25208b3dcd
1
Makefile
1
Makefile
@ -21,6 +21,7 @@ release:
|
||||
glu hubtag gliderlabs/$(NAME) $(VERSION)
|
||||
|
||||
docs:
|
||||
boot2docker ssh "sync; sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'" || true
|
||||
docker run --rm -it -p 8000:8000 -v $(PWD):/work gliderlabs/pagebuilder mkdocs serve
|
||||
|
||||
circleci:
|
||||
|
@ -3,6 +3,7 @@ site_url: https://gliderlabs.com/registrator
|
||||
repo_url: https://github.com/gliderlabs/registrator
|
||||
dev_addr: 0.0.0.0:8000
|
||||
theme_dir: /pagebuilder/theme
|
||||
google_analytics: ['UA-58928488-1', 'auto']
|
||||
pages:
|
||||
- 'Readme': index.md
|
||||
- 'User Guide':
|
||||
|
Loading…
Reference in New Issue
Block a user