Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Assets embed.FS
View Source
var DocTree = []interface{}{ Home, }
View Source
var Home = Doc( Markdown(` ## Home title home content `), ch.Code(MyHelloWorldSample), ). Title("Home").Slug("/")
View Source
var MyHelloWorldSample = string([]byte{0x66, 0x75, 0x6e, 0x63, 0x20, 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x28, 0x29, 0x20, 0x7b, 0xa, 0x9, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x6c, 0x6e, 0x28, 0x22, 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x22, 0x29, 0xa, 0x7d, 0xa})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.