Skip to content

Commit 5f1261d

Browse files
Update layout
1 parent 8ad9d36 commit 5f1261d

File tree

10 files changed

+26
-21
lines changed

10 files changed

+26
-21
lines changed

docs/archetypes/default.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/_index.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
2-
title: "Documentation"
2+
title: "Labs Projects"
33
description: "Labs AI Tools for Devs"
4-
date: 2024-03-21
54
draft: false
65
cascade:
76
type: docs
87
---
98

10-
## Quick Start
11-
12-
- [Run with Claude Desktop](docs/claude-desktop)
13-
14-
## Reference
15-
16-
- [Authoring a Prompt](docs/authoring-prompts)
9+
{{< cards >}}
10+
{{< card link="tools" title="AI Tools for Devs (Model Context Protocol)" icon="tag" tag="In progress" >}}
11+
{{< card link="speculative" title="Speculative Execution" icon="tag" tag= "In progress" >}}
12+
{{< /cards >}}

docs/content/docs/_index.md

Whitespace-only changes.

docs/content/projects/_index.md

Whitespace-only changes.

docs/content/speculative/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Speculative Execution
3+
weight: 2
4+
---

docs/content/tools/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Tools For Devs (Model Context Protocol)
3+
weight: 1
4+
---

docs/content/tools/docs/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Documentation
3+
---
4+
5+

docs/content/docs/authoring-prompts.md renamed to docs/content/tools/docs/authoring-prompts.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ Run the curl command, in silent mode, to fetch gists for user slimslenderslacks
8181
If you specify an anthropic model, such as `model: claude-3-5-sonnet-20241022`, you do not need to specify the url. The correct anthropic
8282
endpoint will be used.
8383

84-
**Note**: Do not change tool definitinos to use `json_schema` instead of `properties`. This will be done automatically.
84+
{{< callout type="info" >}}
85+
When using anthropic, do not change tool definitions to use `json_schema`. Use the openai standard of `parameters` - this will be automatically converted before making the api call.
86+
{{< /callout >}}
8587

8688
### OpenAI-compatible endpoints (Ollama)
8789

@@ -101,5 +103,7 @@ model: llama3.1
101103
Run the curl command, in silent mode, to fetch gists for user slimslenderslacks from GitHub.
102104
```
103105

104-
**Note**: Set streaming to false if you're using Ollama for tool calling. Ollama does not currently stream tool calls.
106+
{{< callout type="info" >}}
107+
Set streaming to false if you're using Ollama for tool calling. Ollama does not currently stream tool calls.
108+
{{< /callout >}}
105109

File renamed without changes.

docs/hugo.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
theme: hextra
22
menu:
33
main:
4-
- name: Documentation
5-
pageRef: /documentation
6-
weight: 1
7-
- name: Projects
8-
pageRef: /projects
4+
- name: Labs Projects
5+
pageRef: /
96
weight: 2
107
- name: GitHub
118
weight: 5

0 commit comments

Comments
 (0)