Skip to content

Render llms.txt for all pages#1160

Merged
marcbachmann merged 15 commits into
mainfrom
render-markdown
Jun 18, 2026
Merged

Render llms.txt for all pages#1160
marcbachmann merged 15 commits into
mainfrom
render-markdown

Conversation

@marcbachmann

@marcbachmann marcbachmann commented Jun 16, 2026

Copy link
Copy Markdown
Member

Changelog

  • 🎁 Add markdown rendering

E.g.

❯ curl http://localhost:1313/operations/releases/index.md
---
title: Technical Release Notes
description: Check out our future, present and past releases in detail.

---
Every odd month (January, March, May, July, September, November), a new Livindocs release is provided.
Subscribe to the release newsletter to get notified with a rundown of the latest features and improvements and join the webinars where the release is presented mid month.



## Technical Release Notes

- **Current Release**: The latest announced release
- **Maintained Releases**: Get security fixes and severe bug fixes.
- **Upcoming Release**: You can already read about the features, improvements and fixes of the next release. But be aware that the release notes are auto generated and will be manually fixed before we officially anounce the new release.
- **Legacy Release**: Legacy releases do not receive bugfixes anymore. If you use an old release please notify us (release@livingdocs.io) so we are aware and can inform you of critical fixes in newer releases.

| Name | Server Version | Editor Version | Upcoming | Current | Maintained | Legacy |
| ---- | -------------- | -------------- | :------: | :-----: | :--------: | :----: |
| [July 2026](http://localhost:1313/operations/releases/release-2026-07/index.md) | release-2026-07 (v304.1.1) | release-2026-07 (v124.5.1) | ✔ | ✗ | ✗ | ✗ |
| [May 2026](http://localhost:1313/operations/releases/release-2026-05/index.md) | release-2026-05 (v301.1.16) | release-2026-05 (v123.21.21) | ✗ | ✔ | ✔ | ✗ |
| [March 2026](http://localhost:1313/operations/releases/release-2026-03/index.md) | release-2026-03 (v296.2.41) | release-2026-03 (v123.10.54) | ✗ | ✗ | ✔ | ✗ |
| [January 2026](http://localhost:1313/operations/releases/release-2026-01/index.md) | release-2026-01 (v294.0.37) | release-2026-01 (v123.3.56) | ✗ | ✗ | ✔ | ✗ |
| [November 2025](http://localhost:1313/operations/releases/release-2025-11/index.md) | release-2025-11 (v284.0.46) | release-2025-11 (v121.3.54) | ✗ | ✗ | ✗ | ✔ |
| [September 2025](http://localhost:1313/operations/releases/release-2025-09/index.md) | release-2025-09 (v281.3.46) | release-2025-09 (v119.14.57) | ✗ | ✗ | ✗ | ✔ |
| [July 2025](http://localhost:1313/operations/releases/release-2025-07/index.md) | release-2025-07 (v280.1.45) | release-2025-07 (v119.3.53) | ✗ | ✗ | ✗ | ✔ |
| [May 2025](http://localhost:1313/operations/releases/release-2025-05/index.md) | release-2025-05 (v276.3.37) | release-2025-05 (v117.6.61) | ✗ | ✗ | ✗ | ✔ |
| [March 2025](http://localhost:1313/operations/releases/release-2025-03/index.md) | release-2025-03 (v271.0.52) | release-2025-03 (v115.22.83) | ✗ | ✗ | ✗ | ✔ |
| [January 2025](http://localhost:1313/operations/releases/release-2025-01/index.md) | release-2025-01 (v267.1.41) | release-2025-01 (v114.13.70) | ✗ | ✗ | ✗ | ✔ |
| [November 2024](http://localhost:1313/operations/releases/release-2024-11/index.md) | release-2024-11 (v261.3.40) | release-2024-11 (v111.1.90) | ✗ | ✗ | ✗ | ✔ |
| [September 2024](http://localhost:1313/operations/releases/release-2024-09/index.md) | release-2024-09 (v257.0.37) | release-2024-09 (v110.34.69) | ✗ | ✗ | ✗ | ✔ |
...

@marcbachmann marcbachmann marked this pull request as ready for review June 16, 2026 17:28
@marcbachmann marcbachmann requested review from ajwild and mbrc June 16, 2026 17:28
❯ curl http://localhost:1313/operations/releases/index.md
❯ curl http://localhost:1313/operations/releases/release-2026-07/index.md

@ajwild ajwild left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boy, that escalated quickly!

@ajwild ajwild changed the title Render release list and pages in markdown Render llms.txt for all pages Jun 18, 2026
@dfreier

dfreier commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Are the markdowns rendered per request and the agent uses the Bash(curl) tool to discover docs or is it rendered and checked into the source and agents discover it using Grep, Glob, Read?

@marcbachmann

Copy link
Copy Markdown
Member Author

They use curl to discover url for url.
There would be /llms-full.txt to cover the second case.

@marcbachmann marcbachmann merged commit 40021f5 into main Jun 18, 2026
1 check passed
@marcbachmann marcbachmann deleted the render-markdown branch June 18, 2026 08:32
@livingdocs-automation

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.151.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants