Skip to content
Open
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 authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "How to authenticate your requests to the TaskFlow API."
The TaskFlow API uses **Bearer token authentication**. Every request must include
a valid API key in the `Authorization` header.

## Your API Key
## Your API Key

```
tf-live-4a8f2c1e9b3d7e6a
Expand Down
4 changes: 2 additions & 2 deletions essentials/images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ icon: 'image'

### Using Markdown

The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code
The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code.

```md
![title](/path/image.jpg)
Expand All @@ -23,7 +23,7 @@ Note that the image file size must be less than 5MB. Otherwise, we recommend hos

### Using embeds

To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images
To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images.

```html
<img height="200" src="/path/image.jpg" />
Expand Down
2 changes: 1 addition & 1 deletion introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Introduction"
description: "Welcome to the TaskFlow API documentation."
---

TaskFlow is a simple task management API that lets you create projects, organize
TaskFlow is a simple task management API that lets you create projects, organize
tasks within them, track progress, and delete tasks when they're done.

## What you can do with TaskFlow
Expand Down