diff --git a/README.md b/README.md index c1ac5e3a4a..22b98df9b4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ Most documentation can be found on the website, at [taiko.xyz](https://taiko.xyz). There should also be a README in each package, as well as comments in the source code. +## Questions and discussions + +Ask questions and start discussions for new ideas under [GitHub Discussions](https://github.com/taikoxyz/taiko-mono/discussions). + +If you have a specific request/report, you can [open an issue](https://github.com/taikoxyz/taiko-mono/issues/new/choose). + ## Project structure
diff --git a/packages/website/docs/intro/index.md b/packages/website/docs/intro/index.md
index 7bb6274333..7a39aa8557 100644
--- a/packages/website/docs/intro/index.md
+++ b/packages/website/docs/intro/index.md
@@ -25,3 +25,7 @@ Here are the best places to learn about Taiko.
 - [GitHub](https://github.com/taikoxyz/)
 - [Reddit](https://www.reddit.com/r/taiko_xyz/)
 - [Twitter](https://twitter.com/taikoxyz)
+
+### Ask questions and start discussions
+
+You can ask questions and start discussions on our [GitHub Discussions](https://github.com/taikoxyz/taiko-mono/discussions).
diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js
index 47f8b4e54c..16de01d725 100644
--- a/packages/website/docusaurus.config.js
+++ b/packages/website/docusaurus.config.js
@@ -102,6 +102,11 @@ const config = {
             label: "Blog",
             position: "left",
           },
+          {
+            href: "https://github.com/taikoxyz/taiko-mono/discussions",
+            label: "Discussions",
+            position: "left",
+          },
           {
             to: "talks",
             label: "Talks",
diff --git a/packages/website/faq/index.md b/packages/website/faq/index.md
index 1b3c2d615a..d253de6e5b 100644
--- a/packages/website/faq/index.md
+++ b/packages/website/faq/index.md
@@ -20,6 +20,7 @@ Here are the official links to our social media and public documentation:
 - Reddit: https://www.reddit.com/r/taiko_xyz/
 - Blog: https://mirror.xyz/labs.taiko.eth
 - GitHub: https://github.com/taikoxyz/
+- Discussions: https://github.com/taikoxyz/taiko-mono/discussions
 - Whitepaper: https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf
 
 ## What is Layer 2 (L2)?
@@ -64,8 +65,7 @@ There are 2 types of zero-knowledge proofs: ZK-SNARKs and ZK-STARKs. Taiko uses
 
 ## What does "Taiko" mean?
 
-It comes from an old Chinese saying 一鼓作气 (Yīgǔzuòqì) meaning "Do it all at once". 
+It comes from an old Chinese saying 一鼓作气 (Yīgǔzuòqì) meaning "Do it all at once".
 
 The first drum beat cheers people up, the second weakens them, and the third devitalizes them. The first is the most powerful.
 Taiko is the "drum".
-
diff --git a/packages/website/src/components/BlogSection/index.tsx b/packages/website/src/components/BlogSection/index.tsx
index 7bbbff5b02..e997b08773 100644
--- a/packages/website/src/components/BlogSection/index.tsx
+++ b/packages/website/src/components/BlogSection/index.tsx
@@ -86,7 +86,7 @@ export default function BlogSection(): JSX.Element {
                   />
                 
               
-              
+
{post.category.name} diff --git a/packages/website/src/components/Features/index.tsx b/packages/website/src/components/Features/index.tsx index 79952c0397..38fd95b46b 100644 --- a/packages/website/src/components/Features/index.tsx +++ b/packages/website/src/components/Features/index.tsx @@ -33,7 +33,7 @@ export default function Features() {
{features.map((feature) => (
-
+