Skip to content

Commit

Permalink
Fix shortcode "children" must be closed or self-closed (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0rban authored Apr 26, 2024
2 parents 705840d + 45fbe9e commit 80bc158
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion content/administer-tugboat-crew/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Add users, remove users, change permissions.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/building-a-preview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b>3. </b>"

How to build and update a Preview, administer Previews, and use Base Previews.

{{% children depth="2" %}}
{{% children depth="2" /%}}
2 changes: 1 addition & 1 deletion content/building-a-preview/administer-previews/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Build, update, and delete Previews. Change Preview states; Reset, Start/Stop, Lock/Unlock.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/building-a-preview/automate-previews/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Automatically build, update, and delete Previews.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/building-a-preview/preview-deep-dive/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pre = "<b> </b>"
Learn more about how Previews work, how you can optimize your Preview builds, and what you'll see when you click into a
Preview in the Tugboat dashboard.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/building-a-preview/share-a-preview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

How to manually share a Preview, or configure automated posting of Preview URLs.

{{% children %}}
{{% children /%}}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre = "<b></b>"
To speed up your Preview builds, and reduce subsequent Preview builds to smaller files, set a Base Preview as a starting
point for child Previews.

{{% children %}}
{{% children /%}}

Want to learn more about Base Previews under the cover? Check out:
[How Base Previews work](../preview-deep-dive/how-previews-work/#how-base-previews-work).
2 changes: 1 addition & 1 deletion content/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

You've got questions? We've got answers!

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/lighthouse/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Audit your Tugboat Previews for accessibility, SEO, and more using our Google Lighthouse integration.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Sometimes you just need to know more about a parameter or environment variable.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/setting-up-services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pre = "<b>2. </b>"

How to set up Services, and more about images.

{{% children depth="3" %}}
{{% children depth="3" /%}}

A Tugboat Service plays the role of what a server might provide in a production environment. A service can be a web
server, a database server, a cache store, etc. Services form the core of your
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Taking you step-by-step through the process to set up Services in your config.yml file.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/setting-up-services/service-images/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Details about Service images under the hood, including how to use your own Docker image and Tugboat-maintained images.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/setting-up-tugboat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pre: "<b>1. </b>"

Connecting Tugboat to your git provider, creating projects, adding repositories.

{{% children %}}
{{% children /%}}

{{% notice tip %}} If you want to learn more about setting up Tugboat and get a feel for the overall workflow, watch our
[Getting Started with Tugboat video](https://www.youtube.com/watch?v=HYTsrm5ORmU) on YouTube. {{% /notice %}}
2 changes: 1 addition & 1 deletion content/starter-configs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ frameworks and Content Management Systems in our [GitHub account](https://github
See our blog post:
[10 Tips for Writing Your Tugboat YAML Config](https://www.tugboatqa.com/2021/02/02/Ten-Tips-For-Writing-Your-Tugboat-YAML-Config.html).

{{% children depth="4" %}}
{{% children depth="4" /%}}
2 changes: 1 addition & 1 deletion content/starter-configs/code-snippets/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pre = "<b></b>"

Example config.yml code stubs to use when adding functionality to your projects.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/starter-configs/examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = ""

Example config.yml files to get you started with common frameworks or configurations.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/starter-configs/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pre = ""

Information about configuring frameworks to work with Tugboat, and example config.yml files to get you started.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

How to figure out what went wrong, and fixes for common issues.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/tugboat-billing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Tugboat pricing, how to change your Tugboat plan and billing information, and how to cancel Tugboat billing.

{{% children %}}
{{% children /%}}
2 changes: 1 addition & 1 deletion content/tugboat-cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pre = "<b></b>"

Installing and using Tugboat's CLI.

{{% children %}}
{{% children /%}}

The Tugboat [Command Line Tool](https://dashboard.tugboatqa.com/downloads) provides access to your Tugboat account from
your local command line. It allows you to perform all of the operations available through the web interface, as well as
Expand Down
2 changes: 1 addition & 1 deletion content/visual-diffs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pre = "<b></b>"

Use Tugboat's visual regression tools to visually diff changes to your sites.

{{% children %}}
{{% children /%}}

0 comments on commit 80bc158

Please sign in to comment.