Skip to content

Commit bb94cc5

Browse files
Include root and nested pages into llms.txt
1 parent 558177a commit bb94cc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/index.llmstxt.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ GroupDocs provides on-premise document processing SDKs for .NET, Java, Python, a
88
## Product Families
99

1010
{{ range .Site.Sections -}}
11-
{{ $product := .File.ContentBaseName -}}
1211
{{ $title := .Title -}}
1312
- [{{ $title }}]({{ .Permalink }}) {{ with .Description }}— {{ . }}{{ end }}
1413
{{ range .Sections -}}
15-
- [{{ $title }} for {{ .Title }}]({{ .Permalink }}) ([full content]({{ strings.TrimRight "/" .Permalink }}.md))
14+
- [{{ .Title }}]({{ .Permalink }}) ([md]({{ strings.TrimRight "/" .Permalink }}.md))
15+
{{ range .RegularPagesRecursive -}}
16+
- [{{ .Title }}]({{ .Permalink }}) ([md]({{ strings.TrimRight "/" .Permalink }}.md))
17+
{{ end -}}
1618
{{ end -}}
1719
{{ end }}
1820
## Developer Resources

0 commit comments

Comments
 (0)