File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- name : docs
1
+ name : 1.4
2
2
title : DataStax Pulsar Connector Documentation
3
- version : " 1.4"
4
- display_version : " 1.4"
3
+ # jfb, turning off versioning for a bit
4
+ # version: "1.4"
5
+ # display_version: "1.4"
5
6
6
7
nav :
7
8
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pulsar-sink-docs" ,
3
3
"scripts" : {
4
- "build:prod" : " npm run build:publish" ,
4
+ "build:prod" : " npm run build:publish && npm run build:redirects " ,
5
5
"build:dev" : " npm run build:local" ,
6
6
"build:publish" : " antora --fetch --generator antora-site-generator-lunr --clean site-publish.yaml" ,
7
+ "build:redirects" : " cp -r redirects/index.html build/site" ,
7
8
"build:local" : " antora --stacktrace --fetch --clean site-local.yaml"
8
9
},
9
10
"repository" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments