analytics

This commit is contained in:
Jeff Lindsay 2015-08-12 10:07:37 -05:00
parent 7c79bed6f7
commit 25208b3dcd
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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':