Skip to content

Commit 7135411

Browse files
Update docs.yaml for DOC-4040
Added the following content: checks: external_links: exclude: - 'https://twitter.com/dsJavaDriver' - 'https://twitter.com/datastaxeng' - 'https://twitter.com/datastax' - 'https://projectreactor.io' - 'https://docs.datastax.com/en/drivers/java/4.[0-9]+/com/datastax/oss/driver/internal/' - 'http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0/' - 'http://www.planetcassandra.org/making-the-change-from-thrift-to-cql/' - 'https://academy.datastax.com/slack' - 'https://community.datastax.com/index.html' - 'https://micrometer.io/docs' - 'http://datastax.github.io/java-driver/features/shaded_jar/' internal_links: exclude: - 'netty_pipeline/' - '../core/' - '%5Bguava%20eviction%5D' rewrites: - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudGettingStarted.html' replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/getting-started.html' - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudObtainingCredentials.html' replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html' - search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudShareClusterDetails.html' replace: 'https://docs.datastax.com/en/astra-serverless/docs/manage/org/manage-tokens.html' - search: 'http://downloads.datastax.com/java-driver/' replace: 'https://downloads.datastax.com/#datastax-drivers' - search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/mapper/EntityHelper.html' replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/mapper/entity/EntityHelper.html' - search: '(http|https)://www.datastax.com/drivers/java/' replace: 'https://docs.datastax.com/en/drivers/java/' - search: 'http://docs.datastax.com/en/drivers/java' replace: 'https://docs.datastax.com/en/drivers/java' - search: 'https://docs.astra.datastax.com/docs/creating-your-astra-database' replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/create-db-choices.html' - search: 'https://docs.astra.datastax.com/docs/obtaining-database-credentials' replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html' - search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html%60' replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html' - search: 'https://code.google.com/p/snappy/' replace: 'https://google.github.io/snappy/' - search: 'https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained' replace: 'https://github.com/google/guava/wiki/ListenableFutureExplained' - search: 'https://community.datastax.com/index.html' replace: 'https://www.datastax.com/workshops'
1 parent 8e3fe92 commit 7135411

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

docs.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,50 @@ versions:
6565
ref: '3.1'
6666
- name: '3.0'
6767
ref: '3.0'
68+
checks:
69+
external_links:
70+
exclude:
71+
- 'https://twitter.com/dsJavaDriver'
72+
- 'https://twitter.com/datastaxeng'
73+
- 'https://twitter.com/datastax'
74+
- 'https://projectreactor.io'
75+
- 'https://docs.datastax.com/en/drivers/java/4.[0-9]+/com/datastax/oss/driver/internal/'
76+
- 'http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0/'
77+
- 'http://www.planetcassandra.org/making-the-change-from-thrift-to-cql/'
78+
- 'https://academy.datastax.com/slack'
79+
- 'https://community.datastax.com/index.html'
80+
- 'https://micrometer.io/docs'
81+
- 'http://datastax.github.io/java-driver/features/shaded_jar/'
82+
internal_links:
83+
exclude:
84+
- 'netty_pipeline/'
85+
- '../core/'
86+
- '%5Bguava%20eviction%5D'
87+
88+
rewrites:
89+
- search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudGettingStarted.html'
90+
replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/getting-started.html'
91+
- search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudObtainingCredentials.html'
92+
replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html'
93+
- search: 'https://(helpdocs|docs).datastax.com/(en/astra/)?(aws|gcp)/(dscloud/apollo|doc/dscloud/astra)/dscloudShareClusterDetails.html'
94+
replace: 'https://docs.datastax.com/en/astra-serverless/docs/manage/org/manage-tokens.html'
95+
- search: 'http://downloads.datastax.com/java-driver/'
96+
replace: 'https://downloads.datastax.com/#datastax-drivers'
97+
- search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/mapper/EntityHelper.html'
98+
replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/mapper/entity/EntityHelper.html'
99+
- search: '(http|https)://www.datastax.com/drivers/java/'
100+
replace: 'https://docs.datastax.com/en/drivers/java/'
101+
- search: 'http://docs.datastax.com/en/drivers/java'
102+
replace: 'https://docs.datastax.com/en/drivers/java'
103+
- search: 'https://docs.astra.datastax.com/docs/creating-your-astra-database'
104+
replace: 'https://docs.datastax.com/en/astra-serverless/docs/getting-started/create-db-choices.html'
105+
- search: 'https://docs.astra.datastax.com/docs/obtaining-database-credentials'
106+
replace: 'https://docs.datastax.com/en/astra-serverless/docs/connect/secure-connect-bundle.html'
107+
- search: 'https://docs.datastax.com/en/drivers/java/(4.[0-9]+)/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html%60'
108+
replace: 'https://docs.datastax.com/en/drivers/java/\1/com/datastax/oss/driver/api/core/cql/SyncCqlSession.html'
109+
- search: 'https://code.google.com/p/snappy/'
110+
replace: 'https://google.github.io/snappy/'
111+
- search: 'https://code.google.com/p/guava-libraries/wiki/ListenableFutureExplained'
112+
replace: 'https://github.com/google/guava/wiki/ListenableFutureExplained'
113+
- search: 'https://community.datastax.com/index.html'
114+
replace: 'https://www.datastax.com/workshops'

0 commit comments

Comments
 (0)