Crate netlify_toml
Source - Build
- Build configuration.
- Config
- Config represents the full configuration within a netlify.toml file.
- Context
- Context overrides the build variables Netlify uses to build a site before deploying it.
- ContextFunctions
- Context-specific Netlify Functions configuration.
- EdgeHandler
- A mount of an edge handler under a specific path.
- Functions
- Netlify Functions configuration.
- Header
- Header holds information to add response headers for a give url.
- HeaderValues
- Redirect
- Redirect holds information about a url redirect.
- Template
- Template holds information to turn a repository into a Netlify template.
- Bundler
- The netlify functions builder to use.
- from_str
- Parses the contents of a netlify.toml file as a Config structure.