You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Use top-level categories: "Benefits", "Fundamentals".
274
-
3. Query using those concepts first.
275
-
4. Drill down into specific implementations.
276
-
277
-
### Strategy 3: Targeted Content-Type Searching
278
-
Use the `type` parameter to focus results:
279
-
- Conceptual understanding: `type='guide'`
280
-
- Usage examples: `type='example'`
281
-
- Implementation details: `type='src'`
282
-
- Historical context: `type='ticket'` or `type='blog'`
283
-
284
-
**Pro tip**: If a broad query returns too many source files and not enough guides, re-run with `type='guide'`. If you need implementation after reading guides, re-run with `type='src'`.
285
-
262
+
263
+
### The Discovery Pattern: Broad to Narrow
264
+
When learning about a new concept or feature area:
0 commit comments