Skip to content

Commit

Permalink
fix navigation in preview site
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2020
1 parent fa6fd26 commit bafd311
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions preview-src/ui-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ site:
latestVersion: *latest_version_abc
- &component
name: xyz
title: Project XYZ
title: &component_title Project XYZ
url: /xyz/6.0/index.html
versions:
- &latest_version_xyz
url: /xyz/6.0/index.html
version: '6.0'
displayVersion: '6.0'
- &component_version
title: *component_title
url: '#'
version: '5.2'
displayVersion: '5.2'
Expand Down Expand Up @@ -95,9 +96,6 @@ page:
url: '#'
navigation:
- root: true
content: Project XYZ
url: '#'
urlType: fragment
items:
- content: Quickstart
url: '#'
Expand Down

0 comments on commit bafd311

Please sign in to comment.