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 = {
28
28
projectName : 'apify-sdk-python' ,
29
29
scripts : [ '/js/custom.js' ] ,
30
30
favicon : 'img/favicon.ico' ,
31
+ githubHost : 'github.com' ,
31
32
onBrokenLinks :
32
33
/** @type {import('@docusaurus/types').ReportingSeverity } */ ( 'warn' ) ,
33
34
onBrokenMarkdownLinks :
@@ -103,11 +104,20 @@ module.exports = {
103
104
pythonModulePath : path . join ( __dirname , '../src/apify' ) ,
104
105
moduleShortcutsPath : path . join ( __dirname , '/module_shortcuts.json' ) ,
105
106
} ,
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
+ ] ,
111
121
} ,
112
122
] ,
113
123
...config . plugins ,
You can’t perform that action at this time.
0 commit comments