diff --git a/docs/docs/support/contribute.mdx b/docs/docs/support/contribute.mdx index 9db47619..fb262a58 100644 --- a/docs/docs/support/contribute.mdx +++ b/docs/docs/support/contribute.mdx @@ -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.