From 0d2b80f474a0764c0b36ab66c99f8ad819e70a4a Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 20 Dec 2022 14:38:55 -0500 Subject: [PATCH 1/2] Update listener.yml --- .github/workflows/listener.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/listener.yml b/.github/workflows/listener.yml index 0565176ce..921eafeaa 100644 --- a/.github/workflows/listener.yml +++ b/.github/workflows/listener.yml @@ -51,7 +51,7 @@ jobs: issue_number: ${{ github.event.client_payload.prNumber }}, owner: 'Bandwidth', repo: '${{ github.event.client_payload.originRepo }}', - body: 'Preview site: http://{{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}' + body: 'Preview site: http://${{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}' }) merge: From d2b0507686a76e29073583094922011c73d5d0df Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 20 Dec 2022 14:45:09 -0500 Subject: [PATCH 2/2] Update docusaurus.config.js --- site/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index f9a3feb89..e21a88680 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -31,7 +31,7 @@ module.exports = { onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - trailingSlash: false, + trailingSlash: undefined, organizationName: 'bandwidth', projectName: 'api-docs', themeConfig: {