mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 14:29:03 +08:00
No need to use --baseurl argument
For building docs locally, there's no need to specify an alternate `--baseurl` as long as `jekyll serve`` is issued from the `/docs` directory, as indicated in README.md. Removed --baseurl guidance and emphasized README.md instructions.
This commit is contained in:
parent
58f5e2a061
commit
a1da4d6150
@ -133,7 +133,7 @@ directory.**
|
||||
|
||||
### Set Local Ruby Version (rbenv)
|
||||
|
||||
In the `docs/` directory of your local clone, do:
|
||||
_**In the `docs/` directory**_ of your local clone, do:
|
||||
|
||||
~~~~~
|
||||
rbenv local 2.3.0
|
||||
@ -161,7 +161,7 @@ for some gems to compile successfully._
|
||||
### Build and Preview Locally with Jekyll
|
||||
|
||||
~~~~~
|
||||
bundle exec jekyll serve --baseurl '/docs'
|
||||
bundle exec jekyll serve
|
||||
~~~~~
|
||||
|
||||
This will build the documentation tree and launch a local webserver at
|
||||
|
Loading…
x
Reference in New Issue
Block a user