chore(doc): Move to new repository

This commit is contained in:
2025-07-13 00:43:21 +02:00
parent 4c5c9ba553
commit 8bbb991afb
10 changed files with 160 additions and 158 deletions

View File

@@ -8,7 +8,7 @@ import "katenary/parser"
Package parser is a wrapper around compose\-go to parse compose files.
## func [Parse](<https://github.com/metal3d/katenary/blob/develop/parser/main.go#L29>)
## func [Parse](<https://github.com/katenary/katenary/blob/develop/parser/main.go#L29>)
```go
func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*types.Project, error)