Skip to content

Commit a652c2e

Browse files
committed
Added docs about @fedify/lint
1 parent 0fa2d83 commit a652c2e

6 files changed

Lines changed: 1142 additions & 103 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const MANUAL = {
7676
{ text: "Message queue", link: "/manual/mq.md" },
7777
{ text: "Integration", link: "/manual/integration.md" },
7878
{ text: "Testing", link: "/manual/test.md" },
79+
{ text: "Linting", link: "/manual/lint.md" },
7980
{ text: "Logging", link: "/manual/log.md" },
8081
{ text: "OpenTelemetry", link: "/manual/opentelemetry.md" },
8182
{ text: "Deployment", link: "/manual/deploy.md" },
@@ -100,6 +101,7 @@ const REFERENCES = {
100101
{ text: "@fedify/sqlite", link: "https://jsr.io/@fedify/sqlite/doc" },
101102
{ text: "@fedify/sveltekit", link: "https://jsr.io/@fedify/sveltekit/doc" },
102103
{ text: "@fedify/testing", link: "https://jsr.io/@fedify/testing/doc" },
104+
{ text: "@fedify/lint", link: "https://jsr.io/@fedify/lint/doc" },
103105
],
104106
};
105107

0 commit comments

Comments
 (0)