Skip to content

Commit 38d9f66

Browse files
authored
Merge pull request #8 from IndritFejza/patch-1
Fix formatting in documentation
2 parents e49db33 + 452c00f commit 38d9f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ For an overview of the ApeiroRA project, please visit the [project's main websit
1818
ApeiroRA provides concepts, specifications, and building blocks for constructing a<strong>consistent environment for managing and accessing a diverse range of services from different providers</strong>, called "<Term>Platform Mesh</Term>."
1919
This Platform Mesh supports an unlimited spectrum of services, including infrastructure like virtual machines, runtime environments like Kubernetes clusters, application services like databases, and specialized business services.
2020

21-
Developers of applications and services can utilize the Platform Mesh to<strong>acquire all the necessary services for building and running their applications</strong>.
22-
For service suppliers, the Platform Mesh<strong>acts as a marketplace for offering their services</strong> across multiple consumers.
21+
Developers of applications and services can utilize the Platform Mesh to <strong>acquire all the necessary services for building and running their applications</strong>.
22+
For service suppliers, the Platform Mesh <strong>acts as a marketplace for offering their services</strong> across multiple consumers.
2323

2424
The foundational principles of the Platform Mesh support both large-scale and small-scale operations, making it well-suited for public, private, and edge cloud deployments.
2525
</div>
@@ -119,4 +119,4 @@ const steps = [
119119
];
120120
</script>
121121

122-
<Journey :steps="steps" />
122+
<Journey :steps="steps" />

0 commit comments

Comments
 (0)