Apply suggestions from code review
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
parent
e49c94fb37
commit
0a87448906
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ You can watch the [OpenRAG GitHub repository](https://github.com/langflow-ai/ope
|
||||||
|
|
||||||
To get release notifications only, select **Releases only**.
|
To get release notifications only, select **Releases only**.
|
||||||
|
|
||||||
If you select **Watching**, you will receive notifications about new releases as well as issues, discussions, and pull requests, if you are interested in that activity. For information about customizing repository notifications, see the [GitHub documentation on repository subscriptions](https://docs.github.com/en/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions).
|
If you select **Watching**, you will receive notifications about new releases as well as issues, discussions, and pull requests. For information about customizing repository notifications, see the [GitHub documentation on repository subscriptions](https://docs.github.com/en/subscriptions-and-notifications/how-tos/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions).
|
||||||
|
|
||||||
## Request enhancements and get help through GitHub
|
## Request enhancements and get help through GitHub
|
||||||
|
|
||||||
|
|
@ -114,7 +114,7 @@ For style guidance, see the [Google Developer Documentation Style Guide](https:/
|
||||||
4. Change to the `/docs` directory in your local repository:
|
4. Change to the `/docs` directory in your local repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd path/to/openrag/docs
|
cd openrag/docs
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're running a development container for code contributions, run the documentation build from outside the container on your host terminal.
|
If you're running a development container for code contributions, run the documentation build from outside the container on your host terminal.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue