Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Feb 14, 2024
1 parent f656e12 commit 8dd64a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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

8. Re-install dependencies and run Backstage locally to test that everything is working

```bash
# From your Backstage root directory
yarn install && yarn dev
yarn install && yarn dev
```
25 changes: 13 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -91,4 +92,4 @@ markdown_extensions:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences

0 comments on commit 8dd64a6

Please sign in to comment.