Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RasaHQ/rasa-nlu-examples into main
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Jan 27, 2022
2 parents b801dbf + c762a7e commit ea92f35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,19 @@ Alternatively you may also run this via the `Makefile`:
```
make install
```

## Documentation

If you want to build the documentation locally you can do so via;

```
mkdocs serve
```

If you want to deplot the docs to GitHub you can run;

```
mkdocs gh-deploy
```

This will deploy a new version to the `docs` branch, which is picked up by GitHub pages.

0 comments on commit ea92f35

Please sign in to comment.