spearhead customizations
This commit is contained in:
parent
7df3bec8fe
commit
100cafb42e
10
netlify.toml
10
netlify.toml
@ -2,11 +2,11 @@
|
||||
command = "npm run build"
|
||||
publish = "dist"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "npm run build-preview"
|
||||
[ceview]
|
||||
command = "npm run build-ontext.deploy-prpreview"
|
||||
|
||||
[template.environment]
|
||||
STATUSKIT_PAGE_TITLE = "title for the page"
|
||||
STATUSKIT_COMPANY_LOGO = "url to your company's logo"
|
||||
STATUSKIT_PAGE_TITLE = "Spearhead Cloud Status"
|
||||
STATUSKIT_COMPANY_LOGO = "http://spearhead.systems/static/img/sphstop.png"
|
||||
STATUSKIT_SUPPORT_CONTACT_LINK = "url to your support page"
|
||||
STATUSKIT_RESOURCES_LINK = "url to your knowledge base page"
|
||||
STATUSKIT_RESOURCES_LINK = "https://docs.spearhead.cloud"
|
||||
|
3303
package-lock.json
generated
3303
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,16 +1,16 @@
|
||||
baseurl = "/"
|
||||
languageCode = "en-us"
|
||||
title = "StatusKit"
|
||||
title = "Spearhead Cloud Status"
|
||||
|
||||
[permalinks]
|
||||
incidents = "/incidents/:year/:month/:day/:slug/"
|
||||
|
||||
[params]
|
||||
defaultLogo = "https://www.netlify.com/img/press/logos/logomark.svg"
|
||||
defaultLogo = "http://spearhead.systems/static/img/sphstop.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 = ["API", "CDN", "DNS", "Site delivery"]
|
||||
systems = ["CloudAPI", "DNS", "Portal", "Docker API"]
|
||||
|
@ -1,10 +1,7 @@
|
||||
<div class="footer">
|
||||
<p>
|
||||
<a class="mute" href="https://www.netlify.com/statuskit">
|
||||
StatusKit by Netlify
|
||||
</a> •
|
||||
<a class="mute" href="https://github.com/netlify/netlify-statuskit">
|
||||
View on GitHub
|
||||
<a class="mute" href="https://spearhead.cloud">
|
||||
Spearhead Cloud
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user