* moved Sources form Integrations to Docs * files moved * fixed setting options * fixed broken links and added redirects * try single-sourcing Sources docs * tweaks * fighting links * still fighting links * fightng sidebar * fighting with sidebar * add logos and tweak * image tweaks * Optimised images with calibre/image-actions * added remaining UI definitions * kens edits --------- Co-authored-by: Tana M Berry <tana@goauthentik.com> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[redirects]]
 | 
						|
  from = "/blog/*"
 | 
						|
  to = "https://goauthentik.io/blog/:splat"
 | 
						|
 | 
						|
# Migration from docs to separate directory
 | 
						|
[[redirects]]
 | 
						|
  from = "/docs/integrations/*"
 | 
						|
  to = "/integrations/:splat"
 | 
						|
 | 
						|
# Docusaurus update removes index
 | 
						|
[[redirects]]
 | 
						|
  from = "/docs/:firstPart/index"
 | 
						|
  to = "/docs/:firstPart/"
 | 
						|
  status = 301
 | 
						|
  force = true
 | 
						|
[[redirects]]
 | 
						|
  from = "/docs/:firstPart/:secondPart/index"
 | 
						|
  to = "/docs/:firstPart/:secondPart/"
 | 
						|
  status = 301
 | 
						|
  force = true
 | 
						|
[[redirects]]
 | 
						|
  from = "/integrations/:firstPart/index"
 | 
						|
  to = "/integrations/:firstPart/"
 | 
						|
  status = 301
 | 
						|
  force = true
 | 
						|
[[redirects]]
 | 
						|
  from = "/integrations/:firstPart/:secondPart/index"
 | 
						|
  to = "/integrations/:firstPart/:secondPart/"
 | 
						|
  status = 301
 | 
						|
  force = true
 | 
						|
 | 
						|
[[headers]]
 | 
						|
  for = "/*"
 | 
						|
  [headers.values]
 | 
						|
    X-Frame-Options = "DENY"
 | 
						|
 | 
						|
[dev]
 | 
						|
  command = "npm run watch"
 | 
						|
  targetPort = 3000
 | 
						|
  publish = "build"
 | 
						|
 | 
						|
# Moving doc files
 | 
						|
[[redirects]]
 | 
						|
  from = "/docs/core/applications"
 | 
						|
  to = "/docs/applications"
 | 
						|
  status = 302
 | 
						|
 | 
						|
# Moved Sources from Integrations to Docs
 | 
						|
[[redirects]]
 | 
						|
   from = "/integrations/sources/*"
 | 
						|
   to = "/docs/sources/:splat"
 | 
						|
   status = 302
 |