diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0295202..91981fe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,8 @@ on: branches: [main] paths: - 'apps/docs/**' + - '.github/workflows/docs.yml' + - 'patches/elm-pages*' permissions: contents: read diff --git a/apps/docs/content/docs/getting-started.md b/apps/docs/content/docs/getting-started.md index 7305130..9f5aead 100644 --- a/apps/docs/content/docs/getting-started.md +++ b/apps/docs/content/docs/getting-started.md @@ -42,3 +42,4 @@ npm install @wolfcola/devtools-bridge - Read the [Tree-Shaking Guide](/docs/tree-shaking) - Explore the [Architecture](/architecture) - Learn about the [DevTools Extension](/docs/devtools-extension) +- Check out the [VS Code Extension](/docs/vscode-extension)