Skip to content
Open
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
/.gitbook
26,877 changes: 26,877 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"devDependencies": {
"vuepress": "^1.9.7"
},
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"build:gh_pages": "BASE_PATH=/melk-dao-docs/ vuepress build src"
},
"dependencies": {
"vuepress-theme-reco": "^1.6.16"
}
}
57 changes: 57 additions & 0 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
module.exports = {
title: "Escola WEB3 - MELK DAO",
theme: "reco",
base: process.env.BASE_PATH || "/",
dest: "/dist",

head: [
// ["link", { rel: "icon", href: "/favicon.ico" }],
[
"meta",
{
name: "viewport",
content: "width=device-width,initial-scale=1,user-scalable=no",
},
],
],

locales: {
"/": {
lang: "pt-BR",
},
},

themeConfig: {
// logo: "/logo-blue-w3d.png",
// logoDark: "/logo-blue.png",
lastUpdated: true,
editLinks: false,
sidebar: "auto",

author: "MELKDAO Team",
repo: "https://github.com/web3melk/melk-dao-docs.git",

locales: {
"/": {
label: "Português",
nav: [
{
text: "Site Oficial",
link: "https://www.melkdao.com",
target: "_self",
rel: "",
icon: "reco-home",
},
{
text: "Discord",
link: "https://discord.web3dev.com.br/",
target: "_blank",
rel: "",
},
{ text: "Índice", link: "/" },
],
sidebar: require("./config/sidebar-pt"),
},
},
},
}
39 changes: 39 additions & 0 deletions src/.vuepress/config/sidebar-pt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
module.exports = [
"",
{
title: "Aprender e Ganhar?",
path: "/aprender-e-ganhar.md",
collapsable: "false"
},
{
title: "Comunidade",
path: "/comunidade.md",
collapsable: "false"
},
{
title: "Token MELK",
path: "/token-melk.md",
collapsable: "false"
},
{
title: "Inspiração",
path: "/inspiracao.md",
collapsable: "false"
},
{
title: "Missões",
path: "/missoes/",
collapsable: true,
children: [
"/missoes/missao-1/README.md",
"/missoes/missao-2.md",
"/missoes/missao-3.md",
"/missoes/missao-4.md",
"/missoes/missao-5.md",
"/missoes/missao-6.md",
"/missoes/missao-7.md",
"/missoes/missao-8.md",
"/missoes/missao-9.md",
]
}
]
8 changes: 8 additions & 0 deletions src/.vuepress/styles/palette.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$accentColor = #0AE678
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
$arrowBgColor = #ccc
$badgeTipColor = #42b983
$badgeWarningColor = darken(#ffe564, 35%)
$badgeErrorColor = #DA5961
1 change: 0 additions & 1 deletion README.md → src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
description: $MELK é o primeiro token Learn-to-Earn (aprenda para ganhar) do Brasil.
---

# 👋 Escola WEB3 - MELK DAO

O experimento de $MELK tem por objetivo trazer milhares de pessoas para o novo mundo web3.

Expand Down
20 changes: 20 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Tabela de Conteúdos
---

* [Escola WEB3 - MELK DAO](README.md)

* [Aprender e Ganhar?](aprender-e-ganhar.md)

* [Comunidade](comunidade.md)

* [Token MELK](token-melk.md)

* [Inspiração](inspiracao.md)

## Missões <a href="#missoes" id="missoes"></a>

* [Missão 1](missoes/missao-1/README.md)
*[Instalar uma carteira no celular](missoes/missao-1/instalar-uma-carteira-no-celular.md)
*[Instalar uma carteira no computador](missoes/missao-1/instalar-uma-carteira-no-computador.md)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.