forked from project-flotta/project-flotta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eloy Coto <[email protected]>
- Loading branch information
Showing
9 changed files
with
167 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# Childs: | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# Childs: | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# | ||
# | ||
- Name: Intro | ||
Link: "/documentation/latest/into/test.md" | ||
Childs: | ||
- Name: What is flotta | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: Use cases | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: Flotta vs others | ||
Link: "/documentation/latest/into/test.md" | ||
|
||
- Name: Getting started | ||
Link: "/documentation/latest/into/test.md" | ||
Childs: | ||
- Name: Minikube | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: Kind | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: OCP | ||
Link: "/documentation/latest/into/test.md" | ||
|
||
- Name: Os Management | ||
Link: "/documentation/latest/into/test.md" | ||
Childs: | ||
- Name: Pipelines | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: RPM-Osstree | ||
Link: "/documentation/latest/into/test.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# Childs: | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# Childs: | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# - Name: test | ||
# Link: "/documentation/latest/into/test.md" | ||
# | ||
# | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" | ||
Childs: | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" | ||
Childs: | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" | ||
- Name: test | ||
Link: "/documentation/latest/into/test.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<section class="section skip_top"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-4"> | ||
{% assign urlParts = page.url | split: "/" %} | ||
{% assign version = urlParts[2] %} | ||
<ul class="list-group list-group-collapse border-0"> | ||
{% for item in site.data.documentation[version] %} | ||
<li class="list-group-item border-0"> | ||
<h5><a href="{{item.Link}}">{{ item.Name}}</a></h5> | ||
{% if item.Childs.size > 0 %} | ||
<ul class="list-group border-0"> | ||
{% for val in item.Childs %} | ||
<li class="list-group-item border-0"> <a href="{{val.Link}}">{{ val.Name }}</a> </li> | ||
{% endfor %} | ||
</ul> | ||
{% endif %} | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-8"> | ||
<h1 class="font-tertiary mb-5">{{ page.title | escape }}</h1> | ||
<!-- <p class="font-secondary">Published on {{ page.date | date: '%b %d, %Y' }} by <span class="text-primary">{{ page.author }}</span --> | ||
<!-- class="text-primary"> on {% for tag in page.tags %}<span>{{ tag }} </span>{% endfor %}</p> --> | ||
<div class="content"> | ||
{% if page.image %} | ||
<img src="{{page.image | relative_url }}" class="img-fluid rounded float-left mr-5 mb-4" alt="{{page.title}}"> | ||
{% endif %} | ||
|
||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.skip_top { | ||
margin-top: 80px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: documentation | ||
title: What is flotta | ||
--- | ||
|
||
## Phase 1 | ||
|
||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem | ||
Ipsum has been the industry's standard dummy text ever since the 1500s, when an | ||
unknown printer took a galley of type and scrambled it to make a type specimen | ||
book. It has survived not only five centuries, but also the leap into electronic | ||
typesetting, remaining essentially unchanged. It was popularised in the 1960s | ||
with the release of Letraset sheets containing Lorem Ipsum passages, and more | ||
recently with desktop publishing software like Aldus PageMaker including | ||
versions of Lorem Ipsum. | ||
|
||
## Phase 2 | ||
|
||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem | ||
Ipsum has been the industry's standard dummy text ever since the 1500s, when an | ||
unknown printer took a galley of type and scrambled it to make a type specimen | ||
book. It has survived not only five centuries, but also the leap into electronic | ||
typesetting, remaining essentially unchanged. It was popularised in the 1960s | ||
with the release of Letraset sheets containing Lorem Ipsum passages, and more | ||
recently with desktop publishing software like Aldus PageMaker including | ||
versions of Lorem Ipsum. | ||
## Phase 3 | ||
|
||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem | ||
Ipsum has been the industry's standard dummy text ever since the 1500s, when an | ||
unknown printer took a galley of type and scrambled it to make a type specimen | ||
book. It has survived not only five centuries, but also the leap into electronic | ||
typesetting, remaining essentially unchanged. It was popularised in the 1960s | ||
with the release of Letraset sheets containing Lorem Ipsum passages, and more | ||
recently with desktop publishing software like Aldus PageMaker including | ||
versions of Lorem Ipsum. |