Skip to content

Commit

Permalink
fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed May 2, 2024
1 parent c1c66e8 commit acffa92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions docs/docs/user-section/accessing-sakundi-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ hide_table_of_contents: true
custom_edit_url: null
---

---

## Navigation and Layout:
The dashboard is designed with user-friendly navigation menus and an intuitive layout to facilitate easy access to key features and functionalities.

Expand Down Expand Up @@ -37,4 +35,4 @@ Displays the current version number of Sakundi for Validator Nodes (e.g., Beta v
## Sign Out Button:
Allows users to securely log out of their Sakundi account when necessary.

With this structured layout, users can effortlessly navigate through the dashboard, accessing critical functionalities and monitoring their validator nodes' health and performance with ease.
With this structured layout, users can effortlessly navigate through the dashboard, accessing critical functionalities and monitoring their validator nodes' health and performance with ease.
2 changes: 1 addition & 1 deletion docs/docs/user-section/managing-validator-nodes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: registration-and-account-setup
id: managing-validator-nodes
title: Managing Validator Nodes
sidebar_label: Managing Validator Nodes
description: Walk through the process of adding and managing validator nodes within Sakundi platform.
Expand Down
4 changes: 1 addition & 3 deletions docs/docs/user-section/registration-and-account-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ hide_table_of_contents: true
custom_edit_url: null
---

---

## Registering for an Account:
* Navigate to the Sakundi for Validator Nodes registration page by accessing the following URL: `https://app.sakundi.io/login`.
* Click on the "Install Metamask" button to initiate the process.
Expand All @@ -35,4 +33,4 @@ custom_edit_url: null
## Next Steps:
* Congratulations! You have now successfully registered and set up your account on Sakundi for Validator Nodes.
* Consider adding your validator nodes to Sakundi to start monitoring their security and performance.
* Explore the documentation and resources available to learn more about Sakundi's features and how to make the most of your experience.
* Explore the documentation and resources available to learn more about Sakundi's features and how to make the most of your experience.
6 changes: 3 additions & 3 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ const sidebars = {
label: "Sakundi for Validator nodes",
items: ["user-section/accessing-sakundi-dashboard",
"user-section/registration-and-account-setup",
// "user-section/managing-validator-nodes",
"user-section/understanding-metrics-and-analytics",
"user-section/customization-and-configuration",
"user-section/real-time-alerts-and-notifications",
"user-section/support-and-resources"],
},
{
type: "category",
label: "Tikuna - our Open Source base",
label: "Tikuna - Our Open Source code base",
items: ["user-section/how-to-use-tikuna",
"user-section/understanding-dashboards",
"monitoring/network-eth2",
Expand All @@ -28,7 +27,8 @@ const sidebars = {
{
type: "category",
label: "Research",
items: ["research/intro",
items: ["research/sakundi-intro",
"research/intro",
"research/stateoftheart",
"research/references",
"research/glossary"],
Expand Down

0 comments on commit acffa92

Please sign in to comment.