mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
add tools to main page
This commit is contained in:
parent
6aa7b251b8
commit
a2aa8efa88
2 changed files with 6 additions and 1 deletions
|
@ -28,11 +28,16 @@ Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, y
|
||||||
|
|
||||||
A summary of what we have already accomplished can be found on the [History](/history) page. For those interested in our future plans, there is a [Roadmap](/roadmap) page.
|
A summary of what we have already accomplished can be found on the [History](/history) page. For those interested in our future plans, there is a [Roadmap](/roadmap) page.
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
We use various [Communication tools](/communication). For our work we use different [Git repositories](/git), and for organizational purposes our effort is divided into several [Workgroups](/workgroups).
|
||||||
|
|
||||||
## Become part of the community
|
## Become part of the community
|
||||||
|
|
||||||
* [Follow us](/follow-us)
|
* [Follow us](/follow-us)
|
||||||
* [Get involved](/get-involved)
|
* [Get involved](/get-involved)
|
||||||
* [Donate](/donate)
|
* [Donate](/donate)
|
||||||
|
* [Code of Conduct](/code-of-conduct)
|
||||||
|
|
||||||
## Governance
|
## Governance
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,6 @@ const sidebars = {
|
||||||
'follow-us',
|
'follow-us',
|
||||||
'get-involved',
|
'get-involved',
|
||||||
'donate',
|
'donate',
|
||||||
'contacts',
|
|
||||||
'code-of-conduct',
|
'code-of-conduct',
|
||||||
{
|
{
|
||||||
type: "html",
|
type: "html",
|
||||||
|
@ -112,6 +111,7 @@ const sidebars = {
|
||||||
'core-team/multisig'
|
'core-team/multisig'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'contacts',
|
||||||
/*{
|
/*{
|
||||||
type: "html",
|
type: "html",
|
||||||
value: '<span class="sidebar-divider" />',
|
value: '<span class="sidebar-divider" />',
|
||||||
|
|
Loading…
Reference in a new issue