Skip to content

Commit 9b03e91

Browse files
committed
cleanup
1 parent 894a736 commit 9b03e91

File tree

3 files changed

+7
-154
lines changed

3 files changed

+7
-154
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "pulsarConnector",
2+
"name": "docset",
33
"scripts": {
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?'"
4+
"build:prod:docset": "npm run build:publish:docset",
5+
"build:dev:docset": "npm run build:local:docset",
6+
"build:publish:docset": "antora --log-level error --fetch --clean playbooks/site-publish-docset.yaml",
7+
"build:local:docset": "antora --stacktrace --fetch --clean playbooks/site-local-docset.yaml",
8+
"build:linkinator:docset": "npx linkinator https://docs.datastax.com/en/docset/docs/ --recurse --skip ' https://localhost?'"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/datastax/pulsar-sink-docs.git"
12+
"url": "git+<repo-clone-URL>"
1313
},
1414
"dependencies": {
1515
"@antora/cli": "~3.0.1",

playbooks/site-local-pulsarConnector.yaml

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -36,79 +36,6 @@ asciidoc:
3636
id-prefix: ''
3737
id-separator: '-'
3838

39-
company: 'DataStax'
40-
product: 'Product'
41-
product_name: 'Product'
42-
evalproduct: 'DB Classic'
43-
shortproduct: 'classic'
44-
database: 'Astra DB'
45-
astra_db: 'Astra DB'
46-
astra_generic: 'Astra'
47-
classic: 'classic'
48-
classic_cap: 'Classic'
49-
serverless: 'serverless'
50-
serverless_cap: 'Serverless'
51-
astra_stream: 'Astra Streaming'
52-
advanced: 'no'
53-
54-
stargate-docker-tag: v1.0.41
55-
stargate-docker-tag-3x: v1.0.41
56-
stargate-docker-tag-40: v1.0.41
57-
stargate-docker-tag-68: v1.0.40
58-
cass-tag-3x: '3.11'
59-
cass-alt-tag-3x: '3_11'
60-
cass-tag-40: '4.0'
61-
cass-alt-tag-40: '4_0'
62-
dse-server-tag-68: '6.8.9'
63-
dse-tag-68: '6.8'
64-
dse-alt-tag-68: '68'
65-
66-
ASTRA_CLUSTER_ID: '8319febd-e7cf-4595-81e3-34f45d332d2a'
67-
ASTRA_REGION: 'us-east1'
68-
ASTRA_USERNAME: 'polandll'
69-
ASTRA_PASSWORD: '12345abcd'
70-
71-
auth_token: '$ASTRA_DB_APPLICATION_TOKEN'
72-
base_auth_url: 'http://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com:8081'
73-
base_auth_api_path: '/v1/auth'
74-
cass_user: 'cassandra' # switch to auth_username
75-
cass_passwd: 'cassandra' # switch to auth_password
76-
77-
base_rest_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com'
78-
base_doc_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com'
79-
base_graphql_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com:8080'
80-
81-
base_rest_schema: '/api/rest/v2/schemas/keyspaces'
82-
base_doc_schema: '/api/rest/v2/schemas/namespaces'
83-
base_gql_schema: '/api/graphql-schema'
84-
85-
base_gql_admin: '/api/graphql-admin'
86-
87-
base_rest_api: '/api/rest/v2/keyspaces'
88-
base_doc_api: '/api/rest/v2/namespaces'
89-
base_gql_api: '/api/graphql'
90-
91-
rkeyspace: 'users_keyspace'
92-
rkeyspace-dcs: 'users_keyspace-dcs'
93-
rpartitionkey: 'firstname'
94-
rclusteringkey: 'lastname'
95-
rtable: 'users'
96-
user1fn: 'Mookie'
97-
user1ln: 'Betts'
98-
user2fn: 'Janesha'
99-
user2ln: 'Doesha'
100-
101-
namespace: 'myworld'
102-
collection: 'fitness'
103-
user1: 'Janet'
104-
user2: 'Joey'
105-
user2a: 'Joseph'
106-
user3: 'Martha'
107-
108-
gkeyspace: 'library'
109-
gtable1: 'book'
110-
gtable2: 'reader'
111-
11239
support_url: 'https://houston.datastax.com/hc/requests/new'
11340
astra_docs_base_url: 'https://docs.datastax.com/en/astra/docs'
11441

playbooks/site-publish-pulsarConnector.yaml

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -40,80 +40,6 @@ asciidoc:
4040
idprefix: ''
4141
idseparator: '-'
4242

43-
company: 'DataStax'
44-
product-name: 'Pulsar Connector'
45-
product-name-long: 'DataStax Apache Pulsar Connector'
46-
47-
evalproduct: 'DB Classic'
48-
shortproduct: 'classic'
49-
database: 'Astra DB'
50-
astra_db: 'Astra DB'
51-
astra_generic: 'Astra'
52-
classic: 'classic'
53-
classic_cap: 'Classic'
54-
serverless: 'serverless'
55-
serverless_cap: 'Serverless'
56-
astra_stream: 'Astra Streaming'
57-
advanced: 'no'
58-
59-
stargate-docker-tag: v1.0.41
60-
stargate-docker-tag-3x: v1.0.41
61-
stargate-docker-tag-40: v1.0.41
62-
stargate-docker-tag-68: v1.0.40
63-
cass-tag-3x: '3.11'
64-
cass-alt-tag-3x: '3_11'
65-
cass-tag-40: '4.0'
66-
cass-alt-tag-40: '4_0'
67-
dse-server-tag-68: '6.8.9'
68-
dse-tag-68: '6.8'
69-
dse-alt-tag-68: '68'
70-
71-
ASTRA_CLUSTER_ID: '8319febd-e7cf-4595-81e3-34f45d332d2a'
72-
ASTRA_REGION: 'us-east1'
73-
ASTRA_USERNAME: 'polandll'
74-
ASTRA_PASSWORD: '12345abcd'
75-
76-
auth_token: '$ASTRA_DB_APPLICATION_TOKEN'
77-
base_auth_url: 'http://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com:8081'
78-
base_auth_api_path: '/v1/auth'
79-
cass_user: 'cassandra' # switch to auth_username
80-
cass_passwd: 'cassandra' # switch to auth_password
81-
82-
base_rest_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com'
83-
base_doc_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com'
84-
base_graphql_url: 'https://$ASTRA_CLUSTER_ID-$ASTRA_REGION.apps.astra.datastax.com:8080'
85-
86-
base_rest_schema: '/api/rest/v2/schemas/keyspaces'
87-
base_doc_schema: '/api/rest/v2/schemas/namespaces'
88-
base_gql_schema: '/api/graphql-schema'
89-
90-
base_gql_admin: '/api/graphql-admin'
91-
92-
base_rest_api: '/api/rest/v2/keyspaces'
93-
base_doc_api: '/api/rest/v2/namespaces'
94-
base_gql_api: '/api/graphql'
95-
96-
rkeyspace: 'users_keyspace'
97-
rkeyspace-dcs: 'users_keyspace-dcs'
98-
rpartitionkey: 'firstname'
99-
rclusteringkey: 'lastname'
100-
rtable: 'users'
101-
user1fn: 'Mookie'
102-
user1ln: 'Betts'
103-
user2fn: 'Janesha'
104-
user2ln: 'Doesha'
105-
106-
namespace: 'myworld'
107-
collection: 'fitness'
108-
user1: 'Janet'
109-
user2: 'Joey'
110-
user2a: 'Joseph'
111-
user3: 'Martha'
112-
113-
gkeyspace: 'library'
114-
gtable1: 'book'
115-
gtable2: 'reader'
116-
11743
support_url: 'https://houston.datastax.com/hc/requests/new'
11844
astra_docs_base_url: 'https://docs.datastax.com/en/astra/docs'
11945

0 commit comments

Comments
 (0)