@@ -91,57 +91,67 @@ Refer to the [Quickstart](/get-started/quickstart) for more details.
9191
9292## Explore
9393
94+ <div className = " explore-cards" >
9495<Cards >
9596
9697<Card title = " About OpenShell" href = " /about/overview" >
9798
9899Learn about OpenShell and its capabilities.
99100
101+ <Badge intent = " tip" minimal outlined >Concept</Badge >
100102</Card >
101103
102104<Card title = " Quickstart" href = " /get-started/quickstart" >
103105
104106Install the CLI and create your first sandbox in two commands.
105107
108+ <Badge intent = " tip" minimal outlined >Tutorial</Badge >
106109</Card >
107110
108111<Card title = " Tutorials" href = " /tutorials/index" >
109112
110113Hands-on walkthroughs from first sandbox to custom policies.
111114
115+ <Badge intent = " tip" minimal outlined >Concept</Badge >
112116</Card >
113117
114118<Card title = " Gateways and Sandboxes" href = " /sandboxes/manage-gateways" >
115119
116120Deploy gateways, create sandboxes, configure policies, providers, and community images for your AI agents.
117121
122+ <Badge intent = " tip" minimal outlined >Concept</Badge >
118123</Card >
119124
120125<Card title = " Inference Routing" href = " /inference/about" >
121126
122127Keep inference traffic private by routing API calls to local or self-hosted backends.
123128
129+ <Badge intent = " tip" minimal outlined >Concept</Badge >
124130</Card >
125131
126132<Card title = " Observability" href = " /observability/index" >
127133
128134Understand sandbox logs, access them via CLI and TUI, and export OCSF JSON records.
129135
136+ <Badge intent = " tip" minimal outlined >How-To</Badge >
130137</Card >
131138
132139<Card title = " Reference" href = " /reference/default-policy" >
133140
134141Policy schema, environment variables, and system architecture.
135142
143+ <Badge intent = " tip" minimal outlined >Reference</Badge >
136144</Card >
137145
138146<Card title = " Security Best Practices" href = " /security/best-practices" >
139147
140148Every configurable security control, its default, and the risk of changing it.
141149
150+ <Badge intent = " tip" minimal outlined >Concept</Badge >
142151</Card >
143152
144153</Cards >
154+ </div >
145155
146156---
147157
0 commit comments