MCPcopy Create free account
hub / github.com/pwa-builder/PWABuilder / constructHeaderLineString

Function constructHeaderLineString

docs/src/sidebarGeneration.ts:66–68  ·  view source on GitHub ↗
(childMenu: ChildMenu)

Source from the content-addressed store, hash-verified

64}
65
66function constructHeaderLineString(childMenu: ChildMenu): string {
67 return `\n\n- <h2>${childMenu.header}</h2> \n`;
68}
69
70function constructTopLevelNavString(activeHeader: string): string {
71 var topLevelNavHTMLString: string = `\n<sl-menu>`;

Callers 2

writeChildMenuFunction · 0.85
writeMainMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected