Skip to content

Commit e54faaf

Browse files
Update documentation: Reorganize tutorials, add icons for secrets and projects, and refine related concepts links
1 parent 7723b94 commit e54faaf

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

documentation/advanced/secrets-management.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Secrets Management'
33
description: 'Advanced techniques for managing sensitive information in Julep'
4+
icon: 'key'
45
---
56

67
# Secrets Management

documentation/concepts/projects.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Projects'
33
description: 'Organizational units for grouping related resources'
4+
icon: 'layer-group'
45
---
56

67
# Projects

documentation/concepts/secrets.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Secrets'
33
description: 'Securely store and manage sensitive information for your LLM applications'
4+
icon: 'key'
45
---
56

67
# Secrets

documentation/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
{
5151
"group": "Tutorials",
5252
"pages": [
53-
"tutorials/browser-use",
54-
"tutorials/rag-chatbot",
5553
"tutorials/trip-planning",
5654
"tutorials/trip-planning-input",
5755
"tutorials/trip-planning-tools",
5856
"tutorials/trip-planning-workflow",
5957
"tutorials/trip-planning-running",
58+
"tutorials/browser-use",
59+
"tutorials/rag-chatbot",
6060
"tutorials/video-processing"
6161
]
6262
},

documentation/tutorials/trip-planning-input.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ This schema specifies that our task expects an array of location strings (e.g.,
2626

2727
## Related Concepts
2828

29-
- [Agents](/concepts/agents)
3029
- [Tasks](/concepts/tasks)
31-
- [Tools](/concepts/tools)
30+
3231

documentation/tutorials/trip-planning-running.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,5 +364,5 @@ With clear skies and mild temperatures, this itinerary offers a balanced mix of
364364

365365
- [Agents](/concepts/agents)
366366
- [Tasks](/concepts/tasks)
367-
- [Tools](/concepts/tools)
367+
- [Executions](/concepts/execution)
368368

documentation/tutorials/trip-planning-tools.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ We're using two integrations:
3434

3535
## Related Concepts
3636

37-
- [Agents](/concepts/agents)
38-
- [Tasks](/concepts/tasks)
3937
- [Tools](/concepts/tools)
4038

documentation/tutorials/trip-planning-workflow.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,5 @@ main:
235235
236236
## Related Concepts
237237
238-
- [Agents](/concepts/agents)
239238
- [Tasks](/concepts/tasks)
240-
- [Tools](/concepts/tools)
241-
239+
- [Types of Task Steps](/advanced/types-of-task-steps)

0 commit comments

Comments
 (0)