diff --git a/.gitignore b/.gitignore index 3426cdf85..94ae2fdbd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ uploaded_data/* /nbproject output/ test.ini -docs/* phpDocumentor.phar .vscode /job_config diff --git a/docs/dist/favicon-16x16.png b/docs/dist/favicon-16x16.png new file mode 100644 index 000000000..8b194e617 Binary files /dev/null and b/docs/dist/favicon-16x16.png differ diff --git a/docs/dist/favicon-32x32.png b/docs/dist/favicon-32x32.png new file mode 100644 index 000000000..249737fe4 Binary files /dev/null and b/docs/dist/favicon-32x32.png differ diff --git a/docs/dist/index.css b/docs/dist/index.css new file mode 100644 index 000000000..f2376fdaa --- /dev/null +++ b/docs/dist/index.css @@ -0,0 +1,16 @@ +html { + box-sizing: border-box; + overflow: -moz-scrollbars-vertical; + overflow-y: scroll; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +body { + margin: 0; + background: #fafafa; +} diff --git a/docs/dist/oauth2-redirect.html b/docs/dist/oauth2-redirect.html new file mode 100644 index 000000000..564091718 --- /dev/null +++ b/docs/dist/oauth2-redirect.html @@ -0,0 +1,79 @@ + + +
+