diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2019-06-17 13:04:58 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-06-18 06:45:51 +0000 |
commit | 4bf6e7f32c573b9c5096b84f6dd11674f2a53ad9 (patch) | |
tree | f22d52e7679c4cd40ec5b9f95b65ba6353f719f4 /catalog-be/templates/strapdown.html.hbs | |
parent | 47292bce13d2963a30c007995ebb36cc94f30dab (diff) |
Issue-ID: SDC-2370
Signed-off-by: dfx1971 <avi.ziv@amdocs.com>
Change-Id: Ibfe11277ab9a6f9eb0c402190e41ef94e6ae55f3
Diffstat (limited to 'catalog-be/templates/strapdown.html.hbs')
-rw-r--r-- | catalog-be/templates/strapdown.html.hbs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-be/templates/strapdown.html.hbs b/catalog-be/templates/strapdown.html.hbs new file mode 100644 index 0000000000..fe722ab6f1 --- /dev/null +++ b/catalog-be/templates/strapdown.html.hbs @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<title>API Document</title> + +<!--xmp theme="united" style="display:none;"--> +<xmp theme="united" style="display:none;"> +{{>markdown}} +</xmp> + +<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script> +</html>
\ No newline at end of file |