add tools to main page

This commit is contained in:
tree🌴 2024-02-15 02:41:53 +01:00
parent 6aa7b251b8
commit a2aa8efa88
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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" />',