mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			282 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			282 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
INHERIT: mkdocs.yml
 | 
						|
 | 
						|
watch:
 | 
						|
  - theme
 | 
						|
  - includes
 | 
						|
  - mkdocs.yml
 | 
						|
 | 
						|
markdown_extensions:
 | 
						|
  material.extensions.preview:
 | 
						|
    sources:
 | 
						|
      exclude:
 | 
						|
        - index.md
 | 
						|
        - tools.md
 | 
						|
        - about.md
 | 
						|
        - about/*
 | 
						|
    targets:
 | 
						|
      exclude:
 | 
						|
        - about/contributors.md
 |