Skip to content

Commit a8b2dbb

Browse files
authored
chore: add markdown pages [internal] (#1710)
1 parent bcc282a commit a8b2dbb

File tree

4 files changed

+763
-112
lines changed

4 files changed

+763
-112
lines changed

docusaurus.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,19 @@ module.exports = {
259259
};
260260
},
261261
}),
262+
[
263+
'@signalwire/docusaurus-plugin-llms-txt',
264+
{
265+
enableDescriptions: false,
266+
content: {
267+
includeVersionedDocs: false,
268+
enableLlmsFullTxt: true,
269+
includeBlog: true,
270+
includePages: true,
271+
relativePaths: false,
272+
},
273+
},
274+
],
262275
// TODO this should be somehow computed from all the external sources
263276
// [
264277
// '@docusaurus/plugin-client-redirects',

0 commit comments

Comments
 (0)