Skip to content

Commit

Permalink
#981 review and fixes. Fixed screenshot filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Leonard <[email protected]>
  • Loading branch information
jeromeleonard committed Jan 24, 2022
1 parent 6070f7b commit 0186ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions analyzers/Zscaler/Zscaler.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"service_homepage": "https://www.zscaler.com/",
"service_logo": {"path":"assets/zscaler_logo.png", "caption": "logo"},
"screenshots": [
{"path":"assets/zscaler_sample_lookup_long.png",
{"path":"assets/zscaler_url_lookup_long.png",
"caption":"Zscaler Lookup sample Information full report"
},
{
"path": "assets/zscaler_sample_lookup_short.png",
"path": "assets/zscaler_url_lookup_short.png",
"caption:":"Zscaler Lookup sample mini report"
}]
}
2 changes: 1 addition & 1 deletion utils/test_doc/testdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cp -rv README.md docs/



mkdocs serve -a 0.0.0.0:8888
mkdocs serve -a 0.0.0.0:8889

cd ${ROOT_PATH}
rm -rf ${TEST_PATH}

0 comments on commit 0186ed9

Please sign in to comment.