Fixup documentation
- better gomarkdown generation that now fixed the escaped strings, no need to use pandoc anymore - added workflow image - upgraded versions of mkdocs requirements
This commit is contained in:
@@ -1,20 +1,3 @@
|
||||
<style>
|
||||
#logo{
|
||||
background-image: url('statics/logo-dark.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
height: 8em;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
[data-md-color-scheme=slate] #logo {
|
||||
background-image: url('statics/logo-bright.svg');
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="md-center" id="logo"></div>
|
||||
|
||||
# Welcome to Katenary documentation
|
||||
@@ -29,6 +12,11 @@ and Helm Chart creation.
|
||||
|
||||
💡 Effortless Efficiency: You only need to add labels when it's necessary to precise things. Then call `katenary convert` and let the magic happen.
|
||||
|
||||
<div style="margin: auto" class="zoomable">
|
||||
<img src="statics/workflow.png" id="workflow-image"/>
|
||||
</div>
|
||||
|
||||
|
||||
# What ?
|
||||
|
||||
Katenary is a tool made to help you to transform "compose" files (`docker-compose.yml`, `podman-compose.yml`...) to
|
||||
|
Reference in New Issue
Block a user