docshelper

package
v0.47.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package docshelper provides some helpers for the Hugo documentation, and is of limited interest for the general Hugo user.

Index

Constants

This section is empty.

Variables

View Source
var DocProviders = make(map[string]DocProvider)

DocProviders contains all DocProviders added to the system.

Functions

func AddDocProvider

func AddDocProvider(name string, provider DocProvider)

AddDocProvider adds or updates the DocProvider for a given name.

Types

type DocProvider

type DocProvider func() map[string]interface{}

DocProvider is used to save arbitrary JSON data used for the generation of the documentation.

func (DocProvider) MarshalJSON

func (d DocProvider) MarshalJSON() ([]byte, error)

MarshalJSON returns a JSON representation of the DocProvider.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL