Skip to content

Commit

Permalink
improve index page
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed May 2, 2024
1 parent 6a8d9f3 commit 7859554
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
21 changes: 7 additions & 14 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const HomepageHero = () => {
<div className={styles.buttons}>
<Link
className={clsx("button--lg", styles.buttonText)}
to="/docs/research/intro"
to="/docs/user-section/welcome-to-sakundi"
>
<Translate>Project Intro</Translate>
</Link>
Expand Down
7 changes: 0 additions & 7 deletions docs/src/pages/markdown-page.md

This file was deleted.

0 comments on commit 7859554

Please sign in to comment.