diff OpenAPI/NOTES.txt @ 579:7de3cd81c927

fix older openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Dec 2020 08:05:58 +0100
parents 45ed5ab7f92a
children 0ebb626a2b08
line wrap: on
line diff
--- a/OpenAPI/NOTES.txt	Wed Dec 30 07:55:24 2020 +0100
+++ b/OpenAPI/NOTES.txt	Wed Dec 30 08:05:58 2020 +0100
@@ -1,5 +1,6 @@
 To test localy
 ==============
+
 # cd OpenAPI
 # python3 -m http.server 8000
 # open http://localhost:8000
@@ -9,6 +10,18 @@
 To install latest version of ReDoc
 ==================================
 
+!! The old documentation "2019-08-orthanc-openapi.yaml" requires
+   2.0.0-rc.14.
+
+Using wget
+----------
+
+# wget 'https://cdn.jsdelivr.net/npm/redoc@2.0.0-alpha.17/bundles/redoc.standalone.js'
+
+
+Using npm
+---------
+
 # mkdir /tmp/i
 # cd /tmp/i
 # npm install redoc