Skip to content

Commit 9a74576

Browse files
committed
Fixes 2 broken links
1 parent 9137dc4 commit 9a74576

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/config/config-file.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ export default defineConfig({
188188

189189
Make sure to set the `AXIOM_API_TOKEN` and `AXIOM_DATASET` environment variables in your project.
190190

191-
<Note>
192-
The `logExporters` option is available in the v4 beta SDK. See our [v4 upgrade
193-
guide](/upgrade-to-v4) for more information.
194-
</Note>
195-
196191
It's important to note that you cannot configure exporters using `OTEL_*` environment variables, as they would conflict with our internal telemetry. Instead you should configure the exporters via passing in arguments to the `OTLPTraceExporter` and `OTLPLogExporter` constructors. For example, here is how you can configure exporting to Honeycomb:
197192

198193
```ts trigger.config.ts

docs/guides/python/python-doc-to-markdown.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ description: "Learn how to use Trigger.dev with Python to convert documents to m
66

77
import PythonLearnMore from "/snippets/python-learn-more.mdx";
88

9-
<Note>
10-
This project uses Trigger.dev v4 (which is currently in beta as of 28 April 2025). If you want to
11-
run this project you will need to [upgrade to v4](/upgrade-to-v4).
12-
</Note>
13-
149
## Overview
1510

1611
Convert documents to markdown using Microsoft's [MarkItDown](https://github.com/microsoft/markitdown) library. This can be especially useful for preparing documents in a structured format for AI applications.

0 commit comments

Comments
 (0)