Skip to content

Commit

Permalink
Merge branch 'next' into issue/NT-outline-core-heading
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchgirl committed Feb 6, 2024
2 parents 20efc04 + 330e286 commit 2f08402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:

tasks:
- init: |
yarn
nvm install
yarn
command: |
yarn start
Expand All @@ -13,30 +13,11 @@ vscode:
- bradlc.vscode-tailwindcss
- pranaygp.vscode-css-peek
- runem.lit-plugin
- silvenon.mdx
- unifiedjs.vscode-mdx
- streetsidesoftware.code-spell-checker

ports:
# Used by Storybook
- 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2f08402

Please sign in to comment.