From 51dd5b4c12d0330a385795a300214d7ddb2a99a5 Mon Sep 17 00:00:00 2001 From: Chandler Gonzales Date: Sun, 15 Dec 2024 12:50:01 -0800 Subject: [PATCH] correct graphile config index headings --- utils/website/graphile-config/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/website/graphile-config/index.md b/utils/website/graphile-config/index.md index 3d0b8eb42..975d7db4e 100644 --- a/utils/website/graphile-config/index.md +++ b/utils/website/graphile-config/index.md @@ -11,7 +11,7 @@ Graphile Config helps Node.js library authors make their libraries configurable and _extensible_. Graphile Config is used across the Graphile suite to provide a standard configuration and plugin interface. -# Features +## Features - Define and document strongly typed configuration options for your library. - Allow users to extend the functionality of your library via plugins. @@ -22,7 +22,7 @@ standard configuration and plugin interface. - View the available options and resolved values of a preset with the `graphile` CLI. -# Different Users +## Different Users As a user of Graphile Config, you may not need to understand everything. There are three common levels of usage, in order of the amount of knowledge required: