diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3f7ec63..64ba03f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -6,8 +6,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula"); /** @type {import('@docusaurus/types').Config} */ const config = { - title: "Blockchain Security Monitoring", - tagline: "A P2P network security monitoring system for the Ethereum blockchain.", + title: "Sakundi - Blockchain data analysis with AI", + tagline: "Blockchain data analysis with AI", url: "https://docs.sakundi.io", baseUrl: "/", onBrokenLinks: "throw", @@ -67,36 +67,29 @@ const config = { image: "img/dashboardp2pstatus.png", navbar: { logo: { - alt: "Tikuna Logo", + alt: "Sakundi Logo", src: "/img/sakundi-logo-light.png", srcDark: "/img/sakundi-logo.png" }, items: [ - { - type: "doc", - docId: "research/intro", - position: "left", - label: "Research", - }, { type: "doc", docId: "about/team", position: "left", - label: "About Tikuna", + label: "About Sakundi", }, { type: "doc", - docId: "user-section/how-to-use-tikuna", + docId: "user-section/welcome-to-sakundi", position: "left", label: "User Section", }, { type: "doc", - docId: "monitoring/beacon-node", + docId: "research/intro", position: "left", - label: "Monitoring", + label: "Research", }, - { to: "/blog", label: "Blog", position: "left" }, { type: "localeDropdown", position: "right", diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 329b9e9..042625d 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -22,7 +22,7 @@ const HomepageHero = () => {
Project Intro diff --git a/docs/src/pages/markdown-page.md b/docs/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b..0000000 --- a/docs/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages.