regenerated

This commit is contained in:
Anton Maisak 2021-06-29 11:28:07 +03:00
parent 2f69ad3d44
commit 6e5235d7ae
5 changed files with 401 additions and 359 deletions

View File

@ -47,8 +47,8 @@ book = {
scriptsUrl: 'https://raw.githubusercontent.com/Linux4Yourself/Linux4Yourself.Book.Scripts',
// ревизия книги. (develop | release | tag (releases/v.0.0.1))
// выставить в релизной ветке.
revision: 'develop',
revisionShort: 'dev',
revision: 'release/v.1.1',
revisionShort: 'rel',
}
const exrtraUrl = `${book.revisionShort}-extra/#/`;

View File

@ -2,4 +2,4 @@
User-agent: *
Allow: /
sitemap https://lx4u.ru/dev/#/sitemap.xml
sitemap https://lx4u.ru/rel/1.1/#/sitemap.xml

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.1.0",
"description": "Книга обеспечит Вас необходимыми знаниями чтобы создать свою собственную Linux систему с самого начала.",
"scripts": {
"start": "node ./node_modules/docsify-cli/bin/docsify serve docs"

View File

@ -1,5 +1,5 @@
const fs = require('fs');
const revision = 'dev';
const revision = 'rel/1.1';
const urlBase = `https://lx4u.ru/${revision}/#/`;
/**