17 lines
		
	
	
		
			492 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			492 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
baseurl = "/"
 | 
						|
languageCode = "en-us"
 | 
						|
title = "Spearhead Cloud Status"
 | 
						|
 | 
						|
[permalinks]
 | 
						|
  incidents = "/incidents/:year/:month/:day/:slug/"
 | 
						|
 | 
						|
[params]
 | 
						|
  defaultLogo = "/images/sph.png"
 | 
						|
  faviconsPath = "/images/favicon/"
 | 
						|
 | 
						|
# List of systems monitored in this status page.
 | 
						|
# You'll be able to change their status every time
 | 
						|
# you open or update an incident.
 | 
						|
# Replace these examples with your own system names.
 | 
						|
systems = ["EU-RO-1 DC", "CloudAPI", "DNS",  "Customer Portal", "docs.spearhead.cloud"]
 |