mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 08:46:56 -06:00
updated guidebook static content
This commit is contained in:
parent
c3789d64a4
commit
1a7dfcf888
@ -1,135 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>NoSQLBench</title>
|
<title>NoSQLBench</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Docs App for NoSQLBench"><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="preload" href="/_nuxt/b823afd.js" as="script"><link rel="preload" href="/_nuxt/1f10b7f.js" as="script"><link rel="preload" href="/_nuxt/78eea47.js" as="script"><link rel="preload" href="/_nuxt/4201033.js" as="script">
|
||||||
<meta data-n-head="1" charset="utf-8">
|
|
||||||
<meta data-n-head="1" name="viewport"
|
|
||||||
content="width=device-width,initial-scale=1">
|
|
||||||
<meta data-n-head="1" data-hid="description" name="description"
|
|
||||||
content="Docs App for NoSQLBench">
|
|
||||||
<link data-n-head="1" rel="icon" type="image/x-icon"
|
|
||||||
href="/favicon.ico">
|
|
||||||
<link data-n-head="1" rel="stylesheet" type="text/css"
|
|
||||||
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap">
|
|
||||||
<link data-n-head="1" rel="stylesheet" type="text/css"
|
|
||||||
href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
|
||||||
<link rel="preload" href="/_nuxt/runtime.c50e81a.js" as="script">
|
|
||||||
<link rel="preload" href="/_nuxt/vendors/commons.0d00bcd.js"
|
|
||||||
as="script">
|
|
||||||
<link rel="preload" href="/_nuxt/app.4c18aa8.js" as="script">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="__nuxt">
|
<div id="__nuxt"><style>#nuxt-loading { background: white; visibility: hidden; opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; animation: nuxtLoadingIn 10s ease; -webkit-animation: nuxtLoadingIn 10s ease; animation-fill-mode: forwards; overflow: hidden;}@keyframes nuxtLoadingIn { 0% {visibility: hidden;opacity: 0; } 20% {visibility: visible;opacity: 0; } 100% {visibility: visible;opacity: 1; }}@-webkit-keyframes nuxtLoadingIn { 0% {visibility: hidden;opacity: 0; } 20% {visibility: visible;opacity: 0; } 100% {visibility: visible;opacity: 1; }}#nuxt-loading>div,#nuxt-loading>div:after { border-radius: 50%; width: 5rem; height: 5rem;}#nuxt-loading>div { font-size: 10px; position: relative; text-indent: -9999em; border: .5rem solid #F5F5F5; border-left: .5rem solid #fff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: nuxtLoading 1.1s infinite linear; animation: nuxtLoading 1.1s infinite linear;}#nuxt-loading.error>div { border-left: .5rem solid #ff4500; animation-duration: 5s;}@-webkit-keyframes nuxtLoading { 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }}@keyframes nuxtLoading { 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }}</style><script>window.addEventListener('error', function () { var e = document.getElementById('nuxt-loading'); if (e) {e.className += ' error'; }});</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{},staticAssetsBase:void 0}</script>
|
||||||
<style>#nuxt-loading {
|
<script src="/_nuxt/b823afd.js"></script><script src="/_nuxt/1f10b7f.js"></script><script src="/_nuxt/78eea47.js"></script><script src="/_nuxt/4201033.js"></script></body>
|
||||||
background: white;
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
animation: nuxtLoadingIn 10s ease;
|
|
||||||
-webkit-animation: nuxtLoadingIn 10s ease;
|
|
||||||
animation-fill-mode: forwards;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes nuxtLoadingIn {
|
|
||||||
0% {
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
20% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes nuxtLoadingIn {
|
|
||||||
0% {
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
20% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading > div, #nuxt-loading > div:after {
|
|
||||||
border-radius: 50%;
|
|
||||||
width: 5rem;
|
|
||||||
height: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading > div {
|
|
||||||
font-size: 10px;
|
|
||||||
position: relative;
|
|
||||||
text-indent: -9999em;
|
|
||||||
border: .5rem solid #F5F5F5;
|
|
||||||
border-left: .5rem solid #fff;
|
|
||||||
-webkit-transform: translateZ(0);
|
|
||||||
-ms-transform: translateZ(0);
|
|
||||||
transform: translateZ(0);
|
|
||||||
-webkit-animation: nuxtLoading 1.1s infinite linear;
|
|
||||||
animation: nuxtLoading 1.1s infinite linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading.error > div {
|
|
||||||
border-left: .5rem solid #ff4500;
|
|
||||||
animation-duration: 5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes nuxtLoading {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(360deg);
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes nuxtLoading {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(360deg);
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}</style>
|
|
||||||
<script>window.addEventListener('error', function () {
|
|
||||||
var e = document.getElementById('nuxt-loading');
|
|
||||||
if (e) {
|
|
||||||
e.className += ' error';
|
|
||||||
}
|
|
||||||
});</script>
|
|
||||||
<div id="nuxt-loading" aria-live="polite" role="status">
|
|
||||||
<div>Loading...</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script>window.__NUXT__ = {
|
|
||||||
config: {},
|
|
||||||
staticAssetsBase: void 0
|
|
||||||
}</script>
|
|
||||||
<script src="/_nuxt/runtime.c50e81a.js"></script>
|
|
||||||
<script src="/_nuxt/vendors/commons.0d00bcd.js"></script>
|
|
||||||
<script src="/_nuxt/app.4c18aa8.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,223 +0,0 @@
|
|||||||
/******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // install a JSONP callback for chunk loading
|
|
||||||
/******/ function webpackJsonpCallback(data) {
|
|
||||||
/******/ var chunkIds = data[0];
|
|
||||||
/******/ var moreModules = data[1];
|
|
||||||
/******/ var executeModules = data[2];
|
|
||||||
/******/
|
|
||||||
/******/ // add "moreModules" to the modules object,
|
|
||||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
||||||
/******/ var moduleId, chunkId, i = 0, resolves = [];
|
|
||||||
/******/ for(;i < chunkIds.length; i++) {
|
|
||||||
/******/ chunkId = chunkIds[i];
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
||||||
/******/ resolves.push(installedChunks[chunkId][0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ installedChunks[chunkId] = 0;
|
|
||||||
/******/ }
|
|
||||||
/******/ for(moduleId in moreModules) {
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
|
|
||||||
/******/ modules[moduleId] = moreModules[moduleId];
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
|
|
||||||
/******/
|
|
||||||
/******/ while(resolves.length) {
|
|
||||||
/******/ resolves.shift()();
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // add entry modules from loaded chunk to deferred list
|
|
||||||
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules when all chunks ready
|
|
||||||
/******/ return checkDeferredModules();
|
|
||||||
/******/ };
|
|
||||||
/******/ function checkDeferredModules() {
|
|
||||||
/******/ var result;
|
|
||||||
/******/ for(var i = 0; i < deferredModules.length; i++) {
|
|
||||||
/******/ var deferredModule = deferredModules[i];
|
|
||||||
/******/ var fulfilled = true;
|
|
||||||
/******/ for(var j = 1; j < deferredModule.length; j++) {
|
|
||||||
/******/ var depId = deferredModule[j];
|
|
||||||
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
|
|
||||||
/******/ }
|
|
||||||
/******/ if(fulfilled) {
|
|
||||||
/******/ deferredModules.splice(i--, 1);
|
|
||||||
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ return result;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {};
|
|
||||||
/******/
|
|
||||||
/******/ // object to store loaded and loading chunks
|
|
||||||
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
||||||
/******/ // Promise = chunk loading, 0 = chunk loaded
|
|
||||||
/******/ var installedChunks = {
|
|
||||||
/******/ 15: 0
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ var deferredModules = [];
|
|
||||||
/******/
|
|
||||||
/******/ // script path function
|
|
||||||
/******/ function jsonpScriptSrc(chunkId) {
|
|
||||||
/******/ return __webpack_require__.p + "" + ({"1":"vendors/43be604e","2":"vendors/0a795986","3":"vendors/fd2b0c0a","4":"vendors/docs.~docs.namespaces","6":"pages/docs/_","7":"pages/docs/namespaces","8":"pages/index","9":"pages/ui/build","10":"pages/ui/index","11":"pages/ui/run","12":"pages/ui/watch","13":"pages/ui/workspaces","14":"pages/ui/workspaces/detail"}[chunkId]||chunkId) + "." + {"1":"dacc3a2","2":"25c25ea","3":"cfd2855","4":"7b43cc5","6":"9ab2bd1","7":"d0e76a7","8":"5b0ce0c","9":"2680cd1","10":"55cd7c1","11":"39e2475","12":"fc9c1ed","13":"00fe5ed","14":"1d1d668"}[chunkId] + ".js"
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) {
|
|
||||||
/******/
|
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) {
|
|
||||||
/******/ return installedModules[moduleId].exports;
|
|
||||||
/******/ }
|
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = {
|
|
||||||
/******/ i: moduleId,
|
|
||||||
/******/ l: false,
|
|
||||||
/******/ exports: {}
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
||||||
/******/
|
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true;
|
|
||||||
/******/
|
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // This file contains only the entry chunk.
|
|
||||||
/******/ // The chunk loading function for additional chunks
|
|
||||||
/******/ __webpack_require__.e = function requireEnsure(chunkId) {
|
|
||||||
/******/ var promises = [];
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // JSONP chunk loading for javascript
|
|
||||||
/******/
|
|
||||||
/******/ var installedChunkData = installedChunks[chunkId];
|
|
||||||
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
||||||
/******/
|
|
||||||
/******/ // a Promise means "currently loading".
|
|
||||||
/******/ if(installedChunkData) {
|
|
||||||
/******/ promises.push(installedChunkData[2]);
|
|
||||||
/******/ } else {
|
|
||||||
/******/ // setup Promise in chunk cache
|
|
||||||
/******/ var promise = new Promise(function(resolve, reject) {
|
|
||||||
/******/ installedChunkData = installedChunks[chunkId] = [resolve, reject];
|
|
||||||
/******/ });
|
|
||||||
/******/ promises.push(installedChunkData[2] = promise);
|
|
||||||
/******/
|
|
||||||
/******/ // start chunk loading
|
|
||||||
/******/ var script = document.createElement('script');
|
|
||||||
/******/ var onScriptComplete;
|
|
||||||
/******/
|
|
||||||
/******/ script.charset = 'utf-8';
|
|
||||||
/******/ script.timeout = 120;
|
|
||||||
/******/ if (__webpack_require__.nc) {
|
|
||||||
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
|
||||||
/******/ }
|
|
||||||
/******/ script.src = jsonpScriptSrc(chunkId);
|
|
||||||
/******/
|
|
||||||
/******/ // create error before stack unwound to get useful stacktrace later
|
|
||||||
/******/ var error = new Error();
|
|
||||||
/******/ onScriptComplete = function (event) {
|
|
||||||
/******/ // avoid mem leaks in IE.
|
|
||||||
/******/ script.onerror = script.onload = null;
|
|
||||||
/******/ clearTimeout(timeout);
|
|
||||||
/******/ var chunk = installedChunks[chunkId];
|
|
||||||
/******/ if(chunk !== 0) {
|
|
||||||
/******/ if(chunk) {
|
|
||||||
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
||||||
/******/ var realSrc = event && event.target && event.target.src;
|
|
||||||
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
||||||
/******/ error.name = 'ChunkLoadError';
|
|
||||||
/******/ error.type = errorType;
|
|
||||||
/******/ error.request = realSrc;
|
|
||||||
/******/ chunk[1](error);
|
|
||||||
/******/ }
|
|
||||||
/******/ installedChunks[chunkId] = undefined;
|
|
||||||
/******/ }
|
|
||||||
/******/ };
|
|
||||||
/******/ var timeout = setTimeout(function(){
|
|
||||||
/******/ onScriptComplete({ type: 'timeout', target: script });
|
|
||||||
/******/ }, 120000);
|
|
||||||
/******/ script.onerror = script.onload = onScriptComplete;
|
|
||||||
/******/ document.head.appendChild(script);
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/ return Promise.all(promises);
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules;
|
|
||||||
/******/
|
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules;
|
|
||||||
/******/
|
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
||||||
/******/ }
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) {
|
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
||||||
/******/ }
|
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) {
|
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
||||||
/******/ if(mode & 8) return value;
|
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
||||||
/******/ var ns = Object.create(null);
|
|
||||||
/******/ __webpack_require__.r(ns);
|
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
||||||
/******/ return ns;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) {
|
|
||||||
/******/ var getter = module && module.__esModule ?
|
|
||||||
/******/ function getDefault() { return module['default']; } :
|
|
||||||
/******/ function getModuleExports() { return module; };
|
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
||||||
/******/ return getter;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
||||||
/******/
|
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = "/_nuxt/";
|
|
||||||
/******/
|
|
||||||
/******/ // on error function for async loading
|
|
||||||
/******/ __webpack_require__.oe = function(err) { console.error(err); throw err; };
|
|
||||||
/******/
|
|
||||||
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
|
|
||||||
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
|
|
||||||
/******/ jsonpArray.push = webpackJsonpCallback;
|
|
||||||
/******/ jsonpArray = jsonpArray.slice();
|
|
||||||
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
|
|
||||||
/******/ var parentJsonpFunction = oldJsonpFunction;
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules from other chunks
|
|
||||||
/******/ checkDeferredModules();
|
|
||||||
/******/ })
|
|
||||||
/************************************************************************/
|
|
||||||
/******/ ([]);
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,135 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>NoSQLBench</title>
|
<title>NoSQLBench</title><meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content="Docs App for NoSQLBench"><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap"><link data-n-head="1" rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link rel="preload" href="/_nuxt/b823afd.js" as="script"><link rel="preload" href="/_nuxt/1f10b7f.js" as="script"><link rel="preload" href="/_nuxt/78eea47.js" as="script"><link rel="preload" href="/_nuxt/4201033.js" as="script">
|
||||||
<meta data-n-head="1" charset="utf-8">
|
|
||||||
<meta data-n-head="1" name="viewport"
|
|
||||||
content="width=device-width,initial-scale=1">
|
|
||||||
<meta data-n-head="1" data-hid="description" name="description"
|
|
||||||
content="Docs App for NoSQLBench">
|
|
||||||
<link data-n-head="1" rel="icon" type="image/x-icon"
|
|
||||||
href="/favicon.ico">
|
|
||||||
<link data-n-head="1" rel="stylesheet" type="text/css"
|
|
||||||
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap">
|
|
||||||
<link data-n-head="1" rel="stylesheet" type="text/css"
|
|
||||||
href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
|
||||||
<link rel="preload" href="/_nuxt/runtime.c50e81a.js" as="script">
|
|
||||||
<link rel="preload" href="/_nuxt/vendors/commons.0d00bcd.js"
|
|
||||||
as="script">
|
|
||||||
<link rel="preload" href="/_nuxt/app.4c18aa8.js" as="script">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="__nuxt">
|
<div id="__nuxt"><style>#nuxt-loading { background: white; visibility: hidden; opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; animation: nuxtLoadingIn 10s ease; -webkit-animation: nuxtLoadingIn 10s ease; animation-fill-mode: forwards; overflow: hidden;}@keyframes nuxtLoadingIn { 0% {visibility: hidden;opacity: 0; } 20% {visibility: visible;opacity: 0; } 100% {visibility: visible;opacity: 1; }}@-webkit-keyframes nuxtLoadingIn { 0% {visibility: hidden;opacity: 0; } 20% {visibility: visible;opacity: 0; } 100% {visibility: visible;opacity: 1; }}#nuxt-loading>div,#nuxt-loading>div:after { border-radius: 50%; width: 5rem; height: 5rem;}#nuxt-loading>div { font-size: 10px; position: relative; text-indent: -9999em; border: .5rem solid #F5F5F5; border-left: .5rem solid #fff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: nuxtLoading 1.1s infinite linear; animation: nuxtLoading 1.1s infinite linear;}#nuxt-loading.error>div { border-left: .5rem solid #ff4500; animation-duration: 5s;}@-webkit-keyframes nuxtLoading { 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }}@keyframes nuxtLoading { 0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg); }}</style><script>window.addEventListener('error', function () { var e = document.getElementById('nuxt-loading'); if (e) {e.className += ' error'; }});</script><div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div></div><script>window.__NUXT__={config:{},staticAssetsBase:void 0}</script>
|
||||||
<style>#nuxt-loading {
|
<script src="/_nuxt/b823afd.js"></script><script src="/_nuxt/1f10b7f.js"></script><script src="/_nuxt/78eea47.js"></script><script src="/_nuxt/4201033.js"></script></body>
|
||||||
background: white;
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
animation: nuxtLoadingIn 10s ease;
|
|
||||||
-webkit-animation: nuxtLoadingIn 10s ease;
|
|
||||||
animation-fill-mode: forwards;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes nuxtLoadingIn {
|
|
||||||
0% {
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
20% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes nuxtLoadingIn {
|
|
||||||
0% {
|
|
||||||
visibility: hidden;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
20% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading > div, #nuxt-loading > div:after {
|
|
||||||
border-radius: 50%;
|
|
||||||
width: 5rem;
|
|
||||||
height: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading > div {
|
|
||||||
font-size: 10px;
|
|
||||||
position: relative;
|
|
||||||
text-indent: -9999em;
|
|
||||||
border: .5rem solid #F5F5F5;
|
|
||||||
border-left: .5rem solid #fff;
|
|
||||||
-webkit-transform: translateZ(0);
|
|
||||||
-ms-transform: translateZ(0);
|
|
||||||
transform: translateZ(0);
|
|
||||||
-webkit-animation: nuxtLoading 1.1s infinite linear;
|
|
||||||
animation: nuxtLoading 1.1s infinite linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nuxt-loading.error > div {
|
|
||||||
border-left: .5rem solid #ff4500;
|
|
||||||
animation-duration: 5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes nuxtLoading {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(360deg);
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes nuxtLoading {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(360deg);
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}</style>
|
|
||||||
<script>window.addEventListener('error', function () {
|
|
||||||
var e = document.getElementById('nuxt-loading');
|
|
||||||
if (e) {
|
|
||||||
e.className += ' error';
|
|
||||||
}
|
|
||||||
});</script>
|
|
||||||
<div id="nuxt-loading" aria-live="polite" role="status">
|
|
||||||
<div>Loading...</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script>window.__NUXT__ = {
|
|
||||||
config: {},
|
|
||||||
staticAssetsBase: void 0
|
|
||||||
}</script>
|
|
||||||
<script src="/_nuxt/runtime.c50e81a.js"></script>
|
|
||||||
<script src="/_nuxt/vendors/commons.0d00bcd.js"></script>
|
|
||||||
<script src="/_nuxt/app.4c18aa8.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user