aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/pt-br/books/porters-handbook
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/pt-br/books/porters-handbook')
-rw-r--r--documentation/content/pt-br/books/porters-handbook/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/flavors/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/keeping-up/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/new-port/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/order/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/pkg-files/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/plist/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/porting-dads/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/porting-samplem/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/porting-why/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/quick-porting/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/security/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/slow-porting/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/special/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/testing/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/upgrading/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/uses/_index.adoc3
-rw-r--r--documentation/content/pt-br/books/porters-handbook/versions/_index.adoc3
19 files changed, 38 insertions, 19 deletions
diff --git a/documentation/content/pt-br/books/porters-handbook/_index.adoc b/documentation/content/pt-br/books/porters-handbook/_index.adoc
index aab892d769..1f7fe3ac63 100644
--- a/documentation/content/pt-br/books/porters-handbook/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/_index.adoc
@@ -8,7 +8,8 @@ next: books/porters-handbook/porting-why
add_single_page_link: true
showBookMenu: true
weight: 0
-path: "/books/porters-handbook/"
+params:
+ path: "/books/porters-handbook/"
---
= FreeBSD Porter's Handbook
diff --git a/documentation/content/pt-br/books/porters-handbook/flavors/_index.adoc b/documentation/content/pt-br/books/porters-handbook/flavors/_index.adoc
index 28bca6a0c5..a7f706ad8b 100644
--- a/documentation/content/pt-br/books/porters-handbook/flavors/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/flavors/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/special
next: books/porters-handbook/plist
showBookMenu: true
weight: 7
-path: "/books/porters-handbook/flavors/"
+params:
+ path: "/books/porters-handbook/flavors/"
---
[[flavors]]
diff --git a/documentation/content/pt-br/books/porters-handbook/keeping-up/_index.adoc b/documentation/content/pt-br/books/porters-handbook/keeping-up/_index.adoc
index efc33312e2..73c2b35fab 100644
--- a/documentation/content/pt-br/books/porters-handbook/keeping-up/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/keeping-up/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/order
next: books/porters-handbook/uses
showBookMenu: true
weight: 16
-path: "/books/porters-handbook/keeping-up/"
+params:
+ path: "/books/porters-handbook/keeping-up/"
---
[[keeping-up]]
diff --git a/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc b/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
index e55f3b83fd..d511da5d63 100644
--- a/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/slow-porting
next: books/porters-handbook/special
showBookMenu: true
weight: 5
-path: "/books/porters-handbook/makefiles/"
+params:
+ path: "/books/porters-handbook/makefiles/"
---
[[makefiles]]
diff --git a/documentation/content/pt-br/books/porters-handbook/new-port/_index.adoc b/documentation/content/pt-br/books/porters-handbook/new-port/_index.adoc
index bc706eba8b..f6b5862e3f 100644
--- a/documentation/content/pt-br/books/porters-handbook/new-port/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/new-port/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/porting-why
next: books/porters-handbook/quick-porting
showBookMenu: true
weight: 2
-path: "/books/porters-handbook/new-port/"
+params:
+ path: "/books/porters-handbook/new-port/"
---
[[own-port]]
diff --git a/documentation/content/pt-br/books/porters-handbook/order/_index.adoc b/documentation/content/pt-br/books/porters-handbook/order/_index.adoc
index 858bf05df0..203a1a546e 100644
--- a/documentation/content/pt-br/books/porters-handbook/order/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/order/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/porting-samplem
next: books/porters-handbook/keeping-up
showBookMenu: true
weight: 15
-path: "/books/porters-handbook/order/"
+params:
+ path: "/books/porters-handbook/order/"
---
[[porting-order]]
diff --git a/documentation/content/pt-br/books/porters-handbook/pkg-files/_index.adoc b/documentation/content/pt-br/books/porters-handbook/pkg-files/_index.adoc
index dd8e74a117..ea04d3cf84 100644
--- a/documentation/content/pt-br/books/porters-handbook/pkg-files/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/pkg-files/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/plist
next: books/porters-handbook/testing
showBookMenu: true
weight: 9
-path: "/books/porters-handbook/pkg-files/"
+params:
+ path: "/books/porters-handbook/pkg-files/"
---
[[pkg-files]]
diff --git a/documentation/content/pt-br/books/porters-handbook/plist/_index.adoc b/documentation/content/pt-br/books/porters-handbook/plist/_index.adoc
index 76f82bb703..2d636d1828 100644
--- a/documentation/content/pt-br/books/porters-handbook/plist/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/plist/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/flavors
next: books/porters-handbook/pkg-files
showBookMenu: true
weight: 8
-path: "/books/porters-handbook/plist/"
+params:
+ path: "/books/porters-handbook/plist/"
---
[[plist]]
diff --git a/documentation/content/pt-br/books/porters-handbook/porting-dads/_index.adoc b/documentation/content/pt-br/books/porters-handbook/porting-dads/_index.adoc
index ef9ee4f00f..b5691e7b6c 100644
--- a/documentation/content/pt-br/books/porters-handbook/porting-dads/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/porting-dads/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/security
next: books/porters-handbook/porting-samplem
showBookMenu: true
weight: 13
-path: "/books/porters-handbook/porting-dads/"
+params:
+ path: "/books/porters-handbook/porting-dads/"
---
[[porting-dads]]
diff --git a/documentation/content/pt-br/books/porters-handbook/porting-samplem/_index.adoc b/documentation/content/pt-br/books/porters-handbook/porting-samplem/_index.adoc
index e9aaf61293..fa687ac0e1 100644
--- a/documentation/content/pt-br/books/porters-handbook/porting-samplem/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/porting-samplem/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/porting-dads
next: books/porters-handbook/order
showBookMenu: true
weight: 14
-path: "/books/porters-handbook/porting-samplem/"
+params:
+ path: "/books/porters-handbook/porting-samplem/"
---
[[porting-samplem]]
diff --git a/documentation/content/pt-br/books/porters-handbook/porting-why/_index.adoc b/documentation/content/pt-br/books/porters-handbook/porting-why/_index.adoc
index cd67b3c31b..9426a3e564 100644
--- a/documentation/content/pt-br/books/porters-handbook/porting-why/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/porting-why/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/
next: books/porters-handbook/new-port
showBookMenu: true
weight: 1
-path: "/books/porters-handbook/porting-why/"
+params:
+ path: "/books/porters-handbook/porting-why/"
---
[[why-port]]
diff --git a/documentation/content/pt-br/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/pt-br/books/porters-handbook/quick-porting/_index.adoc
index 80d9567325..22ea5f7596 100644
--- a/documentation/content/pt-br/books/porters-handbook/quick-porting/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/quick-porting/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/new-port
next: books/porters-handbook/slow-porting
showBookMenu: true
weight: 3
-path: "/books/porters-handbook/quick-porting/"
+params:
+ path: "/books/porters-handbook/quick-porting/"
---
[[quick-porting]]
diff --git a/documentation/content/pt-br/books/porters-handbook/security/_index.adoc b/documentation/content/pt-br/books/porters-handbook/security/_index.adoc
index b179fc7bf9..d26b03b56f 100644
--- a/documentation/content/pt-br/books/porters-handbook/security/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/security/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/upgrading
next: books/porters-handbook/porting-dads
showBookMenu: true
weight: 12
-path: "/books/porters-handbook/security/"
+params:
+ path: "/books/porters-handbook/security/"
---
[[security]]
diff --git a/documentation/content/pt-br/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/pt-br/books/porters-handbook/slow-porting/_index.adoc
index 90b45b8349..38b4eeba8e 100644
--- a/documentation/content/pt-br/books/porters-handbook/slow-porting/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/slow-porting/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/quick-porting
next: books/porters-handbook/makefiles
showBookMenu: true
weight: 4
-path: "/books/porters-handbook/slow-porting/"
+params:
+ path: "/books/porters-handbook/slow-porting/"
---
[[slow-porting]]
diff --git a/documentation/content/pt-br/books/porters-handbook/special/_index.adoc b/documentation/content/pt-br/books/porters-handbook/special/_index.adoc
index 0e751dd2fe..0c80e0ee05 100644
--- a/documentation/content/pt-br/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/special/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/makefiles
next: books/porters-handbook/flavors
showBookMenu: true
weight: 6
-path: "/books/porters-handbook/special/"
+params:
+ path: "/books/porters-handbook/special/"
---
[[special]]
diff --git a/documentation/content/pt-br/books/porters-handbook/testing/_index.adoc b/documentation/content/pt-br/books/porters-handbook/testing/_index.adoc
index 16f0ac0ca7..39dbdee599 100644
--- a/documentation/content/pt-br/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/testing/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/pkg-files
next: books/porters-handbook/upgrading
showBookMenu: true
weight: 10
-path: "/books/porters-handbook/testing/"
+params:
+ path: "/books/porters-handbook/testing/"
---
[[testing]]
diff --git a/documentation/content/pt-br/books/porters-handbook/upgrading/_index.adoc b/documentation/content/pt-br/books/porters-handbook/upgrading/_index.adoc
index 99541aa920..736e4496d6 100644
--- a/documentation/content/pt-br/books/porters-handbook/upgrading/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/upgrading/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/testing
next: books/porters-handbook/security
showBookMenu: true
weight: 11
-path: "/books/porters-handbook/upgrading/"
+params:
+ path: "/books/porters-handbook/upgrading/"
---
[[port-upgrading]]
diff --git a/documentation/content/pt-br/books/porters-handbook/uses/_index.adoc b/documentation/content/pt-br/books/porters-handbook/uses/_index.adoc
index b3b87a01a7..3e0f6cb7a7 100644
--- a/documentation/content/pt-br/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/uses/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/keeping-up
next: books/porters-handbook/versions
showBookMenu: true
weight: 17
-path: "/books/porters-handbook/uses/"
+params:
+ path: "/books/porters-handbook/uses/"
---
[[uses]]
diff --git a/documentation/content/pt-br/books/porters-handbook/versions/_index.adoc b/documentation/content/pt-br/books/porters-handbook/versions/_index.adoc
index 05563bb2fc..b68bb3d46e 100644
--- a/documentation/content/pt-br/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/versions/_index.adoc
@@ -3,7 +3,8 @@ title: CapĂ­tulo 18. Valores __FreeBSD_version
prev: books/porters-handbook/uses
showBookMenu: true
weight: 18
-path: "/books/porters-handbook/versions/"
+params:
+ path: "/books/porters-handbook/versions/"
---
[[versions]]