Skip to content

Commit b31d9de

Browse files
SannidhyaSahYour Namehannesrudolphellipsis-dev[bot]
authored
docs: add API configuration profiles video and update tutorial list (#193)
* docs: add MCP server setup video and update tutorial list * docs: add API configuration profiles video and update tutorial list * Update docs/tutorial-videos.json Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: Hannes Rudolph <[email protected]> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent bad06f5 commit b31d9de

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/features/api-configuration-profiles.md renamed to docs/features/api-configuration-profiles.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ API Configuration Profiles allow you to create and switch between different sets
55
:::info
66
Having multiple configuration profiles lets you quickly switch between different AI providers, models, and settings without reconfiguring everything each time you want to change your setup.
77
:::
8+
9+
<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
10+
<iframe
11+
src="https://www.youtube.com/embed/eEJErgZBqLE"
12+
style={{
13+
position: 'absolute',
14+
top: 0,
15+
left: 0,
16+
width: '100%',
17+
height: '100%',
18+
}}
19+
frameBorder="0"
20+
allow="autoplay; encrypted-media"
21+
allowFullScreen
22+
></iframe>
23+
</div>
24+
<br />
25+
826
## How It Works
927

1028
Configuration profiles can have their own:

docs/tutorial-videos.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
{
1212
"id": "QDy3dm1xJ6Y",
1313
"title": "Setting up MCP server in Roo"
14+
},
15+
{
16+
"id": "eEJErgZBqLE",
17+
"title": "Configuring Profiles | Detailed Tutorial"
1418
}
1519
]
1620
}

0 commit comments

Comments
 (0)