ViewModule
PackageFsLiveDocs.Renderer
Contains the view components and layout templates for the documentation site.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| sourceLinkHref | sourceLinkHref repoUrl location | No description available. |
| h1WithAnchor | h1WithAnchor id title classes | No description available. |
| h2WithAnchor | h2WithAnchor id title classes | No description available. |
| h3WithAnchor | h3WithAnchor id title classes | No description available. |
| navItem | navItem title url | No description available. |
| sidebarPageLink | sidebarPageLink rootPath p | No description available. |
| sidebarEntityLink | sidebarEntityLink rootPath e | No description available. |
| entitiesForPackage | entitiesForPackage packageInfo entities | No description available. |
| sidebar | sidebar rootPath pages package | No description available. |
| apiCard | apiCard package repoUrl memberModel | No description available. |
| layout | layout pageTitle pages package config versions theme rootPath content | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| repoUrl | string option | |
| location | SourceLink |
Returns
string option
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| classes | string |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| classes | string |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| classes | string |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| rootPath | string | |
| p | ContentPage |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| rootPath | string | |
| e | EntityModel |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| packageInfo | PackageInfo | |
| entities | EntityModel list |
Returns
EntityModel list
Parameters
| Name | Type | Description |
|---|---|---|
| rootPath | string | |
| pages | ContentPage list | |
| package | PackageModel |
Returns
XmlNode
Parameters
| Name | Type | Description |
|---|---|---|
| package | PackageModel | |
| repoUrl | string option | |
| memberModel | MemberModel |
Returns
XmlNode