Skip to content

Commit

Permalink
chore: 🤖 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 30, 2023
1 parent 77522e3 commit 211bec1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/build/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Build
slug: build
title: Build a node
slug: build-a-node
tags:
- build
---
Expand Down
38 changes: 37 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,40 @@ The documentation serves as a knowledge base, a place to discover, learn and bui

It cultivates a system contributor of all kinds of knowledge levels who are willing to develop skills and learn enough to troubleshoot on their own, including reporting issues, contributing to the community and helping other operators.

Clients, developers and operators can discover a wide range of learning content and support.
Clients, developers and operators can discover a wide range of learning content and support.

:::info
The Fleek Network's documentation is organized as follows:

[Development](development) lists instructions and guideline materials for development and contributions. [TODO: ADD TO MAIN MENU]

The [Guides](guides) provide step-by-step instructions for performing specific tasks.

[Engineering](engineering) offers a deeper look into how our engineering team works, research, and technology behind Fleek Network.

[Reference](reference) section provides short materials for Fleek Network command-line interfaces (CLIs), and application programming interfaces (APIs) for managing the resources and development. It is assumed that you already have a basic understanding of important concepts.
:::


# Learn
---

Check the section [learn](learn/index) [TODO]


# Build a Node
---

Check the section [build](build/index) to install it on your server.


# Develop a Service
---

Check the section [develop](develop/index) to learn to develop a Service in the Fleek Network.


# Community
---

Join the Fleek Network [Discord](https://discord.gg/fleekxyz) if you want to ask a question or require help.
8 changes: 0 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ const sidebars = {
id: 'build/index',
},
items: [
// {
// type: 'category',
// label: 'Requirements',
// items: [
// 'build/requirements/linux-server',
// 'build/requirements/specs',
// ],
// },
'build/requirements',
{
type: 'category',
Expand Down

0 comments on commit 211bec1

Please sign in to comment.