Skip to content

Commit 09c8889

Browse files
authored
Revert "Add llms.txt implementation for improved AI/LLM visibility (#16656)"
This reverts commit e624aaa.
1 parent 9094633 commit 09c8889

File tree

5 files changed

+0
-160
lines changed

5 files changed

+0
-160
lines changed

AGENTS.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@ This repository contains the source for the Pulumi website, built with [Hugo](ht
1010

1111
---
1212

13-
## AI Assistant Information (llms.txt)
14-
15-
This repository implements the llms.txt standard for improved AI/LLM consumption:
16-
17-
- **Primary content index**: https://www.pulumi.com/llms.txt
18-
- **Standard**: Following [llms.txt specification](https://llmstxt.org/)
19-
- **Content structure**: Hierarchical documentation index optimized for LLM context windows
20-
- **Focus areas for AI consumption**:
21-
- `/docs/iac/` - Infrastructure as Code documentation
22-
- `/docs/esc/` - Secrets and configuration management
23-
- `/docs/pulumi-cloud/` - Platform capabilities
24-
- `/registry/` - Provider and package documentation
25-
- `/docs/reference/` - API references for all languages
26-
- **Markdown versions**: Future enhancement - URLs may support `.md` extension for markdown-only output
27-
- **Excluding content from llms.txt**: Add `llms_exclude: true` to front matter
28-
29-
When working with Pulumi documentation, consult the llms.txt file first for structured navigation and understanding of the documentation hierarchy.
30-
31-
---
32-
3313
## Build / Test / Lint Workflow
3414

3515
Agents must use these exact commands:

config/_default/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ timeout: 300000
3333
outputFormats:
3434
rss:
3535
baseName: rss
36-
llms:
37-
mediaType: "text/plain"
38-
baseName: "llms"
39-
isPlainText: true
40-
permalinkable: false
4136

4237
# We set the outputs explicitly to just "HTML" as otherwise they default to both
4338
# "HTML" and "RSS", and we only want to generate RSS for the blog section -- not
@@ -48,7 +43,6 @@ outputs:
4843
home:
4944
- HTML
5045
- JSON
51-
- LLMSTXT
5246
section:
5347
- HTML
5448

layouts/index.llms.txt

Lines changed: 0 additions & 70 deletions
This file was deleted.

layouts/partials/assets.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
{{ $js := resources.Get "js/bundle.js" | fingerprint }}
1313
<script src="{{ $js.RelPermalink }}" defer></script>
1414

15-
1615
<!--
1716
Our marketing styles diverge a bit from the other parts of the website so we load
1817
in a different bundle on our marketing pages.

static/llms.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)