Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 17, 2024
1 parent d014aee commit bfc89d3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions writing-gleam/gleam-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ target = "erlang"
# The source code repository location (optional)
# This will be used in generated documentation and displayed on Hex.
repository = { type = "github", user = "example", repo = "my_project" }
# It can also be one of these formats
# repository = { type = "gitlab", user = "example", repo = "my_project" }
# repository = { type = "bitbucket", user = "example", repo = "my_project" }
# repository = { type = "codeberg", user = "example", repo = "my_project" }
# repository = { type = "forgejo", host = "example.com", user = "example", repo = "my_project" }
# repository = { type = "gitea", host = "example.com", user = "example", repo = "my_project" }
# repository = { type = "custom", url = "https://example.com/my_project" }
# `repository` can also be one of these formats
# { type = "forgejo", host = "example.com", user = "example", repo = "my_project" }
# { type = "gitea", host = "example.com", user = "example", repo = "my_project" }
# { type = "gitlab", user = "example", repo = "my_project" }
# { type = "sourcehut", user = "example", repo = "my_project" }
# { type = "bitbucket", user = "example", repo = "my_project" }
# { type = "codeberg", user = "example", repo = "my_project" }
# { type = "custom", url = "https://example.com/my_project" }

# Links to any related website (optional)
# This will be displayed in generated documentation and on Hex.
Expand Down

0 comments on commit bfc89d3

Please sign in to comment.