Documentation ¶
Index ¶
- func EnsureAncestry(dryRun bool, api *confluence.API, space string, ancestry []string) (*confluence.PageInfo, error)
- func ResolvePage(dryRun bool, api *confluence.API, meta *metadata.Meta) (*confluence.PageInfo, *confluence.PageInfo, error)
- func SubstituteLinks(markdown []byte, links []LinkSubstitution) []byte
- func ValidateAncestry(api *confluence.API, space string, ancestry []string) (*confluence.PageInfo, error)
- type LinkSubstitution
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureAncestry ¶
func EnsureAncestry( dryRun bool, api *confluence.API, space string, ancestry []string, ) (*confluence.PageInfo, error)
func ResolvePage ¶
func ResolvePage( dryRun bool, api *confluence.API, meta *metadata.Meta, ) (*confluence.PageInfo, *confluence.PageInfo, error)
func SubstituteLinks ¶
func SubstituteLinks(markdown []byte, links []LinkSubstitution) []byte
func ValidateAncestry ¶
func ValidateAncestry( api *confluence.API, space string, ancestry []string, ) (*confluence.PageInfo, error)
Types ¶
type LinkSubstitution ¶
func ResolveRelativeLinks ¶
Click to show internal directories.
Click to hide internal directories.