Skip to content

Commit

Permalink
Document new repo options
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 30, 2023
1 parent 7e83db1 commit a5aac45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions writing-gleam/gleam-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ 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" }

# Links to any related website (optional)
Expand Down

0 comments on commit a5aac45

Please sign in to comment.