vimspector/docs
Paulo 0500e41429
FIx typo in configuration.md
A small typo that wastes time for people that copy and modify the config file
2021-06-09 19:24:37 +02: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 typo in configuration.md 2021-06-09 19:24:37 +02: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 Bump nokogiri from 1.11.3 to 1.11.5 in /docs 2021-05-20 10:56:04 +00: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