From 920a909b394e65904420e91b8762ca227245d6b3 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 1 May 2020 03:39:35 -0600 Subject: [PATCH] add example of nav entry with hash that expands parent node --- preview-src/ui-model.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/preview-src/ui-model.yml b/preview-src/ui-model.yml index 6ed5cfc..c3cf3b0 100644 --- a/preview-src/ui-model.yml +++ b/preview-src/ui-model.yml @@ -122,3 +122,6 @@ page: - content: Importing and Exporting url: '#' urlType: fragment + - content: Some Code + url: '/xyz/5.2/index.html#some-code' + urlType: internal