Skip to content

Add a link to the contributor's guide #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e6664ef
Initial refactor to vuePress
NateWilliams2 Jun 18, 2021
1079124
Fix spelling errors
NateWilliams2 Jun 18, 2021
19e4218
Remove duplicate bottom navigation
NateWilliams2 Jun 18, 2021
cf4bd47
Refactor: remove redundant headers
NateWilliams2 Jun 28, 2021
370eafc
Add more architecture indexes
NateWilliams2 Jun 29, 2021
60733b1
Improve mermaid sequence diagrams
NateWilliams2 Jun 29, 2021
b86d7d5
Fix all internal links
NateWilliams2 Jun 29, 2021
db3c929
Fix process overview diagrams
NateWilliams2 Jun 29, 2021
6328cfc
Enable fontawesome icons in mermaid graphs
NateWilliams2 Jun 29, 2021
04e4083
Touch up process overview graphs
NateWilliams2 Jun 29, 2021
878eb8e
Import fontawesome icons to components
NateWilliams2 Jun 29, 2021
47aff0b
Import fontawesome icons to gateway
NateWilliams2 Jun 29, 2021
5144a90
Update tx api docs
NateWilliams2 Jun 30, 2021
7addece
Update explorer documentation
NateWilliams2 Jun 30, 2021
e6b8737
Update indexer documentation
NateWilliams2 Jun 30, 2021
d19bc4c
Add vocdoni logo and favicon
NateWilliams2 Jun 30, 2021
0df0f64
Use new indexer comp design
NateWilliams2 Jun 30, 2021
4fe09ae
Update indexer flow
NateWilliams2 Jul 1, 2021
eda4a28
Update General.md to be less mobile oriented
NateWilliams2 Jul 5, 2021
6c089ee
Add todo.md
NateWilliams2 Jul 5, 2021
1e76cb0
Add csv registry to census overview
NateWilliams2 Jul 5, 2021
e632c26
Add web app to components
NateWilliams2 Jul 5, 2021
24799a6
Add readme.md
NateWilliams2 Jul 5, 2021
942ab3b
Minor git ignore edit
brickpop Jul 6, 2021
2054265
Hide manager documentation from sidebar
NateWilliams2 Jul 6, 2021
52f568b
Cleaning up some artifacts
brickpop Jul 7, 2021
62faf60
Adding a link to the contributor's guide
brickpop Jul 7, 2021
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
@@ -1 +1,3 @@
node_modules
.DS_Store
src/.vuepress/dist
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.words": [
"acvbc",
"asdgc",
"wedfg"
],
"cSpell.enabled": true
}
165 changes: 0 additions & 165 deletions LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions README.md

This file was deleted.

Empty file removed docs/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

52 changes: 0 additions & 52 deletions docs/README.md

This file was deleted.

Empty file removed docs/_coverpage.md
Empty file.
58 changes: 0 additions & 58 deletions docs/_sidebar.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/about-us/how-we-work.md

This file was deleted.

Loading