Skip to content

Commit 40c6e60

Browse files
committed
get nav behavior working and add styles
1 parent 1970253 commit 40c6e60

File tree

5 files changed

+175
-542
lines changed

5 files changed

+175
-542
lines changed

preview-src/ui-model.yml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ site:
88
- title: Server
99
startPage: home::server.adoc
1010
components: [server, '*-connector']
11+
url: /index.html
1112
- title: Mobile
1213
startPage: home::mobile.adoc
1314
components: [couchbase-lite, sync-gateway]
15+
url: '#'
1416
- title: Cloud
1517
startPage: home::cloud.adoc
1618
components: [operator]
19+
url: '#'
1720
components:
1821
server:
1922
versions:
@@ -28,7 +31,7 @@ site:
2831
url: /index.html
2932
navigation:
3033
- content: Introduction
31-
url: /index.html
34+
url: '#'
3235
urlType: fragment
3336
items:
3437
- content: Why Couchbase?
@@ -57,7 +60,6 @@ site:
5760
items:
5861
- content: Monitoring
5962
url: /server/5.1/monitoring.html
60-
urlType: internal
6163
items:
6264
- content: Monitor Using the REST API
6365
url: '#'
@@ -67,7 +69,6 @@ site:
6769
urlType: fragment
6870
- content: Monitoring Statistics
6971
url: /index.html
70-
urlType: internal
7172
- content: Monitoring XDCR Timestamp-based Conflict Resolution
7273
url: '#'
7374
urlType: fragment
@@ -134,14 +135,23 @@ site:
134135
- version: '4.6'
135136
url: '#'
136137
latest: *latest_server
137-
elasticsearch-connector:
138-
url: /elasticsearch-connector/3.0/index.html
139-
kafka-connector:
140-
url: /kafka-connector/3.4/index.html
141138
spark-connector:
142-
url: /spark-connector/2.2/index.html
143-
operator:
144-
url: /operator/1.0/overview.html
139+
versions:
140+
- &latest_spark_connector
141+
version: '2.4'
142+
title: Spark Connector
143+
url: /spark-connector/2.4/index.html
144+
navigation:
145+
- content: Spark Connector
146+
url: /spark-connector/2.4/index.html
147+
items:
148+
- content: Getting Started
149+
url: /spark-connector/2.4/getting-started.html
150+
- content: Streaming Integration
151+
url: /spark-connector/2.4/streaming-integration.html
152+
- version: '2.3'
153+
url: /spark-connector/2.3/index.html
154+
latest: *latest_spark_connector
145155
couchbase-lite:
146156
url: /couchbase-lite/2.1/index.html
147157
sync-gateway:

0 commit comments

Comments
 (0)