feat(doc): Change repo to katenary.io
All checks were successful
Go-Tests / tests (push) Successful in 1m59s
Go-Tests / sonar (push) Successful in 52s

This commit is contained in:
2025-08-20 12:16:14 +02:00
parent e3951b144e
commit 2de50f5158
8 changed files with 149 additions and 149 deletions

View File

@@ -3,12 +3,12 @@
# parser
```go
import "repo.katenary.io/katenary/katenary/internal/parser"
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/feat-move-to-gitea/internal/parser/main.go#L29>)
## func [Parse](<https://repo.katenary.io/Katenary/katenary/blob/fixes/bug-163/internal/parser/main.go#L29>)
```go
func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*types.Project, error)