Skip to content

Commit

Permalink
🔧 Add config for navbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 29, 2020
1 parent 12e67ab commit 861c7f0
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
owner: koj-co
repo: upptime
user-agent: KojBot

# Add your sites here
sites:
- name: Google
url: https://www.google.com
- name: Wikipedia
url: https://en.wikipedia.org
- name: Internet Archive
url: https://archive.org
- name: Hacker News
url: https://news.ycombinator.com
- name: Broken Site
url: https://thissitedoesnotexist.com
- name: Secret Site
url: $SECRET_SITE

# Add downtime notifications
# https://upptime.js.org/docs/notifications
notifications:
- type: slack
channel: C016QTU9S9Y
assignees:
- AnandChowdhary

# Configure your status website
# http://localhost:3000/docs/configuration#status-website
status-website:
cname: upptime.js.org
baseUrl: /status-website
logoUrl: https://github.com/raw/koj-co/upptime/79d9d1c22ecf706acc51f17798d7c7dbc710ab40/assets/icon.svg
cname: demo.upptime.js.org
logoUrl: https://github.com/raw/upptime/upptime.js.org/master/static/img/icon.svg
name: Upptime
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
introMessage: This is a sample status page which uses **real-time** data from our [Github repository](https://github.com/koj-co/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/koj-co/upptime)
navbarGitHub: true
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO

0 comments on commit 861c7f0

Please sign in to comment.