Skip to content

Commit

Permalink
Fix links in FAQ
Browse files Browse the repository at this point in the history
Signed-off-by: Matus Jenca <matus.jenca@dnation.cloud>
  • Loading branch information
MatusJenca2 committed Nov 8, 2023
1 parent c5a18fc commit 410ae1f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/08-faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A standardized environment promotes interoperability, reduces vendor lock-in, an

## Where can I find the SCS standards?

The SCS standards are available on the standards pages within our documentation page. [Find them here](https://docs.scs.community/standards/)
The SCS standards are available on the standards pages within our documentation page. [Find them here](../../standards/index.md)

## How is the SCS different from other cloud environments (e.g. AWS, Azure,...)?

Expand All @@ -34,7 +34,7 @@ Reference implementation is a concrete example or blueprint of how the SCS stand

## Do I need to use the reference implementation to be SCS compliant?

No, while the reference implementation is a guide, compliance requires adhering to SCS standards, not the exact blueprint of the reference implementation. [Check the standards page on how to be SCS-compatible](https://docs.scs.community/standards/)
No, while the reference implementation is a guide, compliance requires adhering to SCS standards, not the exact blueprint of the reference implementation. [Check the standards page on how to be SCS-compatible](../../standards/index.md)

## Do I have to use all layers of the reference implementation (IaaS, CaaS)?

Expand All @@ -46,7 +46,7 @@ IaaS stands for Infrastructure as a Service, providing virtualized computing res

## How is the IaaS layer structured?

IaaS typically comprises virtual machines, storage, and network resources, all offered as scalable services. [Find the architecture here](#)
IaaS typically comprises virtual machines, storage, and network resources, all offered as scalable services. [Find the architecture here](https://docs-staging.scs.community/docs/category/iaas-layer)

## What does CaaS mean? (Container Layer)

Expand All @@ -56,27 +56,27 @@ CaaS refers to Container as a Service, where providers offer container orchestra

**As a user**:

- Existing SCS Clouds: Explore and test on any of the cloud providers offering SCS. [Choose one from here](#)
- Existing SCS Clouds: Explore and test on any of the cloud providers offering SCS. [Choose one from here](../../standards/certification/overview.md/#compliant-cloud-environments)

**As a Cloud Service Provider**:

- **Cloud in a Box**: Start with our pre-packaged solutions. [Link to Ciab](#)
- **Testbed**: Use the SCS test environment to experiment. [Link to Testbed/deployment example](#)
- **Cloud in a Box**: Start with our pre-packaged solutions. [Link to Ciab](https://docs-staging.scs.community/docs/iaas/deployment-examples/cloud-in-a-box/advanced-guides/cloud-in-a-box)
- **Testbed**: Use the SCS test environment to experiment. [Link to Testbed/deployment example](https://docs-staging.scs.community/docs/iaas/deployment-examples/cloud-in-a-box/advanced-guides/testbed)

## I want to use an SCS Cloud! How do I get started?

**As a user**:

- Browse our [list of providers](#) and choose one that fits your needs.
- Browse our [list of providers](../../standards/certification/overview.md/#compliant-cloud-environments) and choose one that fits your needs.

**As a Cloud Service Provider**:

- Adopt SCS standards and utilize our [resources and tools](#) to integrate them.
- Adopt SCS standards and utilize our [resources and tools](https://docs-staging.scs.community/docs/category/components) to integrate them.

## I want to use the SCS in my company and build my own cloud! Where do I start?

Start by understanding SCS standards and then move on to the reference implementation. [Link to guide](#).
Start by understanding SCS standards and then move on to the reference implementation. [Link to guide](../../standards/index.md)).

## I have a technical problem. Where can I find help?

Refer to our support section or check our community channels for assistance. [Link to community](#).
Refer to our support section or check our community channels for assistance. [Link to community](../../community/index.md).

0 comments on commit 410ae1f

Please sign in to comment.