Skip to content

Commit

Permalink
Final touches for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed May 6, 2024
1 parent 9ca47d4 commit 9f7a619
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/documentation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases = [

# Documentation

<div class="tipbox tip">Updated to version <a href="https://github.com/ipfs-cluster/ipfs-cluster/blob/master/CHANGELOG.md">1.0.8 (see the Changelog)</a>.</div>
<div class="tipbox tip">Updated to version <a href="https://github.com/ipfs-cluster/ipfs-cluster/blob/master/CHANGELOG.md">1.1.0 (see the Changelog)</a>.</div>

Welcome to IPFS Cluster documentation. The different sections of the documentation will explain how to setup, start, and operate a Cluster. Operating a production IPFS Cluster can be a daunting task if you are not familiar with concepts around [IPFS](https://ipfs.io) and peer-2-peer networking ([libp2p](https://libp2p.io) in particular). We aim to provide comprehensive documentation and guides but we are always open for improvements: documentation issues can be submitted to the [ipfs-cluster-website repository](https://github.com/ipfs-cluster/ipfs-cluster-website).

Expand Down
2 changes: 1 addition & 1 deletion content/documentation/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `service.json` file holds all the configurable options for the cluster peer

<div class="tipbox tip">If present, the `CLUSTER_SECRET` environment value is used when running `ipfs-cluster-service init` to set the cluster `secret` value.</div>

As an example, [this is a default `service.json` configuration file](/1.0.9_service.json).
As an example, [this is a default `service.json` configuration file](/1.1.0_service.json).

The file looks like:

Expand Down
File renamed without changes.

0 comments on commit 9f7a619

Please sign in to comment.