Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{- warnf "data/llms_pages.yaml: no page found at %q" .path -}}
{{- end }}{{ end }}
{{- if .sitetree_link }}
- [Full site structure (JSON)]({{ "sitetree.json" | absURL }}): every page reachable from the site's main navigation, with hierarchy, always current. Pages hidden from navigation (`toc_hide: true`) are not included -- tutorials are the main case, listed in the catalog below instead. Anything else hidden from navigation isn't intended to be part of the site's structure.
- [Full site structure (JSON)]({{ "sitetree.json" | absURL }}): every page reachable from the site's main navigation, with hierarchy, always current. Pages hidden from navigation (`toc_hide: true`) are not included -- tutorials are the main case, listed in the catalog below instead. Anything else hidden from navigation isn't intended to be part of the site's structure. Each node has a `title`, and either a `path` (real content, safe to fetch) or a `redirect` (a signpost pointing to the page a human actually lands on -- skip fetching this one); an optional `description`; and an optional `children` array of nested nodes in this same shape.
{{- end }}
{{ end }}
## Full text
Expand Down
Loading