Discover Packages
github.com/gardener/docforge
pkg
gentoc
package
Version:
v0.58.0
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Marshal serialises nav to YAML bytes.
type Nav struct {
Nav []*NavEntry `yaml:"nav"`
}
Nav is the top-level navigation document.
FromNodes builds a Nav from the resolved manifest node tree.
nodes[0] is expected to be the root node produced by manifest.ResolveManifest.
stripRoot removes the top-level directory prefix from all filenames.
type NavEntry struct {
Filename string `yaml:"filename"`
Subnav []*NavEntry `yaml:"subnav,omitempty"`
}
NavEntry represents one entry in the generated navigation structure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.