Skip to content

Added migration guide, whitelabel, fixed minor typos #100

Added migration guide, whitelabel, fixed minor typos

Added migration guide, whitelabel, fixed minor typos #100

Workflow file for this run

name: Check External links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-extension: .mdx
use-quiet-mode: yes