From 89f6b65ee6fc48bd7ca40b00e50aadb3fc888779 Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Mon, 21 Oct 2024 21:56:56 +0200 Subject: [PATCH] docs: Add missing link to jsonnet.md in the summary (#19522) This is a fixup for #19410. Apparently, `mdbook` requires a reference to the document from the `SUMMARY.md`. This fixes the 404 (https://zed.dev/docs/languages/jsonnet.html) and also adds the Jsonnet to the docs' navigation. Release Notes: - N/A --- docs/src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 7480468320..967b91d59d 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -85,6 +85,7 @@ - [JavaScript](./languages/javascript.md) - [Julia](./languages/julia.md) - [JSON](./languages/json.md) +- [Jsonnet](./languages/jsonnet.md) - [Kotlin](./languages/kotlin.md) - [Lua](./languages/lua.md) - [Luau](./languages/luau.md)