We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879c37e commit fbac429Copy full SHA for fbac429
CONTRIBUTING.md
@@ -80,10 +80,10 @@ VS Code will build the container and configure the development environment autom
80
81
Once done, you can open a Terminal and launch the development server in the DevContainer with the following command:
82
83
- ```shell
84
- cd docs
85
- netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
86
- ```
+```shell
+cd docs
+netlify dev -c 'bundle exec jekyll serve --livereload --incremental'
+```
87
88
### Deploying the site locally
89
0 commit comments