Home Explore Blog CI



docker

1st chunk of `content/contribute/components/buttons.md`
cb8245c0c11572601a6dcf942029d3253d60ba10959458c80000000100000100
---
description: components and formatting examples used in Docker's docs
title: Buttons
toc_max: 3
---

### Examples

{{< button url="https://example.com/" text="hello" >}}

### Markup

```go
{{</* button url="https://example.com/" text="hello" */>}}
```

Title: Buttons: Examples and Markup
Summary
This section demonstrates how to create buttons in Docker's documentation using a shortcode. It provides both a rendered example of a button and the corresponding markup code used to generate it.