commit
bac0350d66
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
.venv/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
*.*~
|
||||
|
||||
delver/
|
||||
delver.jar
|
||||
|
||||
|
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
7
docs/_coverpage.md
Normal file
7
docs/_coverpage.md
Normal 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
BIN
docs/_media/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
31
docs/index.html
Normal file
31
docs/index.html
Normal 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
5
package.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"docsify-cli": "^4.4.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user