Skip to content

Commit

Permalink
Add discord url to readme & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Apr 11, 2024
1 parent bf2bde2 commit 8163ac5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
This repository contains all the code related to lilybird and its packages.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).

# Contributing

Please refer to the [contributing guide](./CONTRIBUTING.md).
Please refer to the [contributing guide](./CONTRIBUTING.md).
3 changes: 2 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This is the lilybird core.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).
3 changes: 2 additions & 1 deletion packages/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This is the lilybird template/boilerplate generator.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).
3 changes: 2 additions & 1 deletion packages/docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default defineConfig({
customCss: ["./src/styles/index.css"],
lastUpdated: true,
social: {
github: "https://github.com/Didas-git/lilybird"
github: "https://github.com/Didas-git/lilybird",
discord: "https://discord.gg/vER3sh7uyY"
},
editLink: {
baseUrl: "https://github.com/Didas-git/lilybird/edit/main/packages/docs"
Expand Down
3 changes: 2 additions & 1 deletion packages/handlers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This are some command and event handlers for lilybird.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).
3 changes: 2 additions & 1 deletion packages/jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This adds JSX components to lilybird.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).
3 changes: 2 additions & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

A tiny and simple module to use redis as your caching provider using lilybird.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).
3 changes: 2 additions & 1 deletion packages/transformers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

This are some command and event handlers for lilybird.

You can find all the documentation for it on the [website](https://lilybird.didas.dev).
You can find all the documentation for it on the [website](https://lilybird.didas.dev).
If you need any help you can open an issue or join our [discord](https://discord.gg/vER3sh7uyY).

0 comments on commit 8163ac5

Please sign in to comment.