Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed environment variables page to advanced configuration #424

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"pages": [
"v1/usage/dashboard-info",
"v1/usage/sdk-reference",
"v1/usage/environment-variables",
"v1/usage/advanced-configuration",
"v1/usage/tracking-llm-calls",
"v1/usage/tracking-agents",
"v1/usage/recording-events",
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/examples/fastapi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mode: "wide"
API keys are tied to individual projects.<br></br>
A Default Project has been created for you, so just click Copy API Key
</Info>
Set this API Key in your [environment variables](/v1/usage/environment-variables)
Set this API Key in your [environment variables](/v1/usage/advanced-configuration)
```python .env
AGENTOPS_API_KEY=<YOUR API KEY>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/autogen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Autogen has comprehensive [documentation](https://microsoft.github.io/autogen/do
AGENTOPS_API_KEY=<YOUR API KEY>
```
</CodeGroup>
Read more about [environment variables](/v1/usage/environment-variables)
Read more about environment variables in [Advanced Configuration](/v1/usage/advanced-configuration)
</span>
</Step>
<Step title="Run your agent">
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/cohere.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is a living integration. Should you need any added functionality, message u
AGENTOPS_API_KEY=<YOUR API KEY>
```
</CodeGroup>
Read more about [environment variables](/v1/usage/environment-variables)
Read more about environment variables in [Advanced Configuration](/v1/usage/advanced-configuration)
</span>
</Step>
<Step title="Run your Agent">
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/crewai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Crew has comprehensive [documentation](https://docs.crewai.com) available as wel
AGENTOPS_API_KEY=<YOUR API KEY>
```
</CodeGroup>
Read more about [environment variables](/v1/usage/environment-variables)
Read more about environment variables in [Advanced Configuration](/v1/usage/advanced-configuration)
</span>
</Step>
<Step title="Run your crew">
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/integrations/langchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ AgentOps works seamlessly with applications built using LangChain.
AGENTOPS_API_KEY=<YOUR API KEY>
```
</CodeGroup>
Read more about [environment variables](/v1/usage/environment-variables)
Read more about environment variables in [Advanced Configuration](/v1/usage/advanced-configuration)
</span>
</Step>
<Step title="Run your agent">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Environment Variables"
title: "Advanced Configuration"
mode: "wide"
---

Expand Down