Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/contribute/file-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ following keys are supported. The title, description, and keywords are required.
Here's an example of a valid (but contrived) page metadata. The order of
the metadata elements in the front matter isn't important.

```liquid
```text
---
description: Instructions for installing Docker Engine on Ubuntu
keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update
Expand Down Expand Up @@ -70,7 +70,7 @@ Splitting long lines (preferably up to 80 characters) can make it easier to prov
If you want to add an entry to the sidebar, but you want the link to point somewhere else, you can use the `sidebar.goto` parameter.
This is useful in combination with `build.render` set to `always`, which creates a pageless entry in the sidebar that links to another page.

```md
```text
---
title: Dummy sidebar link
build:
Expand Down