From d0c4e217bec35d9e0b0e46386751c242091cefcc Mon Sep 17 00:00:00 2001 From: Wei Cheng <89013930+WCheng111@users.noreply.github.com> Date: Sat, 20 Sep 2025 21:51:12 +0800 Subject: [PATCH] Create change-me.md --- userguide/content/en/blog/change-me.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 userguide/content/en/blog/change-me.md diff --git a/userguide/content/en/blog/change-me.md b/userguide/content/en/blog/change-me.md new file mode 100644 index 0000000000..906ee7d8d1 --- /dev/null +++ b/userguide/content/en/blog/change-me.md @@ -0,0 +1,16 @@ +--- +title: "Long Page Title" +linkTitle: "Short Nav Title" +weight: 100 +description: >- + Page description for heading and indexes. +--- + +## Heading + +Edit this template to create your new page. + +* Give it a good name, ending in `.md` - e.g. `getting-started.md` +* Edit the "front matter" section at the top of the page (weight controls how its ordered amongst other pages in the same directory; lowest number first). +* Add a good commit message at the bottom of the page (<80 characters; use the extended description field for more detail). +* Create a new branch so you can preview your new file and request a review via Pull Request.