From 9f7a619c390726ddb060e72c97c0a94a0ec1a720 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 6 May 2024 22:35:21 +0200 Subject: [PATCH] Final touches for v1.1.0 --- content/documentation/_index.md | 2 +- content/documentation/reference/configuration.md | 2 +- static/{1.0.9_service.json => 1.1.0_service.json} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename static/{1.0.9_service.json => 1.1.0_service.json} (100%) diff --git a/content/documentation/_index.md b/content/documentation/_index.md index 80a5887..e99a71f 100644 --- a/content/documentation/_index.md +++ b/content/documentation/_index.md @@ -11,7 +11,7 @@ aliases = [ # Documentation -
Updated to version 1.0.8 (see the Changelog).
+
Updated to version 1.1.0 (see the Changelog).
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). diff --git a/content/documentation/reference/configuration.md b/content/documentation/reference/configuration.md index 138ffab..dfe2e8f 100644 --- a/content/documentation/reference/configuration.md +++ b/content/documentation/reference/configuration.md @@ -41,7 +41,7 @@ The `service.json` file holds all the configurable options for the cluster peer
If present, the `CLUSTER_SECRET` environment value is used when running `ipfs-cluster-service init` to set the cluster `secret` value.
-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: diff --git a/static/1.0.9_service.json b/static/1.1.0_service.json similarity index 100% rename from static/1.0.9_service.json rename to static/1.1.0_service.json