diff --git a/.gitignore b/.gitignore index a00aa925..a5232463 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ node_modules !.yarn/plugins !.yarn/sdks !.yarn/versions +/docs/.vuepress/.temp/ diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 441986a3..edec990d 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -78,3 +78,19 @@ margin-block-end: 0 !important; margin-inline-start: 0px; margin-inline-end: 0px; + + +/* dune iframe */ +div#root + position: absolute; + width: 100%; + left: -5px; + height: 100%; + + +/* dune iframe */ +div#root > iframe + display: block; + width: 100%; + height: 100%; + border: none; diff --git a/docs/dashboard/README.md b/docs/dashboard/README.md new file mode 100644 index 00000000..851cdab0 --- /dev/null +++ b/docs/dashboard/README.md @@ -0,0 +1,3 @@ +