Skip to content

Commit 42a8805

Browse files
authored
docs: Temporarily use NPS docusaurus-plugin-llms plugin (#539)
1 parent 057bd55 commit 42a8805

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { themes as prismThemes } from "prism-react-renderer";
22
import type { Config } from "@docusaurus/types";
33
import type * as Preset from "@docusaurus/preset-classic";
4+
import docusaurusPluginLLMs from "docusaurus-plugin-llms/src";
45

56
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
67

@@ -69,7 +70,7 @@ const config: Config = {
6970
},
7071
],
7172
[
72-
"docusaurus-plugin-llms",
73+
docusaurusPluginLLMs,
7374
{
7475
title: "Santa Documentation",
7576
description:
@@ -79,6 +80,7 @@ const config: Config = {
7980
docsDir: "docs",
8081
excludeImports: true,
8182
removeDuplicateHeadings: true,
83+
generateMarkdownFiles: true,
8284
},
8385
],
8486
],

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@tailwindcss/postcss": "^4.1.3",
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.0.0",
33-
"docusaurus-plugin-llms": "^0.1.5",
33+
"docusaurus-plugin-llms": "github:northpolesec/docusaurus-plugin-llms",
3434
"lucide-react": "^0.487.0",
3535
"postcss": "^8.5.3",
3636
"prism-react-renderer": "^2.3.0",

docs/pnpm-lock.yaml

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)