Skip to content

Commit b38dd13

Browse files
committed
More small templating changes
1 parent 12bf968 commit b38dd13

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

src/templates/llms-full.txt.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ URL: {{this.href}}
4848

4949
## Other formats
5050

51-
For other documentation formats, see also:
51+
For additional LLM-oriented manifests, see also:
5252

5353
{{#each otherFormats}}
5454
- [`{{this.file}}`]({{root}}/{{this.file}}) ({{this.description}})

src/templates/llms-small.txt.hbs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@
22

33
{{description}}
44

5-
## Start pages These pages take you on a Nix journey from installing Nix through
6-
accomplishing meaningful tasks with Nix:
5+
## Start pages
6+
7+
These pages take you on a Nix journey from installing Nix through accomplishing meaningful tasks with Nix:
78

89
{{#each startPages}}
910
- {{this.title}}
1011
{{/each}}
1112

12-
## Concept pages These pages provide a more theoretical take on some of the
13-
trickier corners of Nix:
13+
## Concept pages
14+
15+
These pages provide a more theoretical take on some of the trickier corners of Nix:
1416

1517
{{#each conceptPages}}
1618
- {{this.title}}
1719
{{/each}}
1820

1921
## Other formats
2022

21-
For other documentation formats, see also:
23+
For additional LLM-oriented manifests, see also:
2224

2325
{{#each otherFormats}}
2426
- [`{{this.file}}`]({{root}}/{{this.file}}) ({{this.description}})

src/templates/llms.txt.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trickier corners of Nix:
2424

2525
## Other formats
2626

27-
For other documentation formats, see also:
27+
For additional LLM-oriented manifests, see also:
2828

2929
{{#each otherFormats}}
3030
- [`{{this.file}}`]({{root}}/{{this.file}}) ({{this.description}})

0 commit comments

Comments
 (0)