Skip to content

Commit 25edfc1

Browse files
committed
Changes to make UI more closely resemble main site
The page now looks like the home page of the main site, but less like the linked pages, which do not show the component version page menu.
1 parent cd77896 commit 25edfc1

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

preview-src/6.0/index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Other Content
2+
Author Name
3+
:idprefix:
4+
:idseparator: -
5+
:!example-caption:
6+
:!table-caption:
7+
:page-pagination:
8+
9+
Another page, to demonstrate navigation.

preview-src/ui-model.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@ site:
55
homeUrl: &home_url /xyz/dev/index.html
66

77
components:
8-
- name: abc
9-
title: Project ABC
8+
- &component
9+
name: abc
10+
title: &component_title Index
1011
url: '#'
1112
versions:
1213
- &latest_version_abc
1314
url: '#'
14-
version: '1.1'
15-
displayVersion: '1.1'
16-
- url: '#'
17-
version: '1.0'
18-
displayVersion: '1.0'
15+
version: 'index'
16+
displayVersion: 'index'
1917
latestVersion: *latest_version_abc
20-
- &component
21-
name: xyz
22-
title: &component_title Project NotReally Has A VeryLong Title
18+
- name: xyz
19+
title: Project NotReally
20+
- name: xyz
21+
title: Project NotReally Has A VeryLong Title
2322
url: /xyz/6.0/index.html
2423
versions:
2524
- &latest_version_xyz
@@ -95,7 +94,7 @@ page:
9594
displayVersion: '5.0'
9695
missing: true
9796
url: '#'
98-
navigation:
97+
not-navigation:
9998
- root: true
10099
items:
101100
- content: Quickstart

0 commit comments

Comments
 (0)