vimspector/docs
2020-08-23 12:02:06 +09:00
..
schema add docker exec as an attach command 2020-05-21 23:43:37 -04: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 schema url 2020-08-23 12:02:06 +09:00
custom_gadget_file.md Add ability to specify defaults for variables 2020-07-31 22:19:10 +01:00
Gemfile Fix up the site 2019-11-06 15:53:03 +00:00
Gemfile.lock Update website dependencies 2020-08-15 16:39:32 +01:00
index.md Fix up the site 2019-11-06 15:53:03 +00:00
README.local Update github pages to fix website, maybe 2020-02-02 18:27:01 +00:00

To update/install:

gem install bundler
bundle install

To run a local server/test the build

bundle exec jekyll serve

To update deps

bundle update
or bundle update github-pages