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 src/content/documentation/ack/reference/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Browse a quick reference for Ack's core classes, methods, and annot
# API Reference

This page is a curated quick reference for the core Ack classes, methods, and
annotations. Use the [generated API documentation](https://pub.dev/documentation/ack/ack/latest/ack/)
annotations. Use the [generated API documentation](https://pub.dev/documentation/ack/latest/)
for every public declaration and exact signatures; use the linked guides here
for explanations and examples.

Expand Down
2 changes: 1 addition & 1 deletion src/content/documentation/mix/ecosystem/mix-lint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Callout } from "nextra/components";

# mix_lint

`mix_lint` is an [analysis server plugin](https://dart.dev/tools/analysis-server) that adds Mix-specific diagnostics to your Dart analyzer. It helps teams keep Styler chains readable, tokens reusable, and generated Styler APIs consistent.
`mix_lint` is an [analysis server plugin](https://dart.dev/tools/analysis) that adds Mix-specific diagnostics to your Dart analyzer. It helps teams keep Styler chains readable, tokens reusable, and generated Styler APIs consistent.

## Why use it

Expand Down
Loading