diff --git a/docs/cloud.md b/docs/cloud.md index 6218387..e3d0526 100644 --- a/docs/cloud.md +++ b/docs/cloud.md @@ -25,8 +25,8 @@ We will need to get authorization to send you the example file. OPPKEY_VIEWER_PASSWORD=ChangeMe OPPKEY_VIEWER_USERNAME=devuser SESSION_SECRET=93qBc2janrrGcwvOxIEth3RFgf31Cg0K -CLIENT_ID= -CLIENT_SECRET= +CLIENT_ID= +CLIENT_SECRET= PRIVATE_KEY="" ``` diff --git a/docs/index.md b/docs/index.md index d9365ec..fca606f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,8 +20,8 @@ password for the partner technical documentation. 1. create a `secrets.env` file in the project root. The file has this format: ```text -CLIENT_ID= -CLIENT_SECRET= +CLIENT_ID= +CLIENT_SECRET= PRIVATE_KEY="" ``` diff --git a/docs/overview.md b/docs/overview.md index 0b4c9df..65ae6c1 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -46,9 +46,10 @@ const accessToken = jwt.sign(payload, privatekey, { The token for the viewer is not the same as the token generated for the RICOH360 Platform Content API. --- + ## Step 3 -### Generate Token for RICOH360 Platform API +### Generate Token for RICOH360 Cloud API ```javascript const tokenEndpoint = @@ -83,4 +84,4 @@ const tokenEndpoint = ``` -![step 4: combine viewer blur with button ](images/slides/06_step_4_blur_api.png) \ No newline at end of file +![step 4: combine viewer blur with button ](images/slides/06_step_4_blur_api.png) diff --git a/mkdocs.yml b/mkdocs.yml index a5dd9c8..0fee4dc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,8 +20,6 @@ nav: plugins: - search -# - encryptcontent: -# global_password: 'OppkeySubarashii' markdown_extensions: - pymdownx.highlight: