We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4fcb2 commit b6a80d7Copy full SHA for b6a80d7
docusaurus.config.ts
@@ -48,7 +48,7 @@ const config: Config = {
48
? `https://github.com/Serverless-Devs/agentrun-sdk-python/edit/main/${args.docPath
49
.replace('api/python/', 'agentrun/')
50
.replace('.md', '.py')}`
51
- : `https://github.com/Serverless-Devs/agentrun-docs/edit/main/${args.docPath}`;
+ : `https://github.com/Serverless-Devs/agentrun-docs/edit/main/docs/${args.docPath}`;
52
},
53
54
blog: false,
0 commit comments