Skip to content

Commit 0ff253d

Browse files
Migrated to Antora documentation (#331)
* Migrated documentation to Antora * Change name to bring it in line with labs build Co-authored-by: Adam Cowley <[email protected]>
1 parent 8d2f5ae commit 0ff253d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+7044
-6
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ out
2727
.shell_history
2828
.mailmap
2929
.java-version
30-
.cache-main
31-
.cache-tests
3230
Thumbs.db
33-
.cache-main
34-
.cache-tests
3531
bin
3632
doc/node
37-
doc/node_modules
33+
doc/node_modules
34+

doc/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
= Neo4j Streaming Data Integrations User Guide v{docs-version}
2+
= Neo4j Streaming Data Integrations User Guide v{version}
33
:toc:
44
:toclevels: 5
55
:sectids:

doc/docs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
site:
2+
title: Neo4j Streams Integrations User Guide
3+
url: /neo4j-streams-docs
4+
content:
5+
sources:
6+
- url: https://github.com/neo4j-contrib/neo4j-streams
7+
branches: '4.0'
8+
start_path: doc/docs
9+
ui:
10+
bundle:
11+
url: https://github.com/neo4j-documentation/docs-refresh/raw/master/ui/build/ui-bundle.zip
12+
snapshot: true
13+
asciidoc:
14+
attributes:
15+
page-theme: docs
16+
page-cdn: /_/

doc/docs/antora.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: kafka
2+
version: 4.0
3+
title: Neo4j Streams Docs
4+
start_page: ROOT:index.adoc
5+
nav:
6+
- modules/ROOT/nav.adoc
7+
8+
asciidoc:
9+
attributes:
10+
theme: docs
11+
version: 4.0.2
12+
copyright: Neo4j Inc.
13+
common-license-page-uri: https://neo4j.com/docs/license/
94.2 KB
Loading
94.9 KB
Loading
57.1 KB
Loading
55.4 KB
Loading
87.1 KB
Loading
22 KB
Loading

0 commit comments

Comments
 (0)