llms .md page for page groups - containing all subpage content, concatenated, similar to llms-full.txt #1006
MantisClone
started this conversation in
Feature Requests
Replies: 2 comments
-
Hello @MantisClone, We’ve pushed a fix for this. A page group now lists links to all the pages it contains (pointing to the .md files), similar to how llms.txt works. You can test it here: https://gitbook.com/docs/creating-content.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
There's no llms page for page groups .
Proposed Solution
When someone navigates to the
.md page
for a page group, return a .md page containing all of the subpage contents concatenated together, similar to the llms-full.txt.Example
Given docs structure:
https://docs.my-project.com/group
should return the contents of Page 1 and Page 2 concatenated together.Background
Gitbook supports llms .md pages for each page. It also supports llms-full.txt, which is the full contents of the docs, concatenated together.
Beta Was this translation helpful? Give feedback.
All reactions