Skip to content

Commit

Permalink
Revert "Remove built kiosk from docs"
Browse files Browse the repository at this point in the history
This reverts commit 5d52d2b.
  • Loading branch information
eanders-ms committed Oct 24, 2023
1 parent 6ea6d24 commit 01111b2
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/static/kiosk/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/kiosk/static/css/main.5f8c7aeb.css",
"main.js": "/static/kiosk/static/js/main.241d506d.js",
"static/js/787.709d397d.chunk.js": "/static/kiosk/static/js/787.709d397d.chunk.js",
"index.html": "/static/kiosk/index.html",
"main.5f8c7aeb.css.map": "/static/kiosk/static/css/main.5f8c7aeb.css.map",
"main.241d506d.js.map": "/static/kiosk/static/js/main.241d506d.js.map",
"787.709d397d.chunk.js.map": "/static/kiosk/static/js/787.709d397d.chunk.js.map"
},
"entrypoints": [
"static/css/main.5f8c7aeb.css",
"static/js/main.241d506d.js"
]
}
10 changes: 10 additions & 0 deletions docs/static/kiosk/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"short_name": "MakeCode Arcade Kiosk",
"name": "MakeCode Arcade Kiosk",
"icons": [
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions docs/static/kiosk/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions docs/static/kiosk/static/css/main.5f8c7aeb.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/kiosk/static/css/main.5f8c7aeb.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/static/kiosk/static/js/787.709d397d.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/static/kiosk/static/js/787.709d397d.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/static/kiosk/static/js/main.241d506d.js

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions docs/static/kiosk/static/js/main.241d506d.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license qrcode.react
* Copyright (c) Paul O'Shannessy
* SPDX-License-Identifier: ISC
*/
1 change: 1 addition & 0 deletions docs/static/kiosk/static/js/main.241d506d.js.map

Large diffs are not rendered by default.

0 comments on commit 01111b2

Please sign in to comment.