Skip to content

Commit 5b82bc4

Browse files
authored
Merge pull request #697 from dahlia/docs/deploy
Rewrite deployment guide with production operations guidance
2 parents 9d7bf7f + 0d659d0 commit 5b82bc4

5 files changed

Lines changed: 1440 additions & 205 deletions

File tree

.hongdown.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ proper_nouns = [
4646
"Deno",
4747
"Deno Deploy",
4848
"Deno Lint",
49+
"Docker Compose",
4950
"Fastify",
5051
"Fedify",
5152
"Elysia",
5253
"Encyclia",
5354
"ESLint",
5455
"Express",
56+
"FIRES",
5557
"h3",
5658
"Hackers' Pub",
5759
"Hollo",
@@ -73,6 +75,7 @@ proper_nouns = [
7375
"OpenTelemetry",
7476
"Pixelfed",
7577
"Pleroma",
78+
"Podman Compose",
7679
"RabbitMQ",
7780
"Redis",
7881
"Scoop",

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import taskLists from "@hackmd/markdown-it-task-lists";
12
import { transformerTwoslash } from "@shikijs/vitepress-twoslash";
23
import abbr from "markdown-it-abbr";
34
import deflist from "markdown-it-deflist";
@@ -288,6 +289,7 @@ export default withMermaid(defineConfig({
288289
md.use(abbr);
289290
md.use(deflist);
290291
md.use(footnote);
292+
md.use(taskLists);
291293
md.use(groupIconMdPlugin);
292294
md.use(jsrRefPlugin);
293295
},

0 commit comments

Comments
 (0)