Files
katenary/doc/docs/packages/internal/generator/extrafiles.md

29 lines
625 B
Markdown
Raw Permalink Normal View History

<!-- Code generated by gomarkdoc. DO NOT EDIT -->
# extrafiles
```go
2025-08-20 12:16:14 +02:00
import "katenary.io/internal/generator/extrafiles"
```
2025-07-04 14:59:49 +02:00
Package extrafiles provides function to generate the Chart files that are not objects. Like README.md and notes.txt...
2026-05-03 21:21:38 +02:00
## func NotesFile
```go
func NotesFile(services []string) string
```
NotesFile returns the content of the note.txt file.
<a name="ReadMeFile"></a>
2026-05-03 21:21:38 +02:00
## func ReadMeFile
```go
func ReadMeFile(charname, description string, values map[string]any) string
```
ReadMeFile returns the content of the README.md file.
Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>)