docs: make role of getQuartzComponents more clear and also make it optional
This commit is contained in:
		@@ -6,9 +6,6 @@ import DepGraph from "../../depgraph"
 | 
			
		||||
 | 
			
		||||
export const Static: QuartzEmitterPlugin = () => ({
 | 
			
		||||
  name: "Static",
 | 
			
		||||
  getQuartzComponents() {
 | 
			
		||||
    return []
 | 
			
		||||
  },
 | 
			
		||||
  async getDependencyGraph({ argv, cfg }, _content, _resources) {
 | 
			
		||||
    const graph = new DepGraph<FilePath>()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user