- Notifications
You must be signed in to change notification settings - Fork3
documentationjs/documentation-theme-utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Utilities that help in the process of building theme modulesfor documentation.js.
Helper used to automatically link items to global JS documentation or to internaldocumentation.
Parameters
text
String text to potentially linkgetHref
[function] a function that triesto find a URL to point a named link todescription
Examples
link('string').url// => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String'
Helper used to format JSDoc-style type definitions into HTML or Markdown.
Parameters
node
Object type object in doctrine stylegetHref
function a function that triesto find a URL to point a named link to
Examples
formatType({type:'NameExpression',name:'String'})[0].url// => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String'
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.