vimspector/docs
2021-04-09 16:54:49 +01:00
..
schema Use 127.0.0.1 rather than localhost to avoid issues with ipv6, and long timeout connecting the socket 2021-01-08 15:54:49 +00:00
.gitignore Fix up the site 2019-11-06 15:53:03 +00:00
404.html Fix up the site 2019-11-06 15:53:03 +00:00
_config.yml Fix up the site 2019-11-06 15:53:03 +00:00
configuration.md Fix traceback when +python3 is not availble 2021-04-09 16:54:49 +01:00
custom_gadget_file.md Add ability to specify defaults for variables 2020-07-31 22:19:10 +01:00
Gemfile Update docs bundle to stfu security warnings 2021-01-09 12:15:55 +00:00
Gemfile.lock Update docs bundles 2021-04-07 22:45:58 +01:00
index.md Fix up the site 2019-11-06 15:53:03 +00:00
README.local update docs 2020-11-14 12:34:15 +00:00

To update/install:

gem install bundler
bundle install --path vendor/bundle

To run a local server/test the build

bundle exec jekyll serve

To update deps

bundle update
or bundle update github-pages