From 28ae85884e4789727810b90325613cdc4cc65423 Mon Sep 17 00:00:00 2001 From: Laverne Schrock Date: Thu, 15 Nov 2018 22:04:22 -0500 Subject: [PATCH] Fix confusing indentation in /code#Clojure With lacinia being a bullet point and the other projects under Clojure being headers, it looked like lacinia was nested under graphql-clj. --- site/code/index.html.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index d3ffc2ced9..69b2f31fb5 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -107,7 +107,9 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`: (executor/execute nil schema resolver-fn "{ hello }") \`\`\` - - [lacinia](https://github.com/walmartlabs/lacinia): A full implementation of the GraphQL specification that aims to maintain external compliance with the specification. +#### [lacinia](https://github.com/walmartlabs/lacinia) + +A full implementation of the GraphQL specification that aims to maintain external compliance with the specification. ### Elixir