We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b53365 commit fb48fcaCopy full SHA for fb48fca
app/Console/Commands/GenerateLlmsTxt.php
@@ -84,7 +84,7 @@ public function writeNav()
84
85
if (!str_starts_with($url, 'http')) {
86
$this->pages[] = $url;
87
- $url = url($url);
+ $url = url($url) . '.md';
88
$md[] = sprintf('- [%s](%s)', trim($node->textContent), $url);
89
}
90
0 commit comments