diff --git a/.gitpod.yml b/.gitpod.yml index dfc3ddac..1a664555 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,8 +3,8 @@ image: tasks: - init: | - yarn nvm install + yarn command: | yarn start @@ -13,7 +13,7 @@ vscode: - bradlc.vscode-tailwindcss - pranaygp.vscode-css-peek - runem.lit-plugin - - silvenon.mdx + - unifiedjs.vscode-mdx - streetsidesoftware.code-spell-checker ports: @@ -21,22 +21,3 @@ ports: - port: 6042 onOpen: open-preview visibility: public - -github: - prebuilds: - # enable for the master/default branch (defaults to true) - master: true - # enable for all branches in this repo (defaults to false) - branches: true - # enable for pull requests coming from this repo (defaults to true) - pullRequests: true - # enable for pull requests coming from forks (defaults to false) - pullRequestsFromForks: true - # add a check to pull requests (defaults to true) - addCheck: true - # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) - addComment: false - # add a "Review in Gitpod" button to the pull request's description (defaults to false) - addBadge: true - # add a label once the prebuild is ready to pull requests (defaults to false) - addLabel: true diff --git a/README.md b/README.md index 830d8e12..5f7735be 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ outline init Detailed information regarding how to contribute to Outline development, can be found in [CONTRIBUTING.md](./CONTRIBUTING.md). **Expect this information to be refined soon.** -Please see [./docs/README.md](./docs/README.md) for information about developing for Outline. +Please see [Component Development Guide](https://github.com/phase2/outline/tree/affc18d1a7ca6a304813f97f0563afcb6967a6ef/packages/documentation/outline-docs/src/guides/development/component-development) for information about developing for Outline. [![Deploys by Netlify](https://www.netlify.com/v3/img/components/netlify-color-accent.svg 'Deploys by Netlify')](https://www.netlify.com)