Skip to content

Commit 5110384

Browse files
committed
chore: moved all operations
1 parent 3412045 commit 5110384

17 files changed

+31
-31
lines changed

amplify/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ locals {
355355
# },
356356
# {
357357
# source = "/security-faq"
358-
# target = "/security-faq"
358+
# target = "/operations/security-faq"
359359
# },
360360
# {
361361
# source = "/copilot-preview"

docs/concepts/copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When using meshStack Copilot, please keep in mind:
4848

4949
### Which AI model providers do you use for Copilot?
5050

51-
meshStack Copilot currently uses Google Gemini models hosted by Google Cloud in the EU. This means your questions are processed by Google Cloud, acting as a subprocessor of meshcloud. For more details, see our official subprocessor list in the [Security FAQ](security-faq.md).
51+
meshStack Copilot currently uses Google Gemini models hosted by Google Cloud in the EU. This means your questions are processed by Google Cloud, acting as a subprocessor of meshcloud. For more details, see our official subprocessor list in the [Security FAQ](operations/security-faq.md).
5252

5353
We're curious to hear if you’d like to see “bring your own model” (or API key) support so you can use meshStack Copilot with models under your own contract.
5454

@@ -96,7 +96,7 @@ All conversations with meshStack Copilot, including all data provided to the mod
9696
### Concepts
9797

9898
- [Copilot](concepts/copilot.md)
99-
- [Security FAQ](security-faq.md)
99+
- [Security FAQ](operations/security-faq.md)
100100

101101
### Guides
102102

docs/concepts/identity-and-access-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ meshStack supports the following identity provisioning strategies:
126126
| :-----------: | :------------------------------------------------------------: | :------------------------------------------------------------------------: |
127127
| OpenStack | - | [supported](integrations/openstack/index.md#access-control-integration) |
128128
| Cloud Foundry | | [supported](integrations/cloud-foundry/index.md#uaa-configuration) |
129-
| Kubernetes | - | [supported](meshstack.kubernetes.index.md#access-control-integration) |
129+
| Kubernetes | - | [supported](integrations/kubernetes/index.md#access-control-integration) |
130130
| OpenShift | - | [supported](integrations/openshift/index.md#idp-configuration) |
131131
| AWS | [deprecated](/integrations/aws/index.md#meshidb-deprecated) | [supported](/integrations/aws/index.md#aws-sso) |
132132
| Azure | [AAD B2B](integrations/azure/index#workload-aad-tenant) | [supported](integrations/azure/index#azure-active-directory-integration) |

docs/guides/core/how-to-kickstart-your-IDP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ importing a Building Block Definition from the meshStack Hub and making it avail
4646

4747
### Concepts
4848

49-
- [Building Block](concepts/building-block.md)
49+
- [Building Block](../../concepts/building-block.md)
5050
- [meshStack Hub](https://hub.meshcloud.io)

docs/guides/core/how-to-manage-a-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide helps you manage tenants in meshStack. You'll learn how to keep your
1212
### Prerequisites
1313

1414
- Have an admin user that can log into meshStack.
15-
- For AWS account import, refer to the [AWS Integration Guide Step 11](integrations/aws/how-to-integrate.md) for detailed instructions.
15+
- For AWS account import, refer to the [AWS Integration Guide Step 11](../../integrations/aws/how-to-integrate.md) for detailed instructions.
1616

1717
### Step by Step Guide
1818

docs/integrations/openshift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: index
33
title: Integration
44
---
55

6-
meshStack supports management of RedHat OpenShift platforms. OpenShift has a [Kubernetes](meshstack.kubernetes.index.md) core and provides additional services. It is available in both Open Source flavors (OKD) as well as enterprise offerings by RedHat.
6+
meshStack supports management of RedHat OpenShift platforms. OpenShift has a [Kubernetes](integrations/kubernetes/index.md) core and provides additional services. It is available in both Open Source flavors (OKD) as well as enterprise offerings by RedHat.
77

88
meshStack supports project creation, configuration, access control, quota management and billing for OpenShift.
99

docs/integrations/openstack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The latest OpenStack release officially validated with meshStack is [OpenStack 2
1919
However, any later OpenStack releases that continues to maintain API compatibility with the API versions specified below is supported.
2020

2121
> As OpenStack is typically deployed "behind the firewall" in a private cloud settings, you may consider using an on-prem deployment of
22-
> [meshStack Enterprise](meshstack.managed-service.md). This enables meshStack to safely connect to your OpenStack APIs on your private network.
22+
> [meshStack Enterprise](operations/managed-service.md). This enables meshStack to safely connect to your OpenStack APIs on your private network.
2323
2424
### Supported OpenStack Versions
2525

docs/meshstack.backup.md renamed to docs/operations/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: meshstack.backup
2+
id: backup
33
title: Backup
44
---
55

docs/administration.dns.md renamed to docs/operations/dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: administration.dns
2+
id: dns
33
title: "DNS and SSL Certificates"
44
---
55

@@ -25,7 +25,7 @@ The DNS records needed for those domains are provided to you by meshcloud during
2525

2626
## SSL certificates
2727

28-
> Providing SSL certificates is only required for [meshStack Enterprise](meshstack.managed-service.md#meshstack-saas-on-prem). For [meshStack SaaS](meshstack.managed-service.md#meshstack-saas) manages SSL certificates automatically.
28+
> Providing SSL certificates is only required for [meshStack Enterprise](operations/managed-service.md#meshstack-saas-on-prem). For [meshStack SaaS](operations/managed-service.md#meshstack-saas) manages SSL certificates automatically.
2929
3030
meshStack supports wildcard certificates and certificates with Subject Alternative Name (SAN).
3131
SAN certificates need to contain FQDN for all hosts.

docs/meshstack.email.md renamed to docs/operations/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: meshstack.email
2+
id: email
33
title: Email
44
---
55

0 commit comments

Comments
 (0)