help

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package help manages the built-in documentation.

Index

Constants

This section is empty.

Variables

View Source
var (
	Topics = []Topic{
		{"index", "Betula introduction", ""},
		{"meta", "Metainformation", ""},
		{"mycomarkup", "Mycomarkup formatting", ""},
		{"search", "Advanced search", ""},
	}
)

Functions

This section is empty.

Types

type Topic

type Topic struct {
	Name         string
	SidebarTitle string
	Rendered     template.HTML
}

func GetEnglishHelp

func GetEnglishHelp(topicName string) (topic Topic, found bool)

GetEnglishHelp returns English-language help for the given topic.

Jump to

Keyboard shortcuts

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