Skip to content

Commit

Permalink
Renamed environment variables page to advanced configuration (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG authored Sep 24, 2024
1 parent cab2329 commit 8c03187
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit 8c03187

Please sign in to comment.