2023-12-06 15:24:02 +01:00
|
|
|
<!-- Code generated by gomarkdoc. DO NOT EDIT -->
|
|
|
|
|
|
|
|
# extrafiles
|
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2025-08-19 23:09:50 +02:00
|
|
|
import "repo.katenary.io/katenary/katenary/internal/generator/extrafiles"
|
2023-12-06 15:24:02 +01:00
|
|
|
```
|
|
|
|
|
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...
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2025-08-19 23:09:50 +02:00
|
|
|
## func [NotesFile](<https://repo.katenary.io/Katenary/katenary/blob/feat-move-to-gitea/internal/generator/extrafiles/notes.go#L13>)
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2024-04-21 16:37:20 +02:00
|
|
|
func NotesFile(services []string) string
|
2023-12-06 15:24:02 +01:00
|
|
|
```
|
|
|
|
|
2024-04-21 16:37:20 +02:00
|
|
|
NotesFile returns the content of the note.txt file.
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
<a name="ReadMeFile"></a>
|
2025-08-19 23:09:50 +02:00
|
|
|
## func [ReadMeFile](<https://repo.katenary.io/Katenary/katenary/blob/feat-move-to-gitea/internal/generator/extrafiles/readme.go#L46>)
|
2023-12-06 15:24:02 +01:00
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
```go
|
2023-12-06 15:24:02 +01:00
|
|
|
func ReadMeFile(charname, description string, values map[string]any) string
|
|
|
|
```
|
|
|
|
|
|
|
|
ReadMeFile returns the content of the README.md file.
|
|
|
|
|
2024-04-10 04:51:45 +02:00
|
|
|
Generated by [gomarkdoc](<https://github.com/princjef/gomarkdoc>)
|