Home Explore Blog CI



docker

content/contribute/components/buttons.md
5a8189d89bc97fe914bcec514bab8f8550c7485e65bac3470000000300000100
---
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" */>}}
```

Chunks
cb8245c0 (1st chunk of `content/contribute/components/buttons.md`)
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.