Skip to content

Improve quick-start template process at the runtime to use the content files as includes #5236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jeradrutnam
Copy link
Member

@jeradrutnam jeradrutnam commented Apr 8, 2025

Purpose

$subject

Below is the new way of adding quick starts. Improvement is made to support include supporting for reusability.

---
template: templates/quick-start.html
---

<script>
  const meta = {
    what_you_will_learn: [
      "You will learn this"
    ],
    prerequisites: [
      "About 15 minutes"
    ],
    whats_next: [
      "Check this content"
    ]
  };
</script>

# Page Heading

Page Description - {{ product_name }} {{ product }} {{ base_path }}

[//] STEPS_START

## Step 1 Heading

Step Content Text Goes Here

## Step 2 Heading

Step Content Text Goes Here

[//] STEPS_END

Goals

Approach

Release note

Documentation

Security checks

Related PRs

Test environment

@jeradrutnam jeradrutnam marked this pull request as ready for review April 16, 2025 09:19
@jeradrutnam jeradrutnam changed the title [WIP] Improve quick-start template process at the runtime to use the content files as includes Improve quick-start template process at the runtime to use the content files as includes Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants