Skip to content

Commit 702f191

Browse files
committed
greater ToC depth for PDF output
1 parent baaa7a4 commit 702f191

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

mkdocs-pdf-en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ markdown_extensions:
2222
plugins:
2323
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
2424
output_path: OWASP_Developer_Guide.pdf
25+
toc_level: 3
2526
exclude_pages:
2627
- 'es/'
2728
- 'fa/'
29+
- 'hi/'
2830
- 'pt-br/'
2931
cover_title: OWASP Developer Guide
3032
cover_subtitle: A guide to building secure Web Applications and Web Services

mkdocs-pdf-es.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ markdown_extensions:
2222
plugins:
2323
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
2424
output_path: OWASP_Developer_Guide-ES.pdf
25+
toc_level: 3
2526
exclude_pages:
2627
- 'index.md'
2728
- 'en/02-foundations/'
@@ -30,6 +31,7 @@ plugins:
3031
- 'en/05-implementation/'
3132
- 'en/06-verification/'
3233
- 'fa/'
34+
- 'hi/'
3335
- 'pt-br/'
3436
cover_title: La Guía del Desarrollador OWASP
3537
cover_subtitle: Un Proyecto abierto de seguridad de aplicaciones a nivel mundial

mkdocs-pdf-fa.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ markdown_extensions:
2222
plugins:
2323
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
2424
output_path: OWASP_Developer_Guide-FA.pdf
25+
toc_level: 3
2526
exclude_pages:
2627
- 'index.md'
27-
- 'pt-br/'
2828
- 'es/'
29+
- 'hi/'
30+
- 'pt-br/'
2931
cover_title: Guia de Desenvolvimento do OWASP
3032
cover_subtitle: Um Guia para a Construção de Aplicações e Serviços Web Seguros
3133
cover_logo: assets/images/dg_logo.png

mkdocs-pdf-pt-br.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ markdown_extensions:
2222
plugins:
2323
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
2424
output_path: OWASP_Developer_Guide-PT-BR.pdf
25+
toc_level: 3
2526
exclude_pages:
2627
- 'index.md'
2728
- 'en/02-foundations/index.md'
2829
- 'en/02-foundations/01-security-fundamentals.md'
2930
- 'en/02-foundations/05-top-ten.md'
3031
- 'es/'
3132
- 'fa/'
33+
- 'hi/'
3234
cover_title: Guia de Desenvolvimento do OWASP
3335
cover_subtitle: Um Guia para a Construção de Aplicações e Serviços Web Seguros
3436
cover_logo: assets/images/dg_logo.png

0 commit comments

Comments
 (0)