From a97d9d80e4db2b21f6cbda378f98dd2bdf0e4592 Mon Sep 17 00:00:00 2001 From: Nathan Melehan Date: Tue, 7 Nov 2023 14:43:05 -0500 Subject: [PATCH 1/2] Testing shortguides in a list --- .../applications/test-shortguide-1/index.md | 14 ++++++++++++++ .../applications/test-shortguide-2/index.md | 14 ++++++++++++++ .../test-shortguide-stuff/index.md | 19 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 docs/guides/applications/test-shortguide-1/index.md create mode 100644 docs/guides/applications/test-shortguide-2/index.md create mode 100644 docs/guides/applications/test-shortguide-stuff/index.md diff --git a/docs/guides/applications/test-shortguide-1/index.md b/docs/guides/applications/test-shortguide-1/index.md new file mode 100644 index 00000000000..36eee22a997 --- /dev/null +++ b/docs/guides/applications/test-shortguide-1/index.md @@ -0,0 +1,14 @@ +--- +title: "Index" +description: 'Two to three sentences describing your guide.' +keywords: [] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +authors: ["Linode"] +published: 2023-11-07 +modified: 2023-11-07 +modified_by: + name: Linode +headless: true +show_on_rss_feed: false +--- +Bullet 1 \ No newline at end of file diff --git a/docs/guides/applications/test-shortguide-2/index.md b/docs/guides/applications/test-shortguide-2/index.md new file mode 100644 index 00000000000..c8deaa34b24 --- /dev/null +++ b/docs/guides/applications/test-shortguide-2/index.md @@ -0,0 +1,14 @@ +--- +title: "Index" +description: 'Two to three sentences describing your guide.' +keywords: [] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +authors: ["Linode"] +published: 2023-11-07 +modified: 2023-11-07 +modified_by: + name: Linode +headless: true +show_on_rss_feed: false +--- +Bullet 2 \ No newline at end of file diff --git a/docs/guides/applications/test-shortguide-stuff/index.md b/docs/guides/applications/test-shortguide-stuff/index.md new file mode 100644 index 00000000000..57f354a0e76 --- /dev/null +++ b/docs/guides/applications/test-shortguide-stuff/index.md @@ -0,0 +1,19 @@ +--- +slug: test-shortguide-stuff +title: "Test Shortguide Stuff" +description: 'Two to three sentences describing your guide.' +og_description: 'Two to three sentences describing your guide when shared on social media.' +keywords: ['list','of','keywords','and key phrases'] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +authors: ["Linode"] +published: 2023-11-07 +modified_by: + name: Linode +external_resources: +- '[Link Title 1](http://www.example.com)' +- '[Link Title 2](http://www.example.net)' +--- + +- Bullet 0 +{{< content "test-shortguide-1" >}} +{{< content "test-shortguide-2" >}} \ No newline at end of file From cc2c4b1ada923c24d75464f10382e2413d8c244e Mon Sep 17 00:00:00 2001 From: Nathan Melehan Date: Tue, 7 Nov 2023 14:45:52 -0500 Subject: [PATCH 2/2] Add another style of embedding bullets --- .../guides/applications/test-shortguide-b/index.md | 14 ++++++++++++++ .../guides/applications/test-shortguide-c/index.md | 14 ++++++++++++++ .../applications/test-shortguide-stuff/index.md | 12 ++++++++++-- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 docs/guides/applications/test-shortguide-b/index.md create mode 100644 docs/guides/applications/test-shortguide-c/index.md diff --git a/docs/guides/applications/test-shortguide-b/index.md b/docs/guides/applications/test-shortguide-b/index.md new file mode 100644 index 00000000000..15b73a37995 --- /dev/null +++ b/docs/guides/applications/test-shortguide-b/index.md @@ -0,0 +1,14 @@ +--- +title: "Index" +description: 'Two to three sentences describing your guide.' +keywords: [] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +authors: ["Linode"] +published: 2023-11-07 +modified: 2023-11-07 +modified_by: + name: Linode +headless: true +show_on_rss_feed: false +--- +- Bullet B \ No newline at end of file diff --git a/docs/guides/applications/test-shortguide-c/index.md b/docs/guides/applications/test-shortguide-c/index.md new file mode 100644 index 00000000000..738968d8982 --- /dev/null +++ b/docs/guides/applications/test-shortguide-c/index.md @@ -0,0 +1,14 @@ +--- +title: "Index" +description: 'Two to three sentences describing your guide.' +keywords: [] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +authors: ["Linode"] +published: 2023-11-07 +modified: 2023-11-07 +modified_by: + name: Linode +headless: true +show_on_rss_feed: false +--- +- Bullet C \ No newline at end of file diff --git a/docs/guides/applications/test-shortguide-stuff/index.md b/docs/guides/applications/test-shortguide-stuff/index.md index 57f354a0e76..ca2247a737d 100644 --- a/docs/guides/applications/test-shortguide-stuff/index.md +++ b/docs/guides/applications/test-shortguide-stuff/index.md @@ -14,6 +14,14 @@ external_resources: - '[Link Title 2](http://www.example.net)' --- +Paragraph text + - Bullet 0 -{{< content "test-shortguide-1" >}} -{{< content "test-shortguide-2" >}} \ No newline at end of file +- {{< content "test-shortguide-1" >}} +- {{< content "test-shortguide-2" >}} + +Paragraph text + +- Bullet A +{{< content "test-shortguide-b" >}} +{{< content "test-shortguide-c" >}}