Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SFFL title in docs #266

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 5

:::info

While the opt-in process for NEAR NFFL is currently underway - see
While the opt-in process for NFFL is currently underway - see
[Registration](./operator/registration) - the testnet is not completely
operational just yet.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/operator/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Registration

Here we'll go step-by-step on how to opt-in into NEAR NFFL. It's a quick and
Here we'll go step-by-step on how to opt-in into NFFL. It's a quick and
easy process that will allow you to start contributing to the network once the
testnet starts functioning.

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/operator/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ sidebar_position: 2

:::info

While the opt-in process for NEAR NFFL is currently underway - see
While the opt-in process for NFFL is currently underway - see
[Registration](./registration) - the testnet is not completely operational
just yet, so it's currently not required that operators run a node. Keep an
eye out for updates!

:::

This guide will walk you through the steps required to set up your operator
node on the NEAR NFFL testnet. The testnet serves as a sandbox environment
node on the NFFL testnet. The testnet serves as a sandbox environment
for testing and development, allowing you to test both the AVS smart contracts
and off-chain services. As the network is under active development, it's
crucial to stay updated with the latest changes and keep your node in sync
with the network.

## Hardware Requirements

A NEAR NFFL operator node consists of two main components: the AVS node
A NFFL operator node consists of two main components: the AVS node
software and a NEAR DA indexer. The AVS node software is a Go implementation
of the AVS protocol, while the NEAR DA indexer is essentially a NEAR full node
that indexes NEAR DA submissions on the NEAR blockchain.
Expand Down
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'NEAR SFFL',
tagline: 'NEAR Super Fast Finality Layer',
title: 'NFFL',
tagline: 'Nuffle Fast Finality Layer',
favicon: 'img/favicon.ico',

url: 'https://nffl.nethermind.io',
Expand Down Expand Up @@ -48,7 +48,7 @@ const config = {
({
image: 'img/near-sffl-social-card.jpg',
navbar: {
title: 'NEAR SFFL',
title: 'NFFL',
logo: {
alt: 'NEAR Logo',
src: 'img/near-icon.svg',
Expand Down
Loading