Update docs

This commit is contained in:
2026-05-03 21:21:38 +02:00
parent 99c8e12f40
commit b9e81c7e49
9 changed files with 329 additions and 169 deletions

View File

@@ -8,7 +8,7 @@ import "katenary.io/internal/parser"
Package parser is a wrapper around compose\-go to parse compose files.
## func [Parse](<https://repo.katenary.io/Katenary/katenary/blob/feature/better-depends-on/internal/parser/main.go#L30>)
## func Parse
```go
func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*types.Project, error)