Skip to content

Commit cb9b87a

Browse files
committed
refactor: some improvements
1 parent 32fb861 commit cb9b87a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/generators/llms-txt/constants.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
export const ENTRY_IGNORE_LIST = ['doc/api/synopsis.md'];
1+
// These files are not part of the API documentation and are manually included
2+
// in the llms.txt file
3+
export const ENTRY_IGNORE_LIST = [
4+
'doc/api/synopsis.md',
5+
'doc/api/documentation.md',
6+
];
27

3-
export const LATEST_DOC_API_BASE_URL = 'https://nodejs.org/docs/latest';
8+
export const LATEST_DOC_API_BASE_URL = 'https://nodejs.org/docs/latest/';

0 commit comments

Comments
 (0)