diff options
Diffstat (limited to 'documentation/content/ru/books/arch-handbook/locking/chapter.adoc')
-rw-r--r-- | documentation/content/ru/books/arch-handbook/locking/chapter.adoc | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/documentation/content/ru/books/arch-handbook/locking/chapter.adoc b/documentation/content/ru/books/arch-handbook/locking/chapter.adoc index be6faecad7..bdb37f8e29 100644 --- a/documentation/content/ru/books/arch-handbook/locking/chapter.adoc +++ b/documentation/content/ru/books/arch-handbook/locking/chapter.adoc @@ -10,16 +10,35 @@ authors: :toclevels: 1 :icons: font :sectnums: +:sectnumlevels: 6 +:sectnumoffset: 2 +:partnums: :source-highlighter: rouge :experimental: -:skip-front-matter: -:toc-title: Содержание -:table-caption: Таблица -:figure-caption: Рисунок -:example-caption: Пример -:xrefstyle: basic -:relfileprefix: ../ -:outfilesuffix: + +ifdef::env-beastie[] +ifdef::backend-html5[] +:imagesdir: ../../../../images/{images-path} +endif::[] +ifndef::book[] +include::shared/authors.adoc[] +include::shared/mirrors.adoc[] +include::shared/releases.adoc[] +include::shared/attributes/attributes-{{% lang %}}.adoc[] +include::shared/{{% lang %}}/teams.adoc[] +include::shared/{{% lang %}}/mailing-lists.adoc[] +include::shared/{{% lang %}}/urls.adoc[] +toc::[] +endif::[] +ifdef::backend-pdf,backend-epub3[] +include::../../../../../shared/asciidoctor.adoc[] +endif::[] +endif::[] + +ifndef::env-beastie[] +toc::[] +include::../../../../../shared/asciidoctor.adoc[] +endif::[] _Эта глава поддерживается проектом FreeBSD SMP Next Generation Project. Комментарии и пожелания направляйте в link:{freebsd-smp}._ |