diff --git a/docusaurus.config.js b/docusaurus.config.js index 1753d8a..f3829c4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -2,13 +2,13 @@ /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: 's3gw Project', - tagline: 'Lightweght S3 service for Kubernetes', - url: 'https://s3gw.io', + tagline: 'Lightweght S3 service for small deployments', + url: 'https://s3gw.tech', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - organizationName: 'Aquarist Labs', // Usually your GitHub org/user name. + organizationName: 's3gw.tech', // Usually your GitHub org/user name. projectName: 's3gw website', // Usually your repo name. trailingSlash: false, themeConfig: { @@ -41,55 +41,17 @@ module.exports = { className: 'navbar__docs' }, { - to: 'https://rancher-users.slack.com/archives/C04DCMUV8SE', - label: 'Slack', - position: 'right', - className: 'navbar__docs' - }, - { - to: 'https://github.com/aquarist-labs/s3gw', + to: 'https://github.com/s3gw-tech/s3gw', label: 'GitHub', position: 'right', className: 'navbar__icon navbar__github', - }, - { - type: 'dropdown', - label: 'More From SUSE', - position: 'right', - className: 'navbar__docs', - items: [ - { - label: 'Rancher', - to: 'https://www.rancher.com', - className: 'navbar__icon navbar__rancher', - }, - { - label: 'Rancher Desktop', - to: "https://rancherdesktop.io", - className: 'navbar__icon navbar__rd', - }, - { - label: 'Longhorn', - to: "https://longhorn.io", - className: 'navbar__icon navbar__longhorn', - }, - { - type: 'html', - value: '
Easy to deploy and manage, with a light container footprint and Helm charts to get started.
Consume a Longhorn PVC, and expose it as S3 for applications.
+May it be a Kubernetes PVC or a local File System, s3gw consumes any storage and exposes it as S3 for applications.
Helm is the preferred deployment method, and will automatically use - your cluster's default storage class for the backing store. If you have - Longhorn installed already, s3gw will thus use a Longhorn PV. The above + your cluster's default storage class for the backing store. The above assumes cert-manager and traefik are available, but these and other settings can be overridden via values.yaml.
Docker and Podman deployments will use ephemeral storage inside the @@ -103,20 +102,20 @@ podman run --replace --name=s3gw-ui -it -p 8080:8080 -e S3GW_SERVICE_URL="http:/