make docs by docsify
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Minecraft Batch Launcher</title>
|
||||
<link rel="icon" href="_media/favicon.ico" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Description">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">Пожалуйста, подождите...</div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: 'Minecraft Batch Launcher',
|
||||
basePath: 'https://iiiypuk.github.io/minecraft-launcher/',
|
||||
repo: 'https://github.com/iiiypuk/minecraft-launcher/',
|
||||
coverpage: true,
|
||||
onlyCover: true,
|
||||
loadNavbar: true,
|
||||
mergeNavbar: true,
|
||||
loadSidebar: true,
|
||||
// notFoundPage: true,
|
||||
subMaxLevel: 2,
|
||||
auto2top: true
|
||||
}
|
||||
</script>
|
||||
<!-- Docsify v4 -->
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||
<script src="//unpkg.com/prismjs/components/prism-batch.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user