Skip to content

Commit

Permalink
docs: add readable chat url redirect
Browse files Browse the repository at this point in the history
Now https://remirror.io/chat will redirect to the discord server.
  • Loading branch information
ifiokjr committed Aug 10, 2020
1 parent 780c172 commit 957fc62
Show file tree
Hide file tree
Showing 9 changed files with 1,481 additions and 3,071 deletions.
4 changes: 2 additions & 2 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://github.com/remirror/remirror/actions?query=workflow%3A%22Deploy+Docs%22?branch=next"><img src="https://github.com/remirror/remirror/workflows/Deploy%20Docs/badge.svg?branch=next" alt="Deploy Docs" /></a>
<a href="https://dev.azure.com/remirror/remirror/_build/latest?definitionId=2&amp;branchName=next"><img src="https://dev.azure.com/remirror/remirror/_apis/build/status/remirror.remirror?branchName=next" alt="Azure DevOps builds" /></a>
<a href="https://github.com/remirror/remirror/commits/next"><img src="https://img.shields.io/github/commit-activity/m/remirror/remirror.svg?amp;logo=github" alt="GitHub commit activity"></a>
<a href="https://discord.gg/C4cfrMK"><img alt="Discord" src="https://img.shields.io/discord/726035064831344711" alt="Join our discord server"></a>
<a href="https://remirror.io/chat"><img alt="Discord" src="https://img.shields.io/discord/726035064831344711" alt="Join our discord server"></a>
</div>
</div>

Expand Down Expand Up @@ -68,7 +68,7 @@ This is the `next` version of remirror. It is undergoing heavy development at th
While exploring this project, if you find errors or would like to suggest improvements there are several options.

- Open an issue in our [github repo](https://github.com/remirror/remirror/issues).
- [Join our discord server](https://discord.gg/C4cfrMK) and discuss the problem with our community.
- [Join our discord server](https://remirror.io/chat) and discuss the problem with our community.
- Create a pull request with your proposed improvement by clicking the edit button on the relevant page.
- Move on, because deadlines are looming and life is too short.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postbuild": "run-s css:copy",
"build:custom": "pnpm recursive run build:custom",
"build:dev": "preconstruct dev",
"build:docs": "cd support/website && pnpm build",
"build:docs": "cd support/website && pnpm build && cp ./_redirects ./build/_redirects",
"changeset": "changeset",
"check:pnpm": "node support/scripts/check-pnpm.js",
"checks": "run-s lint typecheck test",
Expand Down
5 changes: 5 additions & 0 deletions packages/@remirror/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
],
"sideEffects": false,
"main": "dist/core-types.cjs.js",
"module": "dist/core-types.esm.js",
"browser": {
"./dist/core-types.cjs.js": "./dist/core-types.browser.cjs.js",
"./dist/core-types.esm.js": "./dist/core-types.browser.esm.js"
},
"types": "dist/core-types.cjs.d.ts",
"files": [
"dist"
Expand Down

1 comment on commit 957fc62

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f30ef01bed268ba7a7042c4--remirror.netlify.app

Please sign in to comment.