diff --git a/docs/admin/introduction.md b/docs/admin/introduction.md index c095a82ff0..f79045f1c3 100644 --- a/docs/admin/introduction.md +++ b/docs/admin/introduction.md @@ -24,8 +24,8 @@ meta: - [FlowFuse Concepts](/docs/user/concepts.md) - [Usage Telemetry](/docs/admin/telemetry.md) - [Single-Sign On](/docs/admin/sso/) - - [Licensing](/docs/admin/licensing.md) - - [User management](/docs/admin/user_management.md) + - [Licensing](https://flowfuse.com/pricing/) + - [User management](/docs/admin/user-management.md) - [Platform Monitoring](/docs/admin/monitoring.md) - [Soft Launch Enablement](/docs/admin/feature-flags.md) diff --git a/docs/admin/user_management.md b/docs/admin/user-management.md similarity index 100% rename from docs/admin/user_management.md rename to docs/admin/user-management.md diff --git a/docs/install/configuration.md b/docs/install/configuration.md index 2f57f84d3b..a9825f2d7b 100644 --- a/docs/install/configuration.md +++ b/docs/install/configuration.md @@ -141,7 +141,7 @@ Option | Description `email.smtp.auth.pass` | Password to authenticate the connection with. Default: `unset` `email.debug` | If set to true, it will log the full content of emails it tries to send. Default: `false` -See [here](./email_providers.md) for example configuration with common email providers. +See [here](./email-providers.md) for example configuration with common email providers. ### AWS SES Email diff --git a/docs/install/email_providers.md b/docs/install/email-providers.md similarity index 100% rename from docs/install/email_providers.md rename to docs/install/email-providers.md diff --git a/docs/install/kubernetes/README.md b/docs/install/kubernetes/README.md index ec68498e35..693711aa59 100644 --- a/docs/install/kubernetes/README.md +++ b/docs/install/kubernetes/README.md @@ -88,7 +88,7 @@ Before you begin, ensure you have the following: 2. **kubectl:** To manage a Kubernetes cluster you will need a copy of the `kubectl` utility. Instructions on how to install it can be found [here](https://kubernetes.io/docs/tasks/tools/) 3. **Helm:** FlowFuse provides the Helm chart to manage platform deployment. Installation can be done through the instructions on [their website](https://helm.sh) 4. **Kubernetes Cluster:** The deployment has currently been tested on the following environments: - - [AWS EKS](aws_terraform.md) + - [AWS EKS](aws-terraform.md) - [Digital Ocean](digital-ocean.md) - MicroK8s 5. **Ingress Controller:** [The Traefik](https://doc.traefik.io/traefik/) installed on the cluster. @@ -412,4 +412,4 @@ Check the [FlowFuse Helm chart documentation](https://github.com/FlowFuse/helm/t ### I would like to run FlowFuse on AWS EKS. Do you have any guidance? Yes, we have a dedicated guide on how to deploy FlowFuse on AWS EKS. You can find it [here](aws.md). -Furthermore, we also provide terraform scripts to automate the deployment process of all required AWS service. You can find the guide [here](aws_terraform.md). +Furthermore, we also provide terraform scripts to automate the deployment process of all required AWS service. You can find the guide [here](aws-terraform.md). diff --git a/docs/install/kubernetes/aws_terraform.md b/docs/install/kubernetes/aws-terraform.md similarity index 100% rename from docs/install/kubernetes/aws_terraform.md rename to docs/install/kubernetes/aws-terraform.md