Move `About` to home page
This commit is contained in:
parent
ee0cf40813
commit
88b7399e43
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Introduction
|
||||
slug: /
|
||||
---
|
||||
|
||||
Waku (v2) is family of modular peer-to-peer protocols for **secure communication**. The protocols are designed to be secure, privacy-preserving, censorship-resistant and able to run in resource restricted environments.
|
|
@ -33,6 +33,7 @@ const config = {
|
|||
/** @type {import('@docusaurus/preset-classic').Options} */
|
||||
({
|
||||
docs: {
|
||||
routeBasePath: '/',
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
// Please change this to your repo.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Waku Guide
|
||||
---
|
||||
|
||||
Home page for waku guide
|
Loading…
Reference in New Issue