Skip to content

Commit e0855e4

Browse files
committed
md
1 parent 47f41cb commit e0855e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
Route::get('/docs/editor-setup', IDEPluginsController::class)->name('ide-plugins');
2828
Route::get('/docs/{page}/llms.txt', [LlmsTxtController::class, 'page']);
29+
Route::get('/docs/{page}.md', [LlmsTxtController::class, 'page']);
2930
Route::get('/docs/{page?}', DocsController::class)->name('docs')->where('page', '.*');
3031
});
3132

0 commit comments

Comments
 (0)