We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bbf11 commit 2cc64c2Copy full SHA for 2cc64c2
packages/superdoc/src/dev/components/SuperdocDev.vue
@@ -95,10 +95,10 @@ const init = async () => {
95
// 'hrbr-fields': {},
96
97
// To test this dev env with collaboration you must run a local collaboration server here.
98
- collaboration: {
99
- url: 'ws://localhost:3050/docs/superdoc-id',
100
- token: 'token',
101
- },
+ // collaboration: {
+ // url: 'ws://localhost:3050/docs/superdoc-id',
+ // token: 'token',
+ // },
102
ai: {
103
// Provide your Harbour API key here for direct endpoint access
104
apiKey: '',
0 commit comments