add package header documentation
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
// Package block provides functionality to load HTML blocks with associated content, JavaScript, and CSS from the filesystem.
|
||||||
|
// API Endpoint:
|
||||||
|
// /api/block/{blockPath}
|
||||||
|
// Example:
|
||||||
|
// /api/block/header would load the block located at {BlockDir}/header/
|
||||||
package block
|
package block
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package api provides the main API router and route handlers for the Triggersmith application.
|
||||||
package api
|
package api
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user