-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Add Menu Item to Front Matter as per description below. Talk to HC if any problems. We can change specs to keep implementation time under 1 hour.
- Fix double breadcrumb
- Set dyamic width to breadcrumb
- Set 2 field of title: 1) nav title 2) jumbotron
Problem

In above screenshot the menu entry: "V² Plan System Reference" is too long. If I were to shorten it to "Reference" only, it would work as Menu Entry. But the Title of the Article will then be shortened too to only read "Reference", which is not detailed enough for the Title. What I need are two fields in front matter. Please see below
Current Front Matter
---
layout: page
title: V² Plan System Reference
description: Architecture, Data Structure, Tools, ...
breadcrumbs: System/Reference
order:
---
Proposed Front Matter
---
layout: page
menu: Reference
title: V² Plan System Reference
description: Architecture, Data Structure, Tools, ...
breadcrumbs: System/Reference
order:
---
Reactions are currently unavailable