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 32fb861 commit cb9b87aCopy full SHA for cb9b87a
src/generators/llms-txt/constants.mjs
@@ -1,3 +1,8 @@
1
-export const ENTRY_IGNORE_LIST = ['doc/api/synopsis.md'];
+// 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
+];
7
-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