Documentation
¶
Overview ¶
package main is the application entry point for the Documango CLI.
Commands:
documango run - starts the server
In Progress:
documango new - creates a documentation directory
Future:
documango new [type] - create a docs dir and frontmatter schema documango build - builds a directory of pages for your files documango deploy - deploy to gh pages, neocities, cloudflare
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
build
package build creates in-memory HTML documents for use by the server & build commands.
|
package build creates in-memory HTML documents for use by the server & build commands. |
server
package server contains the implementation for an http server that watches for changes in the provided directory.
|
package server contains the implementation for an http server that watches for changes in the provided directory. |
internal
|
|
config
package config implements methods that handle reading and writing from a config.toml file in the root of a project.
|
package config implements methods that handle reading and writing from a config.toml file in the root of a project. |
md
package md handles markdown and frontmatter (TOML & YAML) parsing
|
package md handles markdown and frontmatter (TOML & YAML) parsing |
syntax
package build handles the generation of the site's rendered markdown files.
|
package build handles the generation of the site's rendered markdown files. |
utils
package utils contains helper functions and utilities used application wide.
|
package utils contains helper functions and utilities used application wide. |
Click to show internal directories.
Click to hide internal directories.