Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3145780 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Sep 24, 2023
1 parent f380509 commit f2ed3d0
Show file tree
Hide file tree
Showing 73 changed files with 281 additions and 281 deletions.
2 changes: 1 addition & 1 deletion FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged({"page":{"title":"FAQ","level":"1.4","depth":1,"next":{"title":"Architecture and overview","level":"2.1","depth":1,"path":"resource/overview/README.md","ref":"resource/overview/README.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["sitemap","alerts","edit-link","codepen"],"root":"src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"search":{},"codepen":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://meese-enterprises.github.io/meeseOS-manual/","path":"/"},"alerts":{},"edit-link":{"label":"Edit this page","base":"https://github.com/meese-enterprises/meeseOS-manual/edit/master/src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Aaron Meese <[email protected]>","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"MeeseOS Web Desktop Manual","language":"en","gitbook":"*"},"file":{"path":"FAQ.md","mtime":"2023-09-23T22:48:37.644Z","type":"markdown"},"gitbook":{"version":"3.7.5","time":"2023-09-23T22:48:50.519Z"},"basePath":".","book":{"language":""}});
gitbook.page.hasChanged({"page":{"title":"FAQ","level":"1.4","depth":1,"next":{"title":"Architecture and overview","level":"2.1","depth":1,"path":"resource/overview/README.md","ref":"resource/overview/README.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["sitemap","alerts","edit-link","codepen"],"root":"src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"search":{},"codepen":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://meese-enterprises.github.io/meeseOS-manual/","path":"/"},"alerts":{},"edit-link":{"label":"Edit this page","base":"https://github.com/meese-enterprises/meeseOS-manual/edit/master/src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Aaron Meese <[email protected]>","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56},"embedFonts":false},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"MeeseOS Web Desktop Manual","language":"en","gitbook":"*"},"file":{"path":"FAQ.md","mtime":"2023-09-24T02:21:09.034Z","type":"markdown"},"gitbook":{"version":"3.7.5","time":"2023-09-24T02:21:23.071Z"},"basePath":".","book":{"language":""}});
});
</script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -23207,7 +23207,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"@meese-os/client\",\n \"version\": \"1.0.0\",\n \"description\": \"meeseOS client\",\n \"main\": \"dist/main.js\",\n \"style\": \"dist/main.css\",\n \"typings\": \"index.d.ts\",\n \"files\": [\n \"index.d.ts\",\n \"dist/main.js\",\n \"dist/main.js.map\",\n \"dist/main.css\",\n \"dist/main.css.map\",\n \"dist/*.png\",\n \"README.md\"\n ],\n \"scripts\": {\n \"test\": \"npm run eslint && npm run stylelint && npm run jest\",\n \"jest\": \"jest --runInBand --silent false --verbose true --useStderr=true\",\n \"coverage\": \"jest --coverage\",\n \"eslint\": \"eslint index.js src/**/*.js\",\n \"build\": \"webpack\",\n \"watch\": \"webpack --watch\",\n \"stylelint\": \"stylelint index.scss src/**/*.scss --fix --quiet-deprecation-warnings\",\n \"prepublishOnly\": \"npm run test && rm ./dist/* && NODE_ENV=production npm run build\"\n },\n \"devDependencies\": {\n \"@meese-os/eslint-config\": \"workspace:*\",\n \"@meese-os/stylelint-config\": \"workspace:*\",\n \"@babel/core\": \"^7.22.11\",\n \"@babel/plugin-transform-runtime\": \"^7.22.10\",\n \"@babel/preset-env\": \"^7.22.10\",\n \"@babel/runtime\": \"^7.22.11\",\n \"babel-loader\": \"^9.1.3\",\n \"copy-webpack-plugin\": \"^11.0.0\",\n \"css-loader\": \"^6.8.1\",\n \"css-minimizer-webpack-plugin\": \"^5.0.1\",\n \"eslint\": \"^8.48.0\",\n \"eslint-plugin-jest\": \"^27.2.3\",\n \"html-loader\": \"^3.1.0\",\n \"html-loader-jest\": \"^0.2.1\",\n \"mini-css-extract-plugin\": \"^2.7.6\",\n \"sass\": \"^1.66.1\",\n \"sass-loader\": \"^13.3.2\",\n \"stylelint\": \"^15.10.3\",\n \"stylelint-config-standard\": \"^34.0.0\",\n \"stylelint-config-standard-scss\": \"^10.0.0\",\n \"webpack\": \"^5.88.2\",\n \"webpack-cli\": \"^5.1.4\",\n \"jest\": \"^29.6.4\",\n \"jest-environment-jsdom\": \"^29.6.4\"\n },\n \"dependencies\": {\n \"@meese-os/common\": \"workspace:*\",\n \"@meese-os/cursor-effects\": \"workspace:*\",\n \"@meese-os/dynamic-wallpapers\": \"workspace:*\",\n \"@meese-os/event-emitter\": \"workspace:*\",\n \"@meese-os/gui\": \"workspace:*\",\n \"@meese-os/sounds\": \"workspace:*\",\n \"css-mediaquery\": \"^0.1.2\",\n \"deepmerge\": \"^4.3.1\",\n \"hyperapp\": \"^1.2.10\",\n \"js-cookie\": \"^3.0.1\",\n \"simplejsonconf\": \"^2.0.7\",\n \"is-plain-object\": \"^5.0.0\",\n \"express-session\": \"^1.17.3\"\n },\n \"eslintConfig\": {\n \"env\": {\n \"browser\": true,\n \"node\": true,\n \"jest/globals\": true\n },\n \"plugins\": [\"jest\"],\n \"parserOptions\": {\n \"sourceType\": \"module\"\n },\n \"extends\": [\"@meese-os/eslint-config\", \"plugin:jest/recommended\"]\n },\n \"stylelint\": {\n \"extends\": [\"stylelint-config-standard-scss\", \"@meese-os/stylelint-config\"]\n },\n \"babel\": {\n \"presets\": [\n \"@babel/preset-env\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n },\n \"esdoc\": {\n \"source\": \"./src\",\n \"destination\": \"./doc\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"brand\": {\n \"title\": \"meeseOS Core API\",\n \"description\": \"meeseOS Core API Documentation\"\n },\n \"lint\": {\n \"enable\": false\n },\n \"coverage\": {\n \"enable\": false\n },\n \"undocumentIdentifier\": {\n \"enable\": false\n }\n }\n },\n {\n \"name\": \"esdoc-publish-html-plugin\"\n },\n {\n \"name\": \"esdoc-ecmascript-proposal-plugin\",\n \"option\": {\n \"all\": true\n }\n }\n ]\n },\n \"jest\": {\n \"collectCoverage\": true,\n \"testEnvironment\": \"jsdom\",\n \"coverageReporters\": [\n \"lcov\"\n ],\n \"setupFilesAfterEnv\": [\n \"<rootDir>/__mocks__/setup.js\"\n ],\n \"moduleNameMapper\": {\n \"^meeseOS$\": \"<rootDir>/__mocks__/core.js\",\n \"^.+\\\\.html?$\": \"html-loader-jest\",\n \"^.+\\\\.scss$\": \"<rootDir>/__mocks__/null-module.js\",\n \"^.+\\\\.(png|jpe?g|gif)$\": \"<rootDir>/__mocks__/null-module.js\"\n },\n \"coveragePathIgnorePatterns\": [\n \"src/config.js\",\n \"src/providers\",\n \"/node_modules/\"\n ]\n }\n}\n",
"content": "{\n \"name\": \"@meese-os/client\",\n \"version\": \"1.0.1\",\n \"description\": \"meeseOS client\",\n \"scripts\": {\n \"test\": \"npm run eslint && npm run stylelint && npm run jest\",\n \"jest\": \"jest --runInBand --silent false --verbose true --useStderr=true\",\n \"coverage\": \"jest --coverage\",\n \"eslint\": \"eslint index.js src/**/*.js\",\n \"build\": \"webpack\",\n \"watch\": \"webpack --watch\",\n \"stylelint\": \"stylelint index.scss src/**/*.scss --fix --quiet-deprecation-warnings\",\n \"prepublishOnly\": \"npm run test && rd /s /q dist>nul 2>&1|echo.>nul && NODE_ENV=production npm run build\"\n },\n\t\"license\": \"BSD-2-Clause\",\n\t\"main\": \"dist/main.js\",\n \"style\": \"dist/main.css\",\n \"typings\": \"index.d.ts\",\n \"files\": [\n \"index.d.ts\",\n \"dist/main.js\",\n \"dist/main.js.map\",\n \"dist/main.css\",\n \"dist/main.css.map\",\n \"dist/*.png\",\n \"README.md\"\n ],\n \"devDependencies\": {\n \"@meese-os/eslint-config\": \"workspace:*\",\n \"@meese-os/stylelint-config\": \"workspace:*\",\n \"@babel/core\": \"^7.22.11\",\n \"@babel/plugin-transform-runtime\": \"^7.22.10\",\n \"@babel/preset-env\": \"^7.22.10\",\n \"@babel/runtime\": \"^7.22.11\",\n \"babel-loader\": \"^9.1.3\",\n \"copy-webpack-plugin\": \"^11.0.0\",\n \"css-loader\": \"^6.8.1\",\n \"css-minimizer-webpack-plugin\": \"^5.0.1\",\n \"eslint\": \"^8.48.0\",\n \"eslint-plugin-jest\": \"^27.2.3\",\n \"html-loader\": \"^3.1.0\",\n \"html-loader-jest\": \"^0.2.1\",\n \"mini-css-extract-plugin\": \"^2.7.6\",\n \"sass\": \"^1.66.1\",\n \"sass-loader\": \"^13.3.2\",\n \"stylelint\": \"^15.10.3\",\n \"stylelint-config-standard\": \"^34.0.0\",\n \"stylelint-config-standard-scss\": \"^10.0.0\",\n \"webpack\": \"^5.88.2\",\n \"webpack-cli\": \"^5.1.4\",\n \"jest\": \"^29.6.4\",\n \"jest-environment-jsdom\": \"^29.6.4\"\n },\n \"dependencies\": {\n \"@meese-os/common\": \"workspace:*\",\n \"@meese-os/cursor-effects\": \"workspace:*\",\n \"@meese-os/dynamic-wallpapers\": \"workspace:*\",\n \"@meese-os/event-emitter\": \"workspace:*\",\n \"@meese-os/gui\": \"workspace:*\",\n \"@meese-os/sounds\": \"workspace:*\",\n \"css-mediaquery\": \"^0.1.2\",\n \"deepmerge\": \"^4.3.1\",\n \"hyperapp\": \"^1.2.10\",\n \"js-cookie\": \"^3.0.1\",\n \"simplejsonconf\": \"^2.0.7\",\n \"is-plain-object\": \"^5.0.0\",\n \"express-session\": \"^1.17.3\"\n },\n \"eslintConfig\": {\n \"env\": {\n \"browser\": true,\n \"node\": true,\n \"jest/globals\": true\n },\n \"plugins\": [\"jest\"],\n \"parserOptions\": {\n \"sourceType\": \"module\"\n },\n \"extends\": [\"@meese-os/eslint-config\", \"plugin:jest/recommended\"]\n },\n \"stylelint\": {\n \"extends\": [\"stylelint-config-standard-scss\", \"@meese-os/stylelint-config\"]\n },\n \"babel\": {\n \"presets\": [\n \"@babel/preset-env\"\n ],\n \"plugins\": [\n \"@babel/plugin-transform-runtime\"\n ]\n },\n \"esdoc\": {\n \"source\": \"./src\",\n \"destination\": \"./doc\",\n \"plugins\": [\n {\n \"name\": \"esdoc-standard-plugin\",\n \"option\": {\n \"brand\": {\n \"title\": \"meeseOS Core API\",\n \"description\": \"meeseOS Core API Documentation\"\n },\n \"lint\": {\n \"enable\": false\n },\n \"coverage\": {\n \"enable\": false\n },\n \"undocumentIdentifier\": {\n \"enable\": false\n }\n }\n },\n {\n \"name\": \"esdoc-publish-html-plugin\"\n },\n {\n \"name\": \"esdoc-ecmascript-proposal-plugin\",\n \"option\": {\n \"all\": true\n }\n }\n ]\n },\n \"jest\": {\n \"collectCoverage\": true,\n \"testEnvironment\": \"jsdom\",\n \"coverageReporters\": [\n \"lcov\"\n ],\n \"setupFilesAfterEnv\": [\n \"<rootDir>/__mocks__/setup.js\"\n ],\n \"moduleNameMapper\": {\n \"^meeseOS$\": \"<rootDir>/__mocks__/core.js\",\n \"^.+\\\\.html?$\": \"html-loader-jest\",\n \"^.+\\\\.scss$\": \"<rootDir>/__mocks__/null-module.js\",\n \"^.+\\\\.(png|jpe?g|gif)$\": \"<rootDir>/__mocks__/null-module.js\"\n },\n \"coveragePathIgnorePatterns\": [\n \"src/config.js\",\n \"src/providers\",\n \"/node_modules/\"\n ]\n }\n}\n",
"longname": "/home/runner/work/meeseOS/meeseOS/frontend/client/package.json",
"name": "package.json",
"static": true,
Expand Down
Loading

0 comments on commit f2ed3d0

Please sign in to comment.