feat: add status page link to footer
This commit is contained in:
parent
60317f07d4
commit
718c0cc2ae
1 changed files with 127 additions and 114 deletions
|
@ -93,6 +93,19 @@ const config: Config = {
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'dark',
|
||||||
links: [
|
links: [
|
||||||
|
{
|
||||||
|
title: 'jasima.app',
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Service Status',
|
||||||
|
href: 'https://status.jasima.app/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'API Documentation',
|
||||||
|
to: '/docs/api/jasima-app-api'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Docs',
|
title: 'Docs',
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue