UNPKG

typedoc-theme-yaf

Version:

A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.

63 lines (61 loc) 2.04 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=0.7, maximum-scale=1, minimum-scale=0.45, user-scalable=yes" /> <title>Document</title> <link rel="icon" type="image/x-icon" href="media/favicon.ico" /> <link rel="stylesheet" href="media/fonts/roboto/roboto.css" /> <link rel="stylesheet" href="media/fonts/materialIcons/sharp.css" /> <link rel="stylesheet" href="media/index.css" /> <script src="frontend/index.js" type="module"></script> <script src="media/versionsMenu.js" type="module"></script> </head> <body class="loading init"> <typedoc-theme-yaf /> <div id="loading"> <span class="material-icons-sharp md-48"> loop </span> </div> <select id="plugin-versions-select" name="versions"></select> <!-- insert test code here --> </body> <template id="typedoc-theme-yaf"> <yaf-chrome-header context="mobile"></yaf-chrome-header> <yaf-chrome-left></yaf-chrome-left> <yaf-chrome-right> <yaf-chrome-header context="desktop"></yaf-chrome-header> <yaf-chrome-content class="scroller vertical"></yaf-chrome-content> </yaf-chrome-right> </template> <template id="yaf-chrome-content"> <yaf-content></yaf-content> <yaf-chrome-footer >Generated with&nbsp; <a href="https://typedoc.org/" target="_blank">Typedoc</a>&nbsp;and rendered with&nbsp; <span class="material-icons-sharp md-18"> favorite_border </span >&nbsp;by&nbsp; <a href="https://github.com/citkane/typedoc-theme-yaf" target="_blank" >typedoc-theme-yaf</a ></yaf-chrome-footer > </template> <template id="yaf-chrome-left"> <yaf-navigation-header></yaf-navigation-header> <div id="menuWrapper"> <yaf-navigation-search class="scroller vertical" ></yaf-navigation-search> <yaf-navigation-menu class="scroller vertical" ></yaf-navigation-menu> </div> <yaf-navigation-footer></yaf-navigation-footer> </template> </html>