From 77b79ae5bef306dbe58c1b70ca7ed232337ad648 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 22 Apr 2024 19:41:28 +0100 Subject: [PATCH] Add new cheat sheets category to ExDoc options --- mix.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index d4e250122..b32a9689f 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,8 @@ defmodule Nostrum.Mixfile do Introduction: ~r"/introduction/", Functionality: ~r"/functionality/", Configuration: ~r"/configuration/", - Advanced: ~r"/advanced/" + Advanced: ~r"/advanced/", + "Cheat Sheets": ~r"/cheat-sheets/" ], source_ref: "master", assets: "guides/assets", @@ -79,7 +80,8 @@ defmodule Nostrum.Mixfile do "guides/functionality/voice.md", "guides/advanced/pluggable_caching.md", "guides/advanced/multi_node.md", - "guides/advanced/hot_code_upgrade.md" + "guides/advanced/hot_code_upgrade.md", + "guides/cheat-sheets/api.cheatmd" ] end