summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-15 14:28:58 +0000
committerGithub Actions <actions@github>2023-09-15 14:28:58 +0000
commit3f855f3675a22cb52a6754f3ab073d13528ce0ca (patch)
treea02ffb454be28835d2f30c30b12c54c41483c5a8
parent9c9193e2389488ba9a0b0ee86fede8aa3ef8f67f (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/recipes.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8c8e39..3d312b8 100644
--- a/README.md
+++ b/README.md
@@ -311,6 +311,7 @@ require("conform").formatters.my_formatter = {
- [Customizing formatters](doc/recipes.md#customizing-formatters)
- [Autoformat with extra features](doc/recipes.md#autoformat-with-extra-features)
- [Command to toggle format-on-save](doc/recipes.md#command-to-toggle-format-on-save)
+- [Automatically run slow formatters async](doc/recipes.md#automatically-run-slow-formatters-async)
<!-- /RECIPES -->
diff --git a/doc/recipes.md b/doc/recipes.md
index 467029b..8dae5fc 100644
--- a/doc/recipes.md
+++ b/doc/recipes.md
@@ -6,6 +6,7 @@
- [Customizing formatters](#customizing-formatters)
- [Autoformat with extra features](#autoformat-with-extra-features)
- [Command to toggle format-on-save](#command-to-toggle-format-on-save)
+- [Automatically run slow formatters async](#automatically-run-slow-formatters-async)
<!-- /TOC -->