Skip to content

Commit

Permalink
Add Gleam To Sidebar (#1123)
Browse files Browse the repository at this point in the history
It seems that Gleam support was added a while back, but the docs for it
were never added to the sidebar so you might not know that nixpacks
actually support building Gleam projects.
  • Loading branch information
brianmichel authored Jul 6, 2024
1 parent b49f314 commit 4fc7e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const sidebarItems: ISidebarSection[] = [
{ href: "/docs/providers/deno", text: "Deno" },
{ href: "/docs/providers/elixir", text: "Elixir" },
{ href: "/docs/providers/fsharp", text: "F#" },
{ href: "/docs/providers/gleam", text: "Gleam" },
{ href: "/docs/providers/go", text: "Go" },
{ href: "/docs/providers/haskell", text: "Haskell" },
{ href: "/docs/providers/java", text: "Java" },
Expand Down

0 comments on commit 4fc7e4a

Please sign in to comment.