Docsy
Useful bits of code and data to format docsy pages
Categories:
2 minute read
Main page (_index.md)
---
title: "Core Tasks"
linkTitle: "Core Tasks"
weight: 6
description: >
What can your user do with your project?
---
Document page header
---
categories: ["hugo"]
tags: ["docsy"]
title: "Docsy"
linkTitle: "Docsy"
weight: 2
description: >
Useful bits of code and data to format docsy pages
---
Blog page header
---
title: "How this site was built"
linkTitle: "How this site works"
description: >
I wanted to document how this site was built as it's interesting to me, it includes some web knowledge, Terraform IaC, Azure PaaS services, DNS and custom domains, GitHub and Actions.
author: Neil Grinnall
date: 2023-03-25
---
This is used for the root page
---
categories: ["Examples", "Placeholders"]
tags: ["test","docs"]
title: "Getting Started"
linkTitle: "Getting Started"
weight: 2
description: >
What does your user need to know to try your project?
---
Sub-menu title page
---
title: "Working with Ponycopters"
linkTitle: "Working with Ponycopters"
date: 2017-01-05
description: >
A short lead description about this section page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
---
Tabbed code
/// insert code here
this is some code
...
/// insert code here
this is some code
...
/// insert code here
this is some code
...
Table
| What | Follows |
|-----------|-----------------|
| A table | A header |
| A table | A header |
| A table | A header |
What | Follows |
---|---|
A table | A header |
A table | A header |
A table | A header |
Horizontal line
----------------
There's a horizontal rule above and below this.
----------------
There’s a horizontal rule above and below this.
Highlighted text
This is an alert.
Note
This is an alert with a title.
Note
This is an alert with a title and Markdown.
This is a successful alert.
This is a warning.
Warning
This is a warning with a title.
This is an alert.
Note
This is an alert with a title.Note
This is an alert with a title and Markdown.This is a successful alert.
This is a warning.
Warning
This is a warning with a title.Last modified July 21, 2024: update (e2ae86c)