Skip to content

Commit cfe0816

Browse files
committed
docs: reexport storages documentation from crawlee-python
1 parent cc613a3 commit cfe0816

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

website/docusaurus.config.js

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)