diff --git a/docs/About/1.md b/docs/1.md similarity index 99% rename from docs/About/1.md rename to docs/1.md index 59cb09c..06a4a07 100644 --- a/docs/About/1.md +++ b/docs/1.md @@ -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. diff --git a/docs/About/2.md b/docs/2.md similarity index 100% rename from docs/About/2.md rename to docs/2.md diff --git a/docs/About/3.md b/docs/3.md similarity index 100% rename from docs/About/3.md rename to docs/3.md diff --git a/docs/About/4.md b/docs/4.md similarity index 100% rename from docs/About/4.md rename to docs/4.md diff --git a/docs/About/5.md b/docs/5.md similarity index 100% rename from docs/About/5.md rename to docs/5.md diff --git a/docs/About/6.md b/docs/6.md similarity index 100% rename from docs/About/6.md rename to docs/6.md diff --git a/docs/About/7.md b/docs/7.md similarity index 100% rename from docs/About/7.md rename to docs/7.md diff --git a/docusaurus.config.js b/docusaurus.config.js index f7c3d9b..a605ea0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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. diff --git a/src/pages/index.md b/src/pages/index.md deleted file mode 100644 index bcc3901..0000000 --- a/src/pages/index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Waku Guide ---- - -Home page for waku guide \ No newline at end of file