From a8f4af14fdbdc88bf5c6e261267e1484696405db Mon Sep 17 00:00:00 2001 From: Hammad Jutt Date: Fri, 27 Mar 2020 20:56:31 -0600 Subject: [PATCH] Add handbook pages and update sidebar --- docs/handbook/achievements.mdx | 6 ++++++ docs/handbook/play.mdx | 19 +++++++++++++++++++ docs/handbook/quests.mdx | 6 ++++++ docs/handbook/roles.mdx | 6 ++++++ docs/handbook/seed-market.mdx | 6 ++++++ docs/handbook/shilling.mdx | 6 ++++++ docs/handbook/xp.mdx | 6 ++++++ docs/introduction.mdx | 34 ++++++++++++++++++++++++++++++++++ sidebars.js | 12 +++++++++++- 9 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 docs/handbook/achievements.mdx create mode 100644 docs/handbook/play.mdx create mode 100644 docs/handbook/quests.mdx create mode 100644 docs/handbook/roles.mdx create mode 100644 docs/handbook/seed-market.mdx create mode 100644 docs/handbook/shilling.mdx create mode 100644 docs/handbook/xp.mdx create mode 100644 docs/introduction.mdx diff --git a/docs/handbook/achievements.mdx b/docs/handbook/achievements.mdx new file mode 100644 index 00000000..2685e880 --- /dev/null +++ b/docs/handbook/achievements.mdx @@ -0,0 +1,6 @@ +--- +title: ๐ŸŽ– Achievements +--- + + +#### *TODO* diff --git a/docs/handbook/play.mdx b/docs/handbook/play.mdx new file mode 100644 index 00000000..6145d412 --- /dev/null +++ b/docs/handbook/play.mdx @@ -0,0 +1,19 @@ +--- +title: ๐Ÿ•น Let's Play +--- + + +## *Don't be an NPC, join the fight!* + +#### ๐Ÿง  Understand the [The Pillar Articles](/docs/manifesto/pillar-articles) +#### ๐Ÿงต Strategize on the [Forums](https://forum.metagame.wtf/) +#### ๐Ÿ’ฌ Play with us on [Discord](https://discord.gg/VYZPBnx) +#### ๐Ÿ’ธ Fund us on [GitCoin](http://gitcoin.co/grants/213/metagame) +#### ๐Ÿฆ Shill with us on [Twitter](https://twitter.com/MetaFam) +#### ๐ŸŒŒ Navigate the [Interspace](https://interspace.metagame.wtf) +#### ๐Ÿ“ง Stay updated with our [newsletter](https://metagame.substack.com/) +#### ๐Ÿฆ  Merge with us on [GitHub](https://github.com/MetaFam) +#### ๐Ÿฆ… Govern with us on [Aragon](https://mainnet.aragon.org/#/metagame/0xac7567866c25fcc4c547619007362183b5c0ad8d) + + + diff --git a/docs/handbook/quests.mdx b/docs/handbook/quests.mdx new file mode 100644 index 00000000..7e297021 --- /dev/null +++ b/docs/handbook/quests.mdx @@ -0,0 +1,6 @@ +--- +title: โš”๏ธ Quests +--- + + +#### *TODO* diff --git a/docs/handbook/roles.mdx b/docs/handbook/roles.mdx new file mode 100644 index 00000000..3153f837 --- /dev/null +++ b/docs/handbook/roles.mdx @@ -0,0 +1,6 @@ +--- +title: ๐Ÿ‘พ Character Classes & Roles +--- + + +#### *TODO* diff --git a/docs/handbook/seed-market.mdx b/docs/handbook/seed-market.mdx new file mode 100644 index 00000000..c14c5023 --- /dev/null +++ b/docs/handbook/seed-market.mdx @@ -0,0 +1,6 @@ +--- +title: ๐ŸŒฑ SEED Market +--- + + +#### *TODO* diff --git a/docs/handbook/shilling.mdx b/docs/handbook/shilling.mdx new file mode 100644 index 00000000..b2be043a --- /dev/null +++ b/docs/handbook/shilling.mdx @@ -0,0 +1,6 @@ +--- +title: ๐Ÿ“ฃ Shilling +--- + + +#### *TODO* diff --git a/docs/handbook/xp.mdx b/docs/handbook/xp.mdx new file mode 100644 index 00000000..d9293a97 --- /dev/null +++ b/docs/handbook/xp.mdx @@ -0,0 +1,6 @@ +--- +title: ๐Ÿงฌ XP System +--- + + +#### *TODO* diff --git a/docs/introduction.mdx b/docs/introduction.mdx new file mode 100644 index 00000000..e32342ee --- /dev/null +++ b/docs/introduction.mdx @@ -0,0 +1,34 @@ +--- +title: ๐Ÿ™ Introduction +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +MetaGame is an open-source framework for autonomous humans and decentralized organizations, to coordinate in creation and exchange of value with the least friction and most fun possible. + +Or more simply: a sweet spot between a social network, a freelancing platform & a role playing game. + +### *A Game To Change The Game* + +MetaGame is the idea we can build a new world atop of the old one, a more collaborative, transparent & fun world, a world in which self interest of all players is better aligned with the common good. A world unrestricted by physical boundaries. + + +### *A Real-Life MMORPG* + +Progressing and grinding through video games is way more fun than progressing and grinding through life. +Game designers have figured out how to hack the human brain's reward system to keep us hooked and motivated to progress through the game. + +Real life is also like a game, and with [Ethereum], we now have the ability to add RPG game mechanics to real life to build a more intuitive and fun socioeconomic system than the one we have right now. + +### *An Operating System For A Remote World* +The vision for MetaGame 1.0 is to be the *โ€œvirtual Silicon Valleyโ€* connecting all the fragmented pieces of Web3 and the people building them together, measuring and gamifying value creation (powered by [SourceCred]). This will be the main funnel for onboarding people into Web3 / The MetaVerse. Leaderboards, achievements, quests, and everything else we need to make it fun, engaging and rewarding. The whole thing being โ€œnoob friendlyโ€ and easy to use as any modern app/game. + +[SourceCred]: https://sourcecred.io +[Ethereum]: https://ethereum.org + +Unite The Game + + +:::note +Every element of MetaGame, including this wiki, is a debatable and an ever-evolving community effort. +::: diff --git a/sidebars.js b/sidebars.js index e6dc9e32..fd09b805 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1,11 +1,21 @@ module.exports = { someSidebar: { - "๐Ÿ“• Handbook": ["introduction"], + "๐Ÿ“• Handbook": [ + "introduction", + "handbook/play", + "handbook/quests", + "handbook/xp", + "handbook/seed-market", + "handbook/roles", + "handbook/achievements", + "handbook/shilling" + ], "๐Ÿ“œ Manifesto": [ "manifesto/pillar-articles", "manifesto/metafam-way", "manifesto/founders" ], + "๐Ÿ—บ Roadmap": ["roadmap/phases", "roadmap/alignment2021"], "๐ŸŒณ Resources": ["resources/graphics", "resources/art", "resources/memes"], "About The Wiki": ["style-guide", "mdx"] }