Skip to content

Commit

Permalink
Merge pull request #37 from fixie-ai/ben-tutorial-client-tools
Browse files Browse the repository at this point in the history
Add tutorial for client tools
  • Loading branch information
benlower authored Oct 31, 2024
2 parents aa3789d + c70a00b commit 53562f0
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 12 deletions.
20 changes: 9 additions & 11 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default defineConfig({
],
customCss: [
'./src/tailwind.css',
// './src/styles/custom.css'
],
logo: {
dark: './src/assets/logos/UVMarkWhite.svg',
Expand All @@ -35,16 +34,15 @@ export default defineConfig({
link: 'guides/quickstart'
},
{
label: 'Call Stages',
link: 'guides/stages'
},
{
label: 'Ultravox + Telephony',
link: 'guides/telephony'
},
{
label: 'Tools in Ultravox',
link: '/tools'
label: 'Guides',
collapsed: false,
items: [
'tools',
'guides/stages',
'guides/telephony',
'guides/clienttoolstutorial',
// 'guides/callstagestutorial',
]
},
{
label: 'API',
Expand Down
Loading

0 comments on commit 53562f0

Please sign in to comment.