Merge pull request #3 from iiiypuk/docs

init docs
This commit is contained in:
Alexander Popov 2021-02-16 22:18:41 +03:00 committed by GitHub
commit bac0350d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
.venv/
node_modules/
package-lock.json
*.*~
delver/
delver.jar

0
docs/.nojekyll Normal file
View File

7
docs/_coverpage.md Normal file
View File

@ -0,0 +1,7 @@
![Delver](docs/_media/logo.png)
# Русификатор [Delver](http://www.delvergame.com/)
# ВНИМАНИЕ
Перевод ещё не закончен! :smirk:
[![Подписаться в Steam](https://img.shields.io/badge/Подписаться-Steam-blue?style=for-the-badge)](https://steamcommunity.com/sharedfiles/filedetails/?id=1748324216)

BIN
docs/_media/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

31
docs/index.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Русификатор Delver</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: 'Русификатор Delver',
basePath: 'https://iiiypuk.github.io/delver-pack-ru-ru/',
repo: 'https://github.com/iiiypuk/delver-pack-ru-ru',
coverpage: true,
onlyCover: true,
loadNavbar: true,
mergeNavbar: true,
loadSidebar: true,
subMaxLevel: 2,
auto2top: true
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"docsify-cli": "^4.4.2"
}
}