Apply suggestions from code review

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
April I. Murphy 2025-12-19 10:36:19 -08:00 committed by GitHub
parent e49c94fb37
commit 0a87448906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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**.
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
@ -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:
```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.