-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
68 lines (68 loc) · 2.05 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Anthropic on AWS
theme:
name: material
font:
text: 'Segoe UI'
code: 'Roboto Mono'
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: black
accent: indigo
- media: '(prefers-color-scheme: dark)'
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: black
accent: indigo
highlightjs: true
hljs_languages:
- yaml
- json
- bash
- typescript
features:
- header.autohide
- navigation.instant
- navigation.sections
- navigation.top
- navigation.indexes
- search.highlight
- search.share
- search.suggest
- content.code.annotate
- content.tooltips
- content.tabs.link
- content.code.copy
plugins:
- search
- glightbox
- include-markdown
- minify:
minify_html: true
- social:
cards: true
cards_layout_options:
font_family: Roboto
nav:
- Home: index.md
- Cookbooks: cookbooks.md
- Workshops: workshops.md
- Demos:
- Classification with Intercom: projects/classification-with-intercom.md
- Claude Multimodal LLM Playground:
- projects/claude-multimodal-llm-playground/index.md
- Anthropic: projects/claude-multimodal-llm-playground/anthropic.md
- Bedrock: projects/claude-multimodal-llm-playground/bedrock.md
- Claude Tools Chatbot: projects/claude-tools-chatbot.md
- Complex Schema Tool Use:
- projects/complex-schema-tool-use/index.md
- NextJS Typescript Example: projects/complex-schema-tool-use/nextjs-typescript-example.md
- Streamlit Python Example: projects/complex-schema-tool-use/streamlit-python-example.md
- Streamlit Stepfunction Example: projects/complex-schema-tool-use/streamlit-stepfunction-example.md
- Metaprompt Generator: projects/metaprompt-generator.md
- PDF Knowledge Base with Citations: projects/pdf-knowledge-base-with-citations.md