diff --git a/docs/data-for-ai/Overview/participate.md b/docs/data-for-ai/Overview/participate.md
index 00775b84..ea13713e 100644
--- a/docs/data-for-ai/Overview/participate.md
+++ b/docs/data-for-ai/Overview/participate.md
@@ -60,7 +60,7 @@ Search the [approved data sources](/data-for-ai/rules/submissions#accepted-datab
Watch our [video guide](https://www.youtube.com/watch?v=q2GNQAXIH3o) on how to find and submit links.
-Submit up to **30 valid links per day**.
+Submit up to **30 valid links per day**. You will receive points when the submitted links are verified; it may take up to two hours.
Hit the daily cap and earn a **+280 Strike Bonus**.
diff --git a/docs/data-for-ai/Rules/submissions.md b/docs/data-for-ai/Rules/submissions.md
index 18b3dc43..9f862879 100644
--- a/docs/data-for-ai/Rules/submissions.md
+++ b/docs/data-for-ai/Rules/submissions.md
@@ -17,6 +17,8 @@ Day 3: ~108.2 points
...
Day 14 (Final Day): ~168 points per valid link
+You receive points when the submitted links are verified; it may take up to two hours.
+
If you submit exactly 30 valid links in a single day, you will receive a **Strike Bonus** of +280 points.
## Daily limit
@@ -67,7 +69,7 @@ When you submit links, you may encounter errors.
**Rank**: Your current leaderboard position. Only ranks 1 to 1,000 receive rewards. In case of a tie, the earlier registration wins.
-**Points**: Your total points, including referral points, that determine your rank.
+**Points**: Your total points, including referral points, that determine your rank. You receive points when the submitted links are verified; it may take up to two hours.
**Referral Points**: Points earned from your referees' valid submissions. Included in your total.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 556b5823..59988c06 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -86,7 +86,7 @@ const config = {
id: "data-for-ai",
path: "./docs/data-for-ai",
routeBasePath: "/data-for-ai",
- //sidebarPath: "./sidebars.js",
+ sidebarPath: require.resolve("./sidebar.js"),
remarkPlugins: [math],
rehypePlugins: [katex],
},
diff --git a/sidebar.js b/sidebar.js
index 9a98ab56..859c32ad 100644
--- a/sidebar.js
+++ b/sidebar.js
@@ -31,7 +31,7 @@ const sidebars = {
label: "Whitepaper",
items: ["whitepaper"],
},*/
- {
+ /*{
type: "autogenerated",
dirName: "faq",
},
@@ -42,6 +42,29 @@ const sidebars = {
{
type: "autogenerated",
dirName: "developers",
+ },*/
+ {
+ type: 'category',
+ label: 'Overview',
+ collapsed: true, // collapsed by default
+ items: [
+ 'Overview/about',
+ 'Overview/dates',
+ 'Overview/participate',
+ 'Overview/points',
+ 'Overview/support',
+ ],
+ },
+ {
+ type: 'category',
+ label: 'Rules',
+ collapsed: false, // expanded by default
+ items: [
+ 'Rules/disputes',
+ 'Rules/referrals',
+ 'Rules/rewards',
+ 'Rules/submissions',
+ ],
},
],
};