diff options
Diffstat (limited to 'documentation/content/ru/books/fdp-primer/book.adoc')
| -rw-r--r-- | documentation/content/ru/books/fdp-primer/book.adoc | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/documentation/content/ru/books/fdp-primer/book.adoc b/documentation/content/ru/books/fdp-primer/book.adoc new file mode 100644 index 0000000000..e1222e61f5 --- /dev/null +++ b/documentation/content/ru/books/fdp-primer/book.adoc @@ -0,0 +1,102 @@ +--- +add_split_page_link: true +authors: + - + author: 'The FreeBSD Documentation Project' +copyright: '1998-2023 The FreeBSD Documentation Project' +description: 'Все, что вам нужно знать, чтобы начать участвовать в проекте документации FreeBSD' +tags: ["FDP", "documentation", "FreeBSD", "Index"] +title: 'Проект документации FreeBSD: введение для новых участников' +trademarks: ["freebsd", "general", "git"] +--- + += Проект документации FreeBSD: введение для новых участников +:doctype: book +:toc: macro +:toclevels: 2 +:icons: font +:sectnums: +:sectnumlevels: 6 +:partnums: +:source-highlighter: rouge +:experimental: +:book: true +:pdf: false +:images-path: books/fdp-primer/ + +ifdef::env-beastie[] +ifdef::backend-html5[] +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[] +:chapters-path: content/{{% lang %}}/books/fdp-primer/ +endif::[] +ifdef::backend-pdf,backend-epub3[] +:chapters-path: +include::../../../../../shared/asciidoctor.adoc[] +endif::[] +endif::[] + +ifndef::env-beastie[] +:chapters-path: +include::../../../../../shared/asciidoctor.adoc[] +endif::[] + +[.abstract-title] +Аннотация + +Спасибо за то, что стали частью проекта FreeBSD Documentation Project. Ваш вклад чрезвычайно важен, и мы это ценим. + +Это руководство содержит информацию, необходимую для начала работы с Проектом документации FreeBSD (FDP), включая инструменты, программное обеспечение и философию, лежащую в основе Проекта документации. + +Это работа в процессе. Исправления и дополнения всегда приветствуются. + +''' + +toc::[] + +:sectnums!: + +include::{chapters-path}preface/_index.adoc[leveloffset=+1] + +:sectnums: + +include::{chapters-path}overview/_index.adoc[leveloffset=+1] + +include::{chapters-path}tools/_index.adoc[leveloffset=+1] + +include::{chapters-path}working-copy/_index.adoc[leveloffset=+1] + +include::{chapters-path}structure/_index.adoc[leveloffset=+1] + +include::{chapters-path}doc-build/_index.adoc[leveloffset=+1] + +include::{chapters-path}asciidoctor-primer/_index.adoc[leveloffset=+1] + +include::{chapters-path}rosetta/_index.adoc[leveloffset=+1] + +include::{chapters-path}translations/_index.adoc[leveloffset=+1] + +include::{chapters-path}po-translations/_index.adoc[leveloffset=+1] + +include::{chapters-path}weblate/_index.adoc[leveloffset=+1] + +include::{chapters-path}manual-pages/_index.adoc[leveloffset=+1] + +include::{chapters-path}writing-style/_index.adoc[leveloffset=+1] + +include::{chapters-path}editor-config/_index.adoc[leveloffset=+1] + +include::{chapters-path}trademarks/_index.adoc[leveloffset=+1] + +include::{chapters-path}see-also/_index.adoc[leveloffset=+1] + +:sectnums!: + +include::{chapters-path}examples/_index.adoc[leveloffset=+1] + +:sectnums: |
