Skip to content

Commit

Permalink
olddocs info
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Oct 15, 2022
1 parent 888e28e commit 5014e0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ Since the site is quiet large sometimes the `--incremental` flag helps with fast
```
bundle exec jekyll serve --incremental
```

## Olddocs generating

1) Add the library version to the index.md
2) modify the `_config.yaml`
- `url: "http://olddocs.simplefoc.com" `
- `baseurl: "v2.2.3"`
3) run `bundle exec jekyll build`
4) in `_site` you have the generated html

0 comments on commit 5014e0c

Please sign in to comment.