From 5c4e6d94efd20d5613e7a3f014f02db76bedbc73 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Mon, 13 May 2019 23:30:46 +0200 Subject: [PATCH] documentation for tosca2doc --- src/templates/home.html | 2 +- src/templates/tosca2doc-details.html | 13 +++++++++---- src/templates/tosca2doc-details.md | 7 +++++++ 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 src/templates/tosca2doc-details.md diff --git a/src/templates/home.html b/src/templates/home.html index c729da5..4d17cb4 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -50,7 +50,7 @@ For any other inquiry, contact ETSI CTIDownload a docx file containing all the definitions.
- Details + Details
Tosca YAML files:
diff --git a/src/templates/tosca2doc-details.html b/src/templates/tosca2doc-details.html index a516db9..548fe52 100644 --- a/src/templates/tosca2doc-details.html +++ b/src/templates/tosca2doc-details.html @@ -25,18 +25,23 @@

tosca2doc details

+Home
v {{ VERSION }}
+
+ +Documentation in progress. + +
+
+

The tools available on this page are provided with NO GUARANTEES and shall be used ONLY for validation of ETSI Specifications.
For any inquiry, contact ETSI CTI

- - -
Copyright © ETSI 2019. All rights reserved.
- \ No newline at end of file + diff --git a/src/templates/tosca2doc-details.md b/src/templates/tosca2doc-details.md new file mode 100644 index 0000000..0e81d3d --- /dev/null +++ b/src/templates/tosca2doc-details.md @@ -0,0 +1,7 @@ +The tool expects three files to be uploaded, with the following names: + +* etsi_nfv_sol001_vnfd_types.yaml +* etsi_nfv_sol001_nsd_types.yaml +* etsi_nfv_sol001_pnfd_types.yaml + + -- GitLab