This commit is contained in:
Anton Maisak 2021-07-20 10:58:18 +03:00
parent a530bb7e6f
commit 2de8d18f04
3 changed files with 189 additions and 189 deletions

View File

@ -46,8 +46,8 @@ window.$docsify = {
book = {
// ревизия книги. (develop | release | tag (releases/v.0.0.1))
// выставить в релизной ветке.
revision: 'develop',
revisionShort: 'dev',
revision: 'release/v.1.3',
revisionShort: 'rel',
}
const exrtraUrl = `${book.revisionShort}-extra/#/`;

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "linux4yourself.book",
"version": "1.0.0",
"version": "1.3.0",
"description": "Книга обеспечит вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
"scripts": {
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs"