Skip to content

Commit

Permalink
Add new cheat sheets category to ExDoc options
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed May 4, 2024
1 parent e26816d commit 77b79ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 77b79ae

Please sign in to comment.