Test Tutorial
A test tutorial for verifying the Hugo layout
Overview
You will learn
- How Hugo layouts work
- How shortcodes render
Prerequisites
Steps
This is the first step content with bold and code.
This is the second step.
A flowchart showing build flow:
graph TD
A[GitHub markdown] --> B[fetch-tutorials]
B --> C[Hugo content]
C --> D[publish-content]
D --> E[(HANA BLOB)]
A sequence diagram showing the auth flow:
sequenceDiagram
participant U as User
participant AR as AppRouter
participant CAP as CAP Service
U->>AR: GET /tutorials/foo
AR->>CAP: /content/tutorials/foo
CAP-->>AR: HTML (gzipped BLOB)
AR-->>U: 200 OK
Content for Option A.
Content for Option B.
Resources
Discussion
Share feedback on this tutorial or join the conversation in SAP Community.