37 lines
768 B
Markdown
37 lines
768 B
Markdown
---
|
|
title: Hello World
|
|
intro: 'Follow this Hello World exercise to get started with {% data variables.product.product_name %}.'
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
type: quick_start
|
|
topics:
|
|
- Pull requests
|
|
- Fundamentals
|
|
---
|
|
|
|
## Introduction
|
|
|
|
This is just a test.
|
|
|
|
{% ifversion volvo %}
|
|
Ove loves Volvos.
|
|
{% else %}
|
|
Apparently, a Saab it is.
|
|
{% endif %}
|
|
|
|
Try changing the current version from "Free, Pro, & Team" to something
|
|
like "Enterprise Server X.Y". It should change the above sentence.
|
|
|
|
## Link to a page with variable title
|
|
|
|
"[AUTOTITLE](/get-started/quickstart/dynamic-title)"
|
|
|
|
"[AUTOTITLE](/get-started/foo/cross-version-linking)"
|
|
|
|
## Use of a reusable that might have auto-title links
|
|
|
|
{% data reusables.gated-features.more-info %}
|