git: 966b819279 - main - pt-br/books/fdp-primer: Remove ToC from a few pages

Danilo G. Baio dbaio at FreeBSD.org
Sat Aug 14 14:12:39 UTC 2021


The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=966b8192797eb857a671c5f5870edc7068ef0f64

commit 966b8192797eb857a671c5f5870edc7068ef0f64
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-08-14 13:49:04 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-08-14 13:49:04 +0000

    pt-br/books/fdp-primer: Remove ToC from a few pages
    
    In the pt-br translation, Table of Contents is being included in the
    middle of the chapters (output HTML).
    
    This option is included in the original file, but it isn't rendered in
    the middle of the document like in pt-br.
    
    For now, just remote that in pt-br.
---
 documentation/content/pt-br/books/fdp-primer/examples/_index.adoc       | 2 --
 .../content/pt-br/books/fdp-primer/po-translations/_index.adoc          | 2 --
 documentation/content/pt-br/books/fdp-primer/rosetta/_index.adoc        | 2 --
 3 files changed, 6 deletions(-)

diff --git a/documentation/content/pt-br/books/fdp-primer/examples/_index.adoc b/documentation/content/pt-br/books/fdp-primer/examples/_index.adoc
index a59004d91a..5aab87564e 100644
--- a/documentation/content/pt-br/books/fdp-primer/examples/_index.adoc
+++ b/documentation/content/pt-br/books/fdp-primer/examples/_index.adoc
@@ -24,8 +24,6 @@ title: 'Apêndice A. Exemplos'
 :toc-title: Índice
 :example-caption: Exemplo
 
-toc::[]
-
 Estes exemplos não são extensos - eles não contêm todos os elementos que podem ser desejáveis de usar, particularmente em relação ao início dos documentos (Front Matter).
 Para mais exemplos de marcação AsciiDoctor, examine o código fonte em AsciiDoctor deste e de outros documentos disponíveis no repositório Git `doc` ou no link link:https://cgit.freebsd.org/doc/[https://cgit.freebsd.org/doc/].
 
diff --git a/documentation/content/pt-br/books/fdp-primer/po-translations/_index.adoc b/documentation/content/pt-br/books/fdp-primer/po-translations/_index.adoc
index cfa2717ac2..277a632d2c 100644
--- a/documentation/content/pt-br/books/fdp-primer/po-translations/_index.adoc
+++ b/documentation/content/pt-br/books/fdp-primer/po-translations/_index.adoc
@@ -27,8 +27,6 @@ title: 'Capítulo 9. Traduções PO'
 
 include::shared/pt-br/urls.adoc[]
 
-toc::[]
-
 [[po-translations-introduction]]
 == Introdução
 
diff --git a/documentation/content/pt-br/books/fdp-primer/rosetta/_index.adoc b/documentation/content/pt-br/books/fdp-primer/rosetta/_index.adoc
index 2ea81b0e3f..7ff7189939 100644
--- a/documentation/content/pt-br/books/fdp-primer/rosetta/_index.adoc
+++ b/documentation/content/pt-br/books/fdp-primer/rosetta/_index.adoc
@@ -24,8 +24,6 @@ title: 'Capítulo 7. Rosetta Stone'
 :toc-title: Índice
 :table-caption: Tabela
 
-toc::[]
-
 [[docbook-vs-asciidoc]]
 == Comparação entre Docbook e AsciiDoc
 


More information about the dev-commits-doc-all mailing list