docs: Add missing link to jsonnet.md in the summary (#19522)

Vladimir Varankin created

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

Change summary

docs/src/SUMMARY.md | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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)