Skip to content

Commit

Permalink
update docs to use discord (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
chebykinn authored Apr 28, 2024
1 parent b869984 commit e5d518b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
Contributing
</a>
<span> | </span>
<a href="https://join.slack.com/t/mifyio/shared_invite/zt-1llnbiio6-lG45E696QOEVzHb0__Qqxw">
Slack Channel
<a href="https://discord.gg/Z7VPSCCn4g">
Discord Channel
</a>
</h3>
</div>
Expand Down Expand Up @@ -92,7 +92,7 @@ Create your first project: https://mify.io/docs

Guide on how to create sample backend and frontend app: https://mify.io/docs/guides/overview

If you have any questions, join our [Slack channel](https://join.slack.com/t/mifyio/shared_invite/zt-1llnbiio6-lG45E696QOEVzHb0__Qqxw)!
If you have any questions, join our [Discord channel](https://discord.gg/Z7VPSCCn4g)!

## License
[Apache 2.0](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
3 changes: 1 addition & 2 deletions docs/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ $ go install github.com/mify-io/mify/cmd/mify@latest
```
## Community

Join our [Slack
channel](https://join.slack.com/t/mifyio/shared_invite/zt-1llnbiio6-lG45E696QOEVzHb0__Qqxw)
Join our [Discord channel](https://discord.gg/Z7VPSCCn4g)
if have suggestions or if you need any help.

2 changes: 1 addition & 1 deletion docs/docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

This is our roadmap for supported features. Here you can track what features
did we already implemented and what we're planning to do next. Feel free to
reach out in our Slack or Github if you have a particular interest in any
reach out in our Discord or Github if you have a particular interest in any
planned feature or have a suggestion for a new one.

Legend:
Expand Down
9 changes: 2 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ const config = {
position: 'right',
label: 'Docs',
},
{
href: 'https://mify.io/pricing',
label: 'Pricing',
position: 'right',
},
{
href: 'https://github.com/mify-io/mify',
label: 'GitHub',
Expand Down Expand Up @@ -95,8 +90,8 @@ const config = {
title: 'Community',
items: [
{
label: 'Slack',
href: 'https://join.slack.com/t/mifyio/shared_invite/zt-1llnbiio6-lG45E696QOEVzHb0__Qqxw',
label: 'Discord',
href: 'https://discord.gg/Z7VPSCCn4g',
},
{
label: 'Stack Overflow',
Expand Down

0 comments on commit e5d518b

Please sign in to comment.