We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176cfe3 commit 648bb8dCopy full SHA for 648bb8d
tools/raml2html/README.md
@@ -17,7 +17,7 @@ composer install;
17
To generate static HTML from RAML definitions, use the following code from project root:
18
19
```sh
20
-php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api_reference/output/ docs/api/rest_api_reference/input/ez.raml
+php tools/raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o docs/api/rest_api/rest_api_reference/output/ docs/api/rest_api/rest_api_reference/input/ez.raml
21
```
22
23
Note: If PHP 7.2 is not the default PHP, please, adapt.
0 commit comments