Skip to content

Commit f7d89aa

Browse files
committed
feat(docs): add client redirects for LLM integrations to prompt configurations
1 parent 55ea919 commit f7d89aa

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ const config: Config = {
5454
},
5555
],
5656

57+
plugins: [
58+
[
59+
'@docusaurus/plugin-client-redirects',
60+
{
61+
redirects: [
62+
{
63+
from: '/user-guide/llm-integrations',
64+
to: '/docs/user-guide/prompt-configurations/',
65+
},
66+
],
67+
},
68+
],
69+
],
70+
5771
presets: [
5872
[
5973
'classic',

0 commit comments

Comments
 (0)