Skip to content

Commit 5cae734

Browse files
Merge pull request quarkiverse#33 from holly-cummins/sample-navbar
Adjust component version page menu to not be dark grey
2 parents cd77896 + 09e82fa commit 5cae734

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
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

src/css/vars.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
--nav-line-height: 1.35;
6161
--nav-heading-font-color: var(--color-black);
6262
--nav-muted-color: var(--color-grey-4);
63-
--nav-panel-divider-color: var(--color-grey-2);
64-
--nav-secondary-background: var(--color-grey-2);
63+
--nav-panel-divider-color: var(--color-grey-0);
64+
--nav-secondary-background: var(--color-white);
6565
/* toolbar */
6666
--toolbar-background: var(--color-quarkus-blue);
6767
--toolbar-border-color: var(--toolbar-background);

0 commit comments

Comments
 (0)