ContentLayerOptions Type — astro Architecture
Architecture documentation for the ContentLayerOptions type/interface in content-layer.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD fe273e59_7c22_3154_d950_2929f157ada1["ContentLayerOptions"] 3460caba_c22e_57de_8fed_316b77465ef7["content-layer.ts"] fe273e59_7c22_3154_d950_2929f157ada1 -->|defined in| 3460caba_c22e_57de_8fed_316b77465ef7 style fe273e59_7c22_3154_d950_2929f157ada1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/content-layer.ts lines 35–40
interface ContentLayerOptions {
store: MutableDataStore;
settings: AstroSettings;
logger: Logger;
watcher?: FSWatcher;
}
Defined In
Source
Frequently Asked Questions
What is the ContentLayerOptions type?
ContentLayerOptions is a type/interface in the astro codebase, defined in packages/astro/src/content/content-layer.ts.
Where is ContentLayerOptions defined?
ContentLayerOptions is defined in packages/astro/src/content/content-layer.ts at line 35.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free