From b12cd886712078f6e6eeb0c7af4b9e0a738414e7 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 1 Aug 2023 09:10:14 -0400 Subject: [PATCH 1/4] fix: link in read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 830d8e12c..8525a5e22 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 [./docs/README.md](.packages/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) From f1c2a067182f2027b7189a92e1cf1dc802196003 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Tue, 29 Aug 2023 09:29:09 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8525a5e22..b9c092e89 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](.packages/outline-docs/src/guides/development/component-development) for information about developing for Outline. +Please see [Component Development Guide](.packages/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) From 83ba872c3af10e06c844919aa02da978bca230d9 Mon Sep 17 00:00:00 2001 From: Ofer Shaal Date: Tue, 9 Jan 2024 16:09:49 +0000 Subject: [PATCH 3/4] fix: gitpod setup --- .gitpod.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index dfc3ddac2..1a664555c 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 From 5765b9d68680e3a4d3fe3986aa84bc759e4ee871 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Thu, 1 Feb 2024 11:12:48 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c092e89..5f7735bee 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 [Component Development Guide](.packages/outline-docs/src/guides/development/component-development) 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)