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"
|
command = "npm run build"
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[ceview]
|
||||||
command = "npm run build-preview"
|
command = "npm run build-ontext.deploy-prpreview"
|
||||||
|
|
||||||
[template.environment]
|
[template.environment]
|
||||||
STATUSKIT_PAGE_TITLE = "title for the page"
|
STATUSKIT_PAGE_TITLE = "Spearhead Cloud Status"
|
||||||
STATUSKIT_COMPANY_LOGO = "url to your company's logo"
|
STATUSKIT_COMPANY_LOGO = "http://spearhead.systems/static/img/sphstop.png"
|
||||||
STATUSKIT_SUPPORT_CONTACT_LINK = "url to your support page"
|
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 = "/"
|
baseurl = "/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "StatusKit"
|
title = "Spearhead Cloud Status"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
incidents = "/incidents/:year/:month/:day/:slug/"
|
incidents = "/incidents/:year/:month/:day/:slug/"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
defaultLogo = "https://www.netlify.com/img/press/logos/logomark.svg"
|
defaultLogo = "http://spearhead.systems/static/img/sphstop.png"
|
||||||
faviconsPath = "/images/favicon/"
|
faviconsPath = "/images/favicon/"
|
||||||
|
|
||||||
# List of systems monitored in this status page.
|
# List of systems monitored in this status page.
|
||||||
# You'll be able to change their status every time
|
# You'll be able to change their status every time
|
||||||
# you open or update an incident.
|
# you open or update an incident.
|
||||||
# Replace these examples with your own system names.
|
# 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">
|
<div class="footer">
|
||||||
<p>
|
<p>
|
||||||
<a class="mute" href="https://www.netlify.com/statuskit">
|
<a class="mute" href="https://spearhead.cloud">
|
||||||
StatusKit by Netlify
|
Spearhead Cloud
|
||||||
</a> •
|
|
||||||
<a class="mute" href="https://github.com/netlify/netlify-statuskit">
|
|
||||||
View on GitHub
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user