2022-01-04 02:18:28 +05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
|
|
|
|
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
|
|
|
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
|
|
|
|
<!--[if (gte IE 9)|!(IE)]><!-->
|
|
|
|
|
<html class="dark">
|
|
|
|
|
<!--<![endif]-->
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
<meta name="description" content="Сайт с документацией JaBa">
|
|
|
|
|
<meta name="author" content="Jonny_Bro">
|
|
|
|
|
<meta name="keywords" content="">
|
|
|
|
|
|
|
|
|
|
<title>Документация</title>
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="/dist/img/jaba.ico" type="image/x-icon">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/fonts/font-awesome-4.3.0/css/font-awesome.min.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/css/stroke.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/css/bootstrap.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/css/animate.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/css/style.css">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/js/syntax-highlighter/styles/shCore.css" media="all">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/js/syntax-highlighter/styles/shThemeRDark.css" media="all">
|
|
|
|
|
|
|
|
|
|
<!-- CUSTOM -->
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/dist/css/customDocs.css">
|
|
|
|
|
|
|
|
|
|
<!-- <zero-md> -->
|
|
|
|
|
<script type="module" src="/bower_components/zero-md/dist/zero-md.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<button onclick="topFunction()" id="topButton" title="Наверх"><i class="fa fa-chevron-up"
|
|
|
|
|
aria-hidden="true"></i></button>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
var mybutton = document.getElementById("topButton");
|
|
|
|
|
window.onscroll = function () {
|
|
|
|
|
scrollFunction()
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
function scrollFunction() {
|
|
|
|
|
if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 1000) {
|
|
|
|
|
mybutton.style.display = "block";
|
|
|
|
|
} else {
|
|
|
|
|
mybutton.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function topFunction() {
|
|
|
|
|
window.scrollTo({
|
|
|
|
|
top: 0,
|
|
|
|
|
behavior: "smooth"
|
|
|
|
|
})
|
|
|
|
|
document.documentElement.scrollTo({
|
|
|
|
|
top: 0,
|
|
|
|
|
behavior: "smooth"
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div id="wrapper">
|
2022-01-12 23:06:14 +05:00
|
|
|
|
<div class="col-md-3">
|
|
|
|
|
<nav class="docs-sidebar" data-spy="affix" data-offset-top="300" data-offset-bottom="200" role="navigation">
|
|
|
|
|
<ul class="nav">
|
|
|
|
|
<li><a href="#updates">Список изменений</a></li>
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<li><a href="#commands">Список команд</a></li>
|
2022-01-12 23:06:14 +05:00
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
2022-01-12 23:06:14 +05:00
|
|
|
|
<div>
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<section id="updates" class="section">
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12 left-align">
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<h2 class="dark-text">Список изменений
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<hr>
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end col -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end row -->
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<zero-md src="<%=site%>/docs/updates.md">
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<template>
|
|
|
|
|
<link rel="stylesheet" href="/dist/css/zero-md.css">
|
|
|
|
|
</template>
|
|
|
|
|
</zero-md>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end col -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end row -->
|
|
|
|
|
</section>
|
|
|
|
|
<!-- end section -->
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<section id="commands" class="section">
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12 left-align">
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<h2 class="dark-text">Список команд
|
2022-01-04 02:18:28 +05:00
|
|
|
|
<hr>
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end col -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end row -->
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
2022-08-04 20:32:41 +05:00
|
|
|
|
<zero-md src="<%=site%>/docs/commands.md">
|
2022-01-12 23:06:14 +05:00
|
|
|
|
<template>
|
|
|
|
|
<link rel="stylesheet" href="/dist/css/zero-md.css">
|
|
|
|
|
</template>
|
|
|
|
|
</zero-md>
|
2022-01-04 02:18:28 +05:00
|
|
|
|
</div>
|
2022-01-12 23:06:14 +05:00
|
|
|
|
<!-- end col -->
|
2022-01-04 02:18:28 +05:00
|
|
|
|
</div>
|
|
|
|
|
<!-- end row -->
|
|
|
|
|
</section>
|
|
|
|
|
<!-- end section -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- // end .col -->
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-12">
|
2022-04-21 16:02:29 +05:00
|
|
|
|
<p>© 2021 - 2022 Jonny_Bro#4226</a></p>
|
2022-01-04 02:18:28 +05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- // end .row -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- // end container -->
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end wrapper -->
|
|
|
|
|
|
|
|
|
|
<script src="/dist/js/jquery.min.js"></script>
|
|
|
|
|
<script src="/dist/js/bootstrap.min.js"></script>
|
|
|
|
|
<script src="/dist/js/retina.js"></script>
|
|
|
|
|
<script src="/dist/js/jquery.fitvids.js"></script>
|
|
|
|
|
<script src="/dist/js/wow.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- CUSTOM PLUGINS -->
|
|
|
|
|
<script src="/dist/js/custom.js"></script>
|
|
|
|
|
<script src="/dist/js/main.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="/dist/js/syntax-highlighter/scripts/shCore.js"></script>
|
|
|
|
|
<script src="/dist/js/syntax-highlighter/scripts/shBrushXml.js"></script>
|
|
|
|
|
<script src="/dist/js/syntax-highlighter/scripts/shBrushCss.js"></script>
|
|
|
|
|
<script src="/dist/js/syntax-highlighter/scripts/shBrushJScript.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|