Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 2, 2022
1 parent 8913292 commit 4a3e2df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/.static/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,10 @@
"node_type": {
"$ref": "#/components/schemas/uiNodeType"
},
"nonce": {
"description": "Nonce for CSP\n\nA nonce you may want to use to improve your Content Security Policy.\nYou do not have to use this value but if you want to improve your CSP\npolicies you may use it. You can also choose to use your own nonce value!",
"type": "string"
},
"referrerpolicy": {
"description": "The script referrer policy",
"type": "string"
Expand All @@ -1628,6 +1632,7 @@
"integrity",
"type",
"id",
"nonce",
"node_type"
],
"title": "ScriptAttributes represent script nodes which load javascript.",
Expand Down

0 comments on commit 4a3e2df

Please sign in to comment.