Skip to content

Preset 6 - Guidance

Modern sidebar navigation with clean design.

Features:

  • Vertical sidebar navigation
  • Clean, modern IntroStepContainer design
  • GuidanceContent blocks for rich content display
  • External command file monitoring
  • Processing state machine support
  • State persistence
image image image
{
"highlightColor" : "#007AFF",
"items" : [
{
"displayName" : "Overview",
"guidanceContent" : [
{
"content" : "Welcome to the sidebar navigation layout. Users can navigate between sections.",
"type" : "text"
},
{
"content" : "Edit config.json to add more sections, change icons, or customise the content blocks.",
"type" : "info"
}
],
"guidanceTitle" : "Welcome",
"icon" : "SF=house.fill",
"id" : "overview"
},
{
"displayName" : "Applications",
"guidanceContent" : [
{
"content" : "This section could list available applications or provide self-service options.",
"type" : "text"
},
{
"items" : [
"Safari — Web browser",
"Calculator — Quick math",
"TextEdit — Text editor"
],
"type" : "bullets"
}
],
"guidanceTitle" : "Applications",
"icon" : "SF=app.badge.fill",
"id" : "apps"
},
{
"displayName" : "Help & Support",
"guidanceContent" : [
{
"content" : "Add links, contact info, or troubleshooting guides here.",
"type" : "text"
},
{
"action" : "url",
"content" : "Open Apple Support",
"icon" : "safari.fill",
"type" : "button",
"url" : "https://support.apple.com"
}
],
"guidanceTitle" : "Help & Support",
"icon" : "SF=questionmark.circle.fill",
"id" : "help"
}
],
"preset" : "6",
"title" : "Service Portal"
}