This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch ruby-3
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit a1163219d1c2f96e60d3e0dd52b8325125b5d887
Author: Richard Downer <[email protected]>
AuthorDate: Fri Mar 12 11:58:44 2021 +0000

    Resolve issues from merge
---
 guide/blueprints/policies/index.md            | 1 +
 guide/blueprints/policies/writing_policies.md | 1 +
 guide/blueprints/winrm/tips.md                | 1 +
 guide/blueprints/winrm/troubleshoot.md        | 1 +
 guide/ops/configuration/brooklyn_cfg.md       | 5 ++---
 guide/ops/upgrades/index.md                   | 1 +
 6 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/guide/blueprints/policies/index.md 
b/guide/blueprints/policies/index.md
index 71b2033..e3aa70f 100644
--- a/guide/blueprints/policies/index.md
+++ b/guide/blueprints/policies/index.md
@@ -1,6 +1,7 @@
 ---
 title: Policies
 partial-summary-depth: 1
+layout: website-normal
 ---
 
 Policies perform the active management enabled by Brooklyn.
diff --git a/guide/blueprints/policies/writing_policies.md 
b/guide/blueprints/policies/writing_policies.md
index 3805188..44d3913 100644
--- a/guide/blueprints/policies/writing_policies.md
+++ b/guide/blueprints/policies/writing_policies.md
@@ -1,5 +1,6 @@
 ---
 title: Writing a Policy
+layout: website-normal
 ---
 
 ### Your First Policy
diff --git a/guide/blueprints/winrm/tips.md b/guide/blueprints/winrm/tips.md
index f9e4ea7..15f18ef 100644
--- a/guide/blueprints/winrm/tips.md
+++ b/guide/blueprints/winrm/tips.md
@@ -1,5 +1,6 @@
 ---
 title: WinRM Tips and Tricks
+layout: website-normal
 ---
 
 ### PowerShell
diff --git a/guide/blueprints/winrm/troubleshoot.md 
b/guide/blueprints/winrm/troubleshoot.md
index 3424e91..a3164d2 100644
--- a/guide/blueprints/winrm/troubleshoot.md
+++ b/guide/blueprints/winrm/troubleshoot.md
@@ -1,5 +1,6 @@
 ---
 title: Troubleshooting
+layout: website-normal
 ---
 
 Note: in addition to the Windows-specific points here,
diff --git a/guide/ops/configuration/brooklyn_cfg.md 
b/guide/ops/configuration/brooklyn_cfg.md
index 5b08653..7c7f346 100644
--- a/guide/ops/configuration/brooklyn_cfg.md
+++ b/guide/ops/configuration/brooklyn_cfg.md
@@ -221,8 +221,7 @@ otherwise, the default configuration of the Jetty the 
server will be applied.
 The default value for the max inactive interval is 3600s but both values can 
be modified by adding the time in 
 seconds as properties on `brooklyn.cfg`:
 
-```properties
+{% highlight properties %}
 org.apache.brooklyn.server.maxSessionAge = 3600
 org.apache.brooklyn.server.maxInactiveInterval = 3600
-```
-  
\ No newline at end of file
+{% endhighlight %}
diff --git a/guide/ops/upgrades/index.md b/guide/ops/upgrades/index.md
index 37ddc32..590364f 100644
--- a/guide/ops/upgrades/index.md
+++ b/guide/ops/upgrades/index.md
@@ -1,5 +1,6 @@
 ---
 title: Upgrades
+layout: website-normal
 ---
 
 This section provides all necessary information to upgrade Apache Brooklyn for 
both the RPM/DEB and Tarball packages.

Reply via email to