Files
katenary/doc/docs/packages/internal/generator/extrafiles.md
Patrice Ferlet 2de50f5158
All checks were successful
Go-Tests / tests (push) Successful in 1m59s
Go-Tests / sonar (push) Successful in 52s
feat(doc): Change repo to katenary.io
2025-08-20 12:16:14 +02:00

846 B

extrafiles

import "katenary.io/internal/generator/extrafiles"

Package extrafiles provides function to generate the Chart files that are not objects. Like README.md and notes.txt...

func NotesFile

func NotesFile(services []string) string

NotesFile returns the content of the note.txt file.

func ReadMeFile

func ReadMeFile(charname, description string, values map[string]any) string

ReadMeFile returns the content of the README.md file.

Generated by gomarkdoc