We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888e28e commit 5014e0cCopy full SHA for 5014e0c
README.md
@@ -42,3 +42,12 @@ Since the site is quiet large sometimes the `--incremental` flag helps with fast
42
```
43
bundle exec jekyll serve --incremental
44
45
+
46
+## Olddocs generating
47
48
+1) Add the library version to the index.md
49
+2) modify the `_config.yaml`
50
+ - `url: "http://olddocs.simplefoc.com" `
51
+ - `baseurl: "v2.2.3"`
52
+3) run `bundle exec jekyll build`
53
+4) in `_site` you have the generated html
0 commit comments