diff --git a/docs/migration.md b/docs/migration.md index b66a54e..b696bd8 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -24,9 +24,9 @@ If you are migrating from the PagerDuty plugin that was maintained by Backstage yarn add --cwd packages/backend @pagerduty/backstage-plugin-backend @pagerduty/backstage-plugin-common ``` -5. [Add the backend plugin](/getting-started/backstage/#add-the-backend-plugin-to-your-application) to your Backstage project +5. [Add the backend plugin](/backstage-plugin-docs/getting-started/backstage/#add-the-backend-plugin-to-your-application) to your Backstage project -6. [Configure API credentials](/getting-started/backstage/#configure-backend-plugin-api-credentials) to make requests to PagerDuty REST API +6. [Configure API credentials](/backstage-plugin-docs/getting-started/backstage/#configure-backend-plugin-api-credentials) to make requests to PagerDuty REST API 7. Remove PagerDuty proxy configuration from you `app-config.yaml` file @@ -34,5 +34,5 @@ If you are migrating from the PagerDuty plugin that was maintained by Backstage ```bash # From your Backstage root directory - yarn install && yarn dev + yarn install && yarn dev ``` diff --git a/mkdocs.yml b/mkdocs.yml index 592029b..a3c896c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,6 @@ site_name: PagerDuty plugin for Backstage -theme: +site_url: https://pagerduty.github.io/backstage-plugin-docs/ +theme: name: material custom_dir: overrides logo: 'assets/pd-logo.png' @@ -13,23 +14,23 @@ theme: - header.autohide - announce.dismiss - palette: + palette: - media: '(prefers-color-scheme: light)' scheme: default - toggle: + toggle: icon: material/toggle-switch name: Swith to dark mode primary: custom accent: custom - + - media: '(prefers-color-scheme: dark)' scheme: slate - toggle: + toggle: icon: material/toggle-switch-off-outline name: Swith to light mode primary: custom - accent: custom - + accent: custom + extra_css: - stylesheets/extra.css @@ -50,7 +51,7 @@ extra: note: Thanks for your feedback! consent: title: Cookie consent - description: >- + description: >- We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to @@ -65,8 +66,8 @@ extra: nav: - Overview: index.md - - Getting started: - - PagerDuty integration: getting-started/pagerduty.md + - Getting started: + - PagerDuty integration: getting-started/pagerduty.md - Configuring Backstage: getting-started/backstage.md - Capabilities: capabilities.md - Advanced: @@ -76,7 +77,7 @@ nav: - Create PagerDuty service with Software Templates: advanced/create-service-software-template.md - Migration: migration.md - Community: community.md - - Release Notes: + - Release Notes: - Frontend plugin: release-notes/frontend.md - Backend plugin: release-notes/backend.md - Common library: release-notes/common.md @@ -91,4 +92,4 @@ markdown_extensions: pygments_lang_class: true - pymdownx.inlinehilite - pymdownx.snippets - - pymdownx.superfences \ No newline at end of file + - pymdownx.superfences