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 c02dd2e commit 0c79620Copy full SHA for 0c79620
.github/workflows/docs.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- '4.0'
7
- # temporary: allow to see GH Actions result on fork
8
- - '4-0-gh-actions'
9
pull_request:
10
11
- '*'
doc/tasks/lint-links.js
@@ -35,6 +35,9 @@ console.log(root)
35
'https://kafka.apache.org/documentation/#brokerconfigs',
36
'https://kafka.apache.org/documentation/#streamsapi',
37
'https://kafka.apache.org/documentation.html#compaction',
38
+ // ignore edit-link
39
+ 'external-check https://github.com/neo4j-contrib/neo4j-streams/edit/',
40
+ 'external-check neo4j-contrib/neo4j-streams/edit/',
41
]
42
const skipFilter = (report) => {
43
return Object.values(report).some((value) => {
0 commit comments