Skip to content

Commit eaf48c8

Browse files
committed
docs: add formatters page
1 parent c6d35eb commit eaf48c8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/src/config/sidebar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
link: "/usage/linters/"
2121
- label: "False Positives"
2222
link: "/usage/false-positives/"
23+
- label: "Formatters"
24+
link: "/usage/formatters/"
2325
- label: Product
2426
items:
2527
- label: "Thanks"

docs/src/docs/usage/formatters.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Formatters
3+
---
4+
5+
import { FaGithub, FaGitlab, FaArrowUp, FaCog } from "react-icons/fa";
6+
7+
## All Formatters
8+
9+
{.Formatters}
10+
11+
## Formatters Configuration
12+
13+
{ .FormattersExample }

0 commit comments

Comments
 (0)