File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ module.exports = {
2828 projectName : 'apify-sdk-python' ,
2929 scripts : [ '/js/custom.js' ] ,
3030 favicon : 'img/favicon.ico' ,
31+ githubHost : 'github.com' ,
3132 onBrokenLinks :
3233 /** @type {import('@docusaurus/types').ReportingSeverity } */ ( 'warn' ) ,
3334 onBrokenMarkdownLinks :
@@ -103,11 +104,20 @@ module.exports = {
103104 pythonModulePath : path . join ( __dirname , '../src/apify' ) ,
104105 moduleShortcutsPath : path . join ( __dirname , '/module_shortcuts.json' ) ,
105106 } ,
106- // reexports: [
107- // {
108- // url: 'http://localhost:3000/python/api/class/Dataset',
109- // },
110- // ],
107+ reexports : [
108+ {
109+ url : 'https://crawlee.dev/python/api/class/Dataset' ,
110+ group : 'Classes' ,
111+ } ,
112+ {
113+ url : 'https://crawlee.dev/python/api/class/KeyValueStore' ,
114+ group : 'Classes' ,
115+ } ,
116+ {
117+ url : 'https://crawlee.dev/python/api/class/RequestQueue' ,
118+ group : 'Classes' ,
119+ } ,
120+ ] ,
111121 } ,
112122 ] ,
113123 ...config . plugins ,
You can’t perform that action at this time.
0 commit comments