1
1
{
2
- "name" : " pulsar-sink-docs " ,
2
+ "name" : " pulsarConnector " ,
3
3
"scripts" : {
4
- "build:prod" : " npm run build:publish && npm run build:redirects " ,
5
- "build:dev" : " npm run build:local" ,
6
- "build:publish" : " antora --fetch --generator antora-site-generator-lunr --clean site-publish.yaml" ,
7
- "build:redirects " : " cp -r redirects/index.html build /site" ,
8
- "build:local " : " antora --stacktrace --fetch --clean site-local.yaml "
4
+ "build:prod:pulsarConnector " : " npm run build:publish:pulsarConnector " ,
5
+ "build:dev:pulsarConnector " : " npm run build:local:pulsarConnector " ,
6
+ "build:publish:pulsarConnector " : " antora --log-level error --fetch --clean playbooks/ site-publish-pulsarConnector .yaml" ,
7
+ "build:local:pulsarConnector " : " antora --stacktrace --fetch --clean playbooks /site-local-pulsarConnector.yaml " ,
8
+ "build:linkinator:pulsarConnector " : " npx linkinator https://docs.datastax.com/en/pulsar-connector/docs/ --recurse --skip ' https://localhost?' "
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git+https://github.com/riptano/pulsar-sink-docs.git "
12
+ "url" : " git+<repo-clone-URL> "
13
13
},
14
14
"dependencies" : {
15
- "@antora/cli" : " ^2.3.4" ,
16
- "@antora/site-generator-default" : " ^2.3.4" ,
17
- "antora-site-generator-lunr" : " ^0.6.1"
15
+ "@antora/cli" : " ~3.0.1" ,
16
+ "@antora/site-generator-default" : " ~3.0.1" ,
17
+ "linkinator" : " ~3.0.3" ,
18
+ "async" : " ~3.2.4" ,
19
+ "mobx" : " ~6.0.4" ,
20
+ "react" : " ~16.8.4" ,
21
+ "react-dom" : " ~16.8.4" ,
22
+ "rxjs" : " ~7.0.1" ,
23
+ "styled-components" : " ~5.1.1"
18
24
}
19
- }
25
+ }
0 commit comments