diff --git a/docs/v1/concepts/core-concepts.mdx b/docs/v1/concepts/core-concepts.mdx
index 31d4bb6c..5272a05c 100644
--- a/docs/v1/concepts/core-concepts.mdx
+++ b/docs/v1/concepts/core-concepts.mdx
@@ -91,3 +91,6 @@ Optionally, agents may also have:
### Threads
*Details coming soon.*
+
+
+
\ No newline at end of file
diff --git a/docs/v1/concepts/decorators.mdx b/docs/v1/concepts/decorators.mdx
index ad475993..8722dcd1 100644
--- a/docs/v1/concepts/decorators.mdx
+++ b/docs/v1/concepts/decorators.mdx
@@ -21,3 +21,6 @@ Sometimes your agent system will use functions that are important to track as [`
Adding this decorator above any function will allow every instance of that function call to be tracked and displayed
in your [Session](v1/concepts/sessions) Drill-Down on the dashboard.
+
+
+
\ No newline at end of file
diff --git a/docs/v1/concepts/events.mdx b/docs/v1/concepts/events.mdx
index 38d51b79..0400f4f5 100644
--- a/docs/v1/concepts/events.mdx
+++ b/docs/v1/concepts/events.mdx
@@ -105,3 +105,6 @@ def scrape_website(url: str):
record(tool_event)
```
+
+
+
\ No newline at end of file
diff --git a/docs/v1/concepts/host-env.mdx b/docs/v1/concepts/host-env.mdx
index 6be89111..0fe749f9 100644
--- a/docs/v1/concepts/host-env.mdx
+++ b/docs/v1/concepts/host-env.mdx
@@ -29,4 +29,7 @@ AgentOps users can opt out of certain environment data collection by setting the
AGENTOPS_ENV_DATA_OPT_OUT=True
```
-For more questions on privacy and data usage, please [send us an email](mailto:alex@agentops.ai)
\ No newline at end of file
+For more questions on privacy and data usage, please [send us an email](mailto:alex@agentops.ai)
+
+
+
\ No newline at end of file
diff --git a/docs/v1/concepts/sessions.mdx b/docs/v1/concepts/sessions.mdx
index 6f53eac8..c0db77d3 100644
--- a/docs/v1/concepts/sessions.mdx
+++ b/docs/v1/concepts/sessions.mdx
@@ -69,4 +69,7 @@ _More info for the curious_
Under the hood, `agentops.init()` sets up a `Client` object with various configuration options like your API key, worker thread options
for when to send out batches of events, etc. Whenever you start a new session, these configuration options will automatically
be applied. You can also apply different configuration options when you start a new session by passing in a
-[Configuration](/v1/usage/sdk-reference/#configuration) object.
\ No newline at end of file
+[Configuration](/v1/usage/sdk-reference/#configuration) object.
+
+
+
\ No newline at end of file
diff --git a/docs/v1/concepts/tags.mdx b/docs/v1/concepts/tags.mdx
index e3f405a8..751f7ec4 100644
--- a/docs/v1/concepts/tags.mdx
+++ b/docs/v1/concepts/tags.mdx
@@ -50,4 +50,7 @@ agentops.add_tags(['appended tag'])
## Session Drill-down
1. Click the session selector button
2. In the session selector, click "Tags"
-3. Choose what tags to search by
\ No newline at end of file
+3. Choose what tags to search by
+
+
+
\ No newline at end of file
diff --git a/docs/v1/examples.mdx b/docs/v1/examples.mdx
index 63d9d79f..fa61e84a 100644
--- a/docs/v1/examples.mdx
+++ b/docs/v1/examples.mdx
@@ -41,3 +41,6 @@ mode: "wide"
![thumbnail](https://cdn.loom.com/sessions/thumbnails/679d65cc06f148299e8dffc459d053ab-with-play.gif)
+
+
+
\ No newline at end of file
diff --git a/docs/v1/integrations/autogen.mdx b/docs/v1/integrations/autogen.mdx
index cae332f7..6d6f2eec 100644
--- a/docs/v1/integrations/autogen.mdx
+++ b/docs/v1/integrations/autogen.mdx
@@ -19,7 +19,7 @@ Autogen has comprehensive [documentation](https://microsoft.github.io/autogen/do
poetry add agentops
```
- Give us a star](https://github.com/AgentOps-AI/agentops) on GitHub while you're at it (you may be our 2,000th 😊)
+ [Give us a star](https://github.com/AgentOps-AI/agentops) on GitHub while you're at it (you may be our 2,000th 😊)
@@ -80,4 +80,5 @@ Autogen has comprehensive [documentation](https://microsoft.github.io/autogen/do
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/integrations/cohere.mdx b/docs/v1/integrations/cohere.mdx
index ea733b62..87210186 100644
--- a/docs/v1/integrations/cohere.mdx
+++ b/docs/v1/integrations/cohere.mdx
@@ -115,4 +115,5 @@ This is a living integration. Should you need any added functionality message us
```
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/integrations/crewai.mdx b/docs/v1/integrations/crewai.mdx
index bc11526f..ae7797b1 100644
--- a/docs/v1/integrations/crewai.mdx
+++ b/docs/v1/integrations/crewai.mdx
@@ -106,4 +106,5 @@ agentops.init(skip_auto_end_session=True)
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/integrations/langchain.mdx b/docs/v1/integrations/langchain.mdx
index dcaa216a..b0b5ff1c 100644
--- a/docs/v1/integrations/langchain.mdx
+++ b/docs/v1/integrations/langchain.mdx
@@ -85,7 +85,7 @@ AgentOps works seamlessly with applications built using Langchain.
## Full Examples
-
+
```python python
import os
from langchain.chat_models import ChatOpenAI
@@ -107,4 +107,5 @@ AgentOps works seamlessly with applications built using Langchain.
```
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/integrations/litellm.mdx b/docs/v1/integrations/litellm.mdx
index 21574b7a..b0efde27 100644
--- a/docs/v1/integrations/litellm.mdx
+++ b/docs/v1/integrations/litellm.mdx
@@ -40,4 +40,5 @@ response = await litellm.acompletion(model="claude-3", messages=messages)
```
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/introduction.mdx b/docs/v1/introduction.mdx
index f687757f..2a901521 100644
--- a/docs/v1/introduction.mdx
+++ b/docs/v1/introduction.mdx
@@ -67,19 +67,5 @@ View a meta-analysis of all of your sessions in a single view.
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/quickstart.mdx b/docs/v1/quickstart.mdx
index 5e7c70b6..11c5a236 100644
--- a/docs/v1/quickstart.mdx
+++ b/docs/v1/quickstart.mdx
@@ -154,19 +154,5 @@ agentops.end_session('Success')
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/v1/scripts/adjust_api_dynamically.js b/docs/v1/scripts/adjust_api_dynamically.js
new file mode 100644
index 00000000..e69de29b
diff --git a/docs/v1/stars.js b/docs/v1/scripts/stars.js
similarity index 97%
rename from docs/v1/stars.js
rename to docs/v1/scripts/stars.js
index 26d6602f..6b8e6b5c 100644
--- a/docs/v1/stars.js
+++ b/docs/v1/scripts/stars.js
@@ -23,7 +23,6 @@ function addNewEventListeners() {
window.addEventListener('load', function() {
updateStars();
- addNewEventListeners();
const observer = new MutationObserver(addNewEventListeners);
observer.observe(document.body, { childList: true, subtree: true });
});
\ No newline at end of file
diff --git a/docs/v1/usage/environment-variables.mdx b/docs/v1/usage/environment-variables.mdx
index 1b1e82c7..5b724a0d 100644
--- a/docs/v1/usage/environment-variables.mdx
+++ b/docs/v1/usage/environment-variables.mdx
@@ -24,4 +24,7 @@ AGENTOPS_API_ENDPOINT=https://api.agentops.ai
AGENTOPS_LOGGING_LEVEL=INFO
# Whether to opt out of recording environment data. . Defaults to FALSE
AGENTOPS_ENV_DATA_OPT_OUT=FALSE
-```
\ No newline at end of file
+```
+
+
+
\ No newline at end of file
diff --git a/docs/v1/usage/langchain-callback-handler.mdx b/docs/v1/usage/langchain-callback-handler.mdx
index eeedcf60..2e719d06 100644
--- a/docs/v1/usage/langchain-callback-handler.mdx
+++ b/docs/v1/usage/langchain-callback-handler.mdx
@@ -65,4 +65,7 @@ response = chain.invoke({"animal": "bears"})
If your project uses Langchain for Agents, Events and Tools, it may be easier to use the callback Handler for observability.
-If your project uses models with Langchain that are not yet supported by AgentOps, they can be supported by the Handler.
\ No newline at end of file
+If your project uses models with Langchain that are not yet supported by AgentOps, they can be supported by the Handler.
+
+
+
\ No newline at end of file
diff --git a/docs/v1/usage/recording-events.mdx b/docs/v1/usage/recording-events.mdx
index 3a363964..abbdf8af 100644
--- a/docs/v1/usage/recording-events.mdx
+++ b/docs/v1/usage/recording-events.mdx
@@ -33,3 +33,6 @@ Record any child of the [Event type](/v1/concepts/events) or ErrorEvent.
from agentops import record, ActionEvent
record(ActionEvent("event_type1"))
```
+
+
+
\ No newline at end of file
diff --git a/docs/v1/usage/sdk-reference.mdx b/docs/v1/usage/sdk-reference.mdx
index a5982870..6b1e9008 100644
--- a/docs/v1/usage/sdk-reference.mdx
+++ b/docs/v1/usage/sdk-reference.mdx
@@ -151,4 +151,7 @@ Stores the configuration settings for AgentOps clients.
[Reference](/v1/usage/langchain-callback-handler)
This callback handler is intended to be used as an option in place of AgentOps auto-instrumenting. This is only useful
-when using Langchain as your LLM calling library.
\ No newline at end of file
+when using Langchain as your LLM calling library.
+
+
+
\ No newline at end of file
diff --git a/docs/v1/usage/tracking-agents.mdx b/docs/v1/usage/tracking-agents.mdx
index 88b0b84a..47485cd3 100644
--- a/docs/v1/usage/tracking-agents.mdx
+++ b/docs/v1/usage/tracking-agents.mdx
@@ -22,3 +22,6 @@ class MyAgent:
`trackagent.name` is optional.
If omitted, agent name defaults to the name of the class (e.g. MyAgent).
If an event does not originate from a tracked agent, agent name defaults to "Default Agent".
+
+
+
\ No newline at end of file
diff --git a/docs/v1/usage/tracking-llm-calls.mdx b/docs/v1/usage/tracking-llm-calls.mdx
index b2e30b05..740a0030 100644
--- a/docs/v1/usage/tracking-llm-calls.mdx
+++ b/docs/v1/usage/tracking-llm-calls.mdx
@@ -26,3 +26,6 @@ To get started, just follow the quick start guide.
Get started with AgentOps in under 5 minutes
+
+
+
\ No newline at end of file