Skip to content
Merged

main #312

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/data-for-ai/Overview/participate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
4 changes: 3 additions & 1 deletion docs/data-for-ai/Rules/submissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Day 3: ~108.2 points<br/>
...<br/>
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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
Expand Down
25 changes: 24 additions & 1 deletion sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const sidebars = {
label: "Whitepaper",
items: ["whitepaper"],
},*/
{
/*{
type: "autogenerated",
dirName: "faq",
},
Expand All @@ -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',
],
},
],
};
Expand Down
Loading