mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
docs/Makefile: fix docs-up
Makefile command after 9ccd22c1f6
This commit is contained in:
parent
8c0f93aa55
commit
9d0652fc6e
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
||||||
docs-install:
|
docs-install:
|
||||||
gem install jekyll bundler
|
gem install jekyll bundler
|
||||||
bundle install --gemfile=Gemfile
|
bundle install --gemfile=Gemfile
|
||||||
|
|
||||||
# To run localy you need to use ruby version =< 2.7.6, but not >=3.x , see https://bbs.archlinux.org/viewtopic.php?pid=1976408#p1976408
|
# To run localy you need to use ruby version =< 2.7.6, but not >=3.x , see https://bbs.archlinux.org/viewtopic.php?pid=1976408#p1976408
|
||||||
#
|
#
|
||||||
# run local server for documentation website
|
# run local server for documentation website
|
||||||
# at http://127.0.0.1:4000/
|
# at http://127.0.0.1:4000/
|
||||||
# On first use, please run `make docs-install`
|
# On first use, please run `make docs-install`
|
||||||
docs-up:
|
docs-up:
|
||||||
JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0 bundle exec --gemfile=Gemfile jekyll serve --livereload
|
JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0 bundle exec \
|
||||||
|
--gemfile=Gemfile \
|
||||||
|
jekyll server --livereload
|
||||||
|
|
Loading…
Reference in a new issue