Skip to content

Commit

Permalink
fix: 🐛 fix sidebar items padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamarneiro committed Oct 20, 2024
1 parent 2fa7359 commit 793b00c
Show file tree
Hide file tree
Showing 42 changed files with 14 additions and 429 deletions.
9 changes: 0 additions & 9 deletions docs/learn/delivery-acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tags:
sidebarCollapsible: false
---

import Author from '@site/src/components/Author';

## Overview

When a client signs a message, it creates a Delivery Acknowledgement that confirms a successful service computation delivery by a node. This [process](#node-vs-client-process-flow) ensures the immutability and integrity of the message (the client cannot change or reverse it) and also includes metadata about the commodities consumed by the node during the service execution. This metadata helps in calculating the reward that the node will receive.
Expand Down Expand Up @@ -75,10 +73,3 @@ Learn more about it in the [Content Addressing](/docs/learn/the-network#content-
## Delivery Acknowledgement Customization

A Service can have a custom configuration to specify how Delivery Acknowledgements should behave or work. Patterns and conventions should be expected to emerge from the Service builder community and best practices.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
9 changes: 0 additions & 9 deletions docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ tags:
- whitepaper
---

import Author from '@site/src/components/Author';

## Introduction

The Core of Fleek Network offers a foundational layer to enable developers to build and deploy Edge Services efficiently. It abstracts away the development complexities of consensus, cryptography, storage and peer-to-peer networking, etc, to simplify things conceptually. It frees developers and teams to focus on what matters the most to reach business goals.
Expand Down Expand Up @@ -47,10 +45,3 @@ When a client requests a service, the protocol determines the best route to the
Once the computation is successful, the data streaming routes to the client. On-client request fulfillment, a proof of delivery is generated containing cryptographically secured metadata about the original request, any parts involved and the resources consumed.

The Delivery Acknowledgements are stored locally in the participating node memory pools, rolled up to the protocol consensus consistently throughout the epoch (about 24h). This agreement is formed by a random committee of any healthy Nodes that use the information provided to reward the Nodes fairly.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
9 changes: 0 additions & 9 deletions docs/learn/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ tags:
- toolkit
---

import Author from '@site/src/components/Author';

## Overview

A Fleek Network Service is a modular application that runs on nodes and allows users to perform well-defined functions or some specific tasks. Services are scalable and performant due to edge computation and networking features provided by the core principles of the network.
Expand Down Expand Up @@ -137,10 +135,3 @@ This causes long finalization times and a reduction in block speeds on Layer-1,
In Fleek Network, a service builder can offer an alternative to a Layer-2 sequencer, that is decentralized and more reliable by batching and posting to Layer-1 settlement contracts. With equivalent Layer-2 settlement times.

An additional benefit can be enabling end-user gasless transaction submissions by disregarding a Layer-2 gas token to submit transactions to Layer-1.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/learn/the-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tags:
sidebarCollapsible: false
---

import Author from '@site/src/components/Author';
import Ports from '../../guides/partials/_ports.mdx';

## Protocol
Expand Down Expand Up @@ -401,10 +400,3 @@ The Fleek Network binary process is the program that's been compiled down to mac
A JSON-RPC (JavaScript Object Notation Remote Procedure Call) is a protocol that enables communication between client and server applications. The [Fleek Network JSON-RPC](https://fleek-network.github.io/lightning/api-documentation/?202308171515) API enables JSON-RPC interaction with Fleek Network Node.

Fleek Network JSON-RPC API reference documentation is available at [https://fleek-network.github.io/lightning/api-documentation](https://fleek-network.github.io/lightning/api-documentation).

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/analyzing-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tags:
- diagnostic
---

import Author from '@site/src/components/Author';

## Analyzing Logs

Expand Down Expand Up @@ -86,10 +85,3 @@ In any case, you can use the Docker command to analyze the logs. If you have sti
sudo docker logs -f lightning-node
```
:::

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
9 changes: 0 additions & 9 deletions docs/node/health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tags:
- node status
---

import Author from '@site/src/components/Author';

## TL;DR: Run the command

A script is available to do and provide a health check overview:
Expand Down Expand Up @@ -104,10 +102,3 @@ If the request is successful, you should get the result `pong` as follows:
```

Any other response, such as errors determine that the node is not healthy.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
10 changes: 0 additions & 10 deletions docs/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ tags:
- build
---

import Author from '@site/src/components/Author';

## Overview

This section provides instructions to help you build a **Fleek Network Node**, it's aimed at everybody willing to learn and cultivate knowledge as a node operator.
Expand Down Expand Up @@ -40,11 +38,3 @@ While we do our best to provide the clearest instructions, there's always space
:::

**Ready?** Start by checking the [server requirements](/docs/node/requirements)


<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tags:
- manual
---

import Author from '@site/src/components/Author';
import GitCloneOptions from '../../guides/partials/_git-clone-options.mdx';
import CreateAUser from '../../guides/partials/_create-a-user.mdx';
import SetUserPathInConfigToml from '../../guides/partials/_set-user-path-config-toml.mdx';
Expand Down Expand Up @@ -708,10 +707,3 @@ Learn how to manage the Systemd Service by reading the section [systemd service]
## Frequently Used Commands (Quick Reference)
A quick reference of the most Frequently Used Commands are available for [Native](/references/Lightning%20CLI/frequently-used-commands-for-native-setup) and [Docker](/references/Docker/frequently-used-commands-for-docker-setup) setups. If you'd like a more in depth explanation of the commands, check the [health check](/docs/node/health-check), [analyzing logs](/docs/node/analyzing-logs), [systemd service](/docs/node/systemd-service) and [guides](/guides) sections separately.
<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/lightning-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tags:
- lgtn
---

import Author from '@site/src/components/Author';
import InfoNetworkParticipation from '../../guides/partials/_info_network_participation.mdx';
import TipShutdownGracefully from '../../guides/partials/_tip_shutdown_gracefully.mdx';
import WarningPreventPrematureShutdown from '../../guides/partials/_warning_prevent_premature_shutdown.mdx';
Expand Down Expand Up @@ -167,10 +166,3 @@ Options:
-v... Increases the level of verbosity (the max level is -vvv)
-h, --help Print help
```
<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tags:
sidebarCollapsible: false
---

import Author from '@site/src/components/Author';
import Ports from '../../guides/partials/_ports.mdx';

## Requirements
Expand Down Expand Up @@ -57,10 +56,3 @@ The recommended number of CPU cores is a minimum of 4 with a minimum CPU speed o
### Memory

A minimum of 32 GB of memory (RAM) is required and a reasonable amount of disk space for the installation and running processes, which at the minimum should be around 20 GB.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/systemd-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tags:
- manage
---

import Author from '@site/src/components/Author';
import WarningPreventPrematureShutdown from '../../guides/partials/_warning_prevent_premature_shutdown.mdx';
import TipShutdownGracefully from '../../guides/partials/_tip_shutdown_gracefully.mdx';
import InfoNetworkParticipation from '../../guides/partials/_info_network_participation.mdx';
Expand Down Expand Up @@ -156,10 +155,3 @@ If you have installed or set up the Service as a Docker Container, prefix the se
sudo systemctl status docker-lightning
```
:::

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions docs/node/testnet-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tags:
sidebarCollapsible: false
---

import Author from '@site/src/components/Author';
import InfoNetworkParticipation from '../../guides/partials/_info_network_participation.mdx';

:::warning
Expand Down Expand Up @@ -184,10 +183,3 @@ However, if you wish to learn about key management, you can refer to the [instru
### Does Nodes require to have SGX chips?

Phase {4} testnet includes enhancements that require node features, such as [SGX chips](https://en.wikipedia.org/wiki/Software_Guard_Extensions). This enhances the network's capabilities and expands its service and use cases, as described in the [Genesis Node Operator Application](https://blog.fleek.network/post/genesis-node-operator-application/). For more information check the [following list of hardware](https://github.com/ayeks/SGX-hardware) which supports Intel SGX - Software Guard Extensions.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions guides/Node Operators/getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ tags:
<!--
The following import is intentional (see partial <CheckoutCommitWarning />)
-->
import Author from '@site/src/components/Author';
import GitCloneOptions from '../partials/_git-clone-options.mdx';
import InfoNetworkParticipation from '../../guides/partials/_info_network_participation.mdx';

Expand Down Expand Up @@ -266,10 +265,3 @@ Furthermore, we guide you through a step-by-step installation of the network nod
Finally, we do a quick health check to confirm the status of our node.

Discover more about the project by [watching/contributing on GitHub](https://github.com/fleek-network/lightning), following us on [Twitter](https://twitter.com/fleek_net), and joining [our community Discord](https://discord.gg/fleek) for any updates.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
9 changes: 0 additions & 9 deletions guides/Node Operators/how-to-manage-logfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tags:

![How to manage log files](./assets/how-to-manage-log-files.png?202310271441)

import Author from '@site/src/components/Author';

## Introduction

The Fleek Network node streams text messages to the standard output and error in Linux. Given that disk space is a limited resource for most systems, the number of text data can be a cause of concern. Managing the file sizes by means of rotation and compression can help.
Expand Down Expand Up @@ -292,10 +290,3 @@ The guide starts by warning us about the stream text messages that the Fleek Net
To help control it, the journald is introduced, by explaining its role as a centralized message system, that runs alongside the application logs. Then, have it configured to limit the maximum file size, amongst other system-wide settings.

Finally, logrotate is discussed in helping us manage the Fleek Network Lightning application log files by setting it to automatically compress, rename, remove logs for the system admin convenience and saving system's resources.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions guides/Node Operators/managing-the-keystore.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ tags:

![Managing the keystore](./assets/managing-the-keystore.png?202311181211)

import Author from '@site/src/components/Author';
import RestoreKeystore from '../partials/_restore-keystore.mdx';

## Introduction
Expand Down Expand Up @@ -439,10 +438,3 @@ In the future, we'll introduce more advanced topics that will help you improve t
While we do our best to provide the clearest instructions, there's always space for improvement, therefore feel free to make any contributions by messaging us on our [Discord](https://discord.gg/fleek) or by opening a [PR](https://github.com/fleek-network) in any of our repositories.

Discover more about the project by [watching/contributing on Github](https://github.com/fleek-network/lightning), following us on [Twitter](https://twitter.com/fleek_net), and joining [our community Discord](https://discord.gg/fleek) for all the best updates!

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions guides/Node Operators/running-a-node-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tags:
<!--
The following import is intentional (see partial <CheckoutCommitWarning />)
-->
import Author from '@site/src/components/Author';
import GitCloneOptions from '../partials/_git-clone-options.mdx';
import CreateAUser from '../../guides/partials/_create-a-user.mdx';

Expand Down Expand Up @@ -441,10 +440,3 @@ We guided you through the initial installation steps, and how to build a [Docker
While we do our best to provide the clearest instructions, there's always space for improvement, therefore feel free to make any contributions by messaging us on our [Discord](https://discord.gg/fleek) or by opening a [PR](https://github.com/fleek-network) in any of our repositories.

Discover more about the project by [watching/contributing on Github](https://github.com/fleek-network/lightning), following us on [Twitter](https://twitter.com/fleek_net), and joining [our community Discord](https://discord.gg/fleek) for all the best updates!

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions guides/Node Operators/transfering-setup-ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tags:
<!--
The following import is intentional (see partial <CheckoutCommitWarning />)
-->
import Author from '@site/src/components/Author';
import CreateAUser from '../../guides/partials/_create-a-user.mdx';
import FindAndReplaceConfigWithUserPaths from '../../guides/partials/_find-and-replace-config-with-user-paths.mdx';

Expand Down Expand Up @@ -350,10 +349,3 @@ Jumped through topics of Systemd service that helps the user manage the service
We've gone through the step-by-step process to migrate the Fleek Network CLI and Systemd service setup from one user to the other. To keep it short, we decided to go with the use-case of where the migration happens between a **root** user and a **sudoer**.

Discover more about the project by [watching/contributing on GitHub](https://github.com/fleek-network/lightning), following us on [Twitter](https://twitter.com/fleek_net), and joining [our community Discord](https://discord.gg/fleek) for any updates.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions guides/Node Operators/updating-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ tags:

![Update Lightning](./assets/updating-lightning.png?202309191740)

import Author from '@site/src/components/Author';
import CheckoutCommitWarning from '../../guides/partials/_checkout-commit-warning.mdx';
import WarningPreventPrematureShutdown from '../../guides/partials/_warning_prevent_premature_shutdown.mdx';
import TipShutdownGracefully from '../../guides/partials/_tip_shutdown_gracefully.mdx';
Expand Down Expand Up @@ -359,10 +358,3 @@ We have looked into how to pull the changes via Git, and discussed that contribu
To complete, provided a step-by-step walkthrough the installation and setup process for the Fleek Network Lightning CLI and Systemd service.

Discover more about the project by [watching/contributing on GitHub](https://github.com/fleek-network/lightning), following us on [Twitter](https://twitter.com/fleek_net), and joining [our community Discord](https://discord.gg/fleek) for any updates.

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
8 changes: 0 additions & 8 deletions references/Docker/build-and-run-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tags:
- container
---

import Author from '@site/src/components/Author';
import GitCloneOptions from '../../guides/partials/_git-clone-options.mdx';

## Clone the source code locally
Expand Down Expand Up @@ -159,10 +158,3 @@ To view the logs of a Docker container in real time, use the following command:
```sh
sudo docker logs -f lightning-node
```

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ tags:
- docker
---

import Author from '@site/src/components/Author';

## TL;DR

Most assisted processes are available through the `get.fleek.network` command, where you can select to install, do a health check amongst others.
Expand Down Expand Up @@ -184,10 +182,3 @@ sudo docker stop <CONTAINER ID or CONTAINER NAME>
```sh
sudo docker rm <CONTAINER ID or CONTAINER NAME>
```

<Author
name="Helder Oliveira"
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
Loading

0 comments on commit 793b00c

Please sign in to comment.