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 b773db8 commit c1c92dcCopy full SHA for c1c92dc
README.md
@@ -178,6 +178,7 @@ This function returns a session key.
178
params.put("isDownloadable", true);
179
params.put("isCopyprotected", false);
180
params.put("isDemo", false);
181
+ params.put("sidebar", "visible");
182
String sessionKey = CrocodocSession.create(uuid, params);
183
184
## Support
0 commit comments