diff --git a/docs/advertising/ethical-advertising.rst b/docs/advertising/ethical-advertising.rst index 787e2ef32..8e86dfb10 100644 --- a/docs/advertising/ethical-advertising.rst +++ b/docs/advertising/ethical-advertising.rst @@ -160,7 +160,7 @@ Users can opt out of seeing paid advertisements on documentation pages: Project owners can also opt out of paid advertisements for their projects. You can change these options: -* Click on your :guilabel:`Project` page (`/projects//`) +* Go to your **project** page (`/projects//`) * Go to :guilabel:`Admin` > :guilabel:`Advertising` * Change your advertising settings diff --git a/docs/guides/build-notifications.rst b/docs/guides/build-notifications.rst index 39a69285a..b4f731193 100644 --- a/docs/guides/build-notifications.rst +++ b/docs/guides/build-notifications.rst @@ -10,7 +10,7 @@ This makes sure you know when your builds have failed. Take these steps to enable build notifications using email: * Go to :guilabel:`Admin` > :guilabel:`Notifications` in your project. -* Fill in the **Email** field under the :guilabel:`New Email Notifications` heading +* Fill in the **Email** field under the **New Email Notifications** heading * Submit the form You should now get notified by email when your builds fail! @@ -23,7 +23,7 @@ Read the Docs can also send webhooks when builds fail. Take these steps to enable build notifications using a webhook: * Go to :guilabel:`Admin` > :guilabel:`Notifications` in your project. -* Fill in the **URL** field under the :guilabel:`New Webhook Notifications` heading +* Fill in the **URL** field under the **New Webhook Notifications** heading * Submit the form The project name, slug and its details for the build that failed will be sent as POST request to your webhook URL: diff --git a/docs/webhooks.rst b/docs/webhooks.rst index d7bdbd821..26c1e17ba 100644 --- a/docs/webhooks.rst +++ b/docs/webhooks.rst @@ -87,9 +87,9 @@ Using the generic API integration --------------------------------- For repositories that are not hosted with a supported provider, we also offer a -generic API endpoint for triggering project builds. Similar to webhook -integrations, this integration has a specific URL, found on the project's -:guilabel:`Admin` > :guilabel:`Integrations` dashboard page on readthedocs.org. +generic API endpoint for triggering project builds. Similar to webhook integrations, +this integration has a specific URL, which can be found on the project's **Integrations** dashboard page. +(:guilabel:`Admin` > :guilabel:`Integrations`). Token authentication is required to use the generic endpoint, you will find this token on the integration details page. The token should be passed in as a @@ -107,8 +107,8 @@ branches Default: **latest** token - The integration token. You'll find this value on the project's - :guilabel:`Admin` > :guilabel:`Integrations` dashboard page. + The integration token found on the project's **Integrations** dashboard page. + (:guilabel:`Admin` > :guilabel:`Integrations`) For example, the cURL command to build the ``dev`` branch, using the token ``1234``, would be::