Skip to content

Commit 4c7bc2a

Browse files
committed
Update starting of the cluster.
1 parent f5574fa commit 4c7bc2a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

docs/installation/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 2,
44
"link": {
55
"type": "generated-index",
6-
"description": "5 minutes to learn the most important Simplecontainer concepts."
6+
"description": "Learn how to deploy simplecontainer nodes whether single node or multiple nodes."
77
}
88
}

docs/simplecontainer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ sidebar_position: 1
99
The project is in alpha version.
1010
:::
1111

12-
See the simplecontainer in action.
12+
# Simplecontainer
1313

14-
<iframe src="https://www.youtube.com/embed/RTu4sj-7qeA?si=cHBtiujoQlMttjJO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
14+
**Simplecontainer** is a tool for orchestrating Docker (currently) containers on a single node or across multiple nodes in a cluster.It runs on top of a container engine and manages all associated resources such as containers and networks. SimpleContainer uses a declarative approach—define containers using YAML files, and it will reconcile the actual state to match the defined state.
1515

16-
# SimpleContainer
16+
# See the simplecontainer in action.
17+
18+
<iframe src="https://www.youtube.com/embed/RTu4sj-7qeA?si=cHBtiujoQlMttjJO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1719

18-
**SimpleContainer** is a tool for orchestrating Docker (currently) containers on a single node or across multiple nodes in a cluster.It runs on top of a container engine and manages all associated resources such as containers and networks. SimpleContainer uses a declarative approach—define containers using YAML files, and it will reconcile the actual state to match the defined state.
1920

2021
## Features
2122

docusaurus.config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config = {
5959
// Replace with your project's social card
6060
image: 'img/docusaurus-social-card.jpg',
6161
navbar: {
62-
title: 'Simplecontainer',
62+
title: 'docs.simplecontainer',
6363
logo: {
6464
alt: 'simplecontainer.io',
6565
src: 'img/logo.png',
@@ -78,6 +78,11 @@ const config = {
7878
label: 'GitHub',
7979
position: 'right',
8080
},
81+
{
82+
href: 'https://app.simplecontainer.io',
83+
label: 'Go to app',
84+
position: 'right',
85+
}
8186
],
8287
},
8388
footer: {
@@ -88,7 +93,7 @@ const config = {
8893
items: [
8994
{
9095
label: 'Installation',
91-
to: '/category/installation',
96+
to: '/category/running-nodes',
9297
},
9398
{
9499
label: 'Client',

0 commit comments

Comments
 (0)