Skip to content

Commit

Permalink
Fix site json file for DG and UG
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonGohJH committed May 2, 2024
1 parent 2d21519 commit a705a4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
13 changes: 12 additions & 1 deletion docs/dg-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,22 @@
],
"plugins" : [
"filterTags",
"codeBlockCopyButtons"
"mathDelimiters",
"codeBlockWrapButtons",
"web3Form",
"codeBlockCopyButtons",
"dataTable",
"mermaid"
],
"pluginsContext" : {
"filterTags" : {
"tags": ["environment--dg"]
},
"mathDelimiters": {
"delimiters": ["beg_end"]
},
"web3Form": {
"accessKey": [""]
}
},
"deploy": {
Expand Down
9 changes: 8 additions & 1 deletion docs/ug-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@
"plugins" : [
"filterTags",
"mathDelimiters",
"codeBlockCopyButtons"
"codeBlockWrapButtons",
"web3Form",
"codeBlockCopyButtons",
"dataTable",
"mermaid"
],
"pluginsContext" : {
"filterTags" : {
"tags": ["environment--ug"]
},
"mathDelimiters": {
"delimiters": ["beg_end"]
},
"web3Form": {
"accessKey": [""]
}
},
"headingIndexingLevel": 6,
Expand Down

0 comments on commit a705a4b

Please sign in to comment.