Skip to content
Snippets Groups Projects
Commit ead8736a authored by carignani's avatar carignani
Browse files

a little bit of documentation

parent ddda0504
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
<div class="row">
<div class="col-sm" >
<h2 style="text-align:center">tosca2doc</h2>
<ol>
<li>Upload TOSCA definitions in YAML format.</li>
<li>Download a docx file containing all the definitions.</li>
</ol>
<form action="/tosca2doc" method="post" enctype="multipart/form-data">
Tosca YAML files:<br />
<input type="file" name="file" multiple=""/><br />
......@@ -37,7 +41,11 @@
</div>
<div class="col-sm">
<h2 style="text-align:center" >doc2tosca</h2>
<h2 style="text-align:center">doc2tosca</h2>
<ol>
<li>Load SOL 001 specification in docx format. </li>
<li>Download a zip file containing TOSCA definitions in YAML.</li>
</ol>
<form action="/doc2tosca" method="post" enctype="multipart/form-data">
Docx file:<br />
<input type="file" name="file" /><br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment