updates
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m32s

Took 5 minutes
This commit is contained in:
Braydon 2024-10-09 17:43:25 -04:00
parent cf8530c750
commit 5e2946d00c
3 changed files with 2 additions and 8 deletions

View File

@ -1,3 +1,2 @@
# docs # docs
The source coded for the Pulse App documentation site.
The public documentation for Pulse App.

View File

@ -3,7 +3,7 @@
"metadata": { "metadata": {
"title": { "title": {
"default": "Pulse Docs", "default": "Pulse Docs",
"template": "Pulse Docs" "template": "%s • Pulse Docs"
}, },
"description": "A lightweight service monitoring solution for tracking the availability of whatever service your heart desires!", "description": "A lightweight service monitoring solution for tracking the availability of whatever service your heart desires!",
"openGraph": { "openGraph": {

View File

@ -91,9 +91,4 @@ export type FooterLink = {
* when the screen size is small. * when the screen size is small.
*/ */
shortName?: string; shortName?: string;
/**
* Is this an external link?
*/
external?: boolean;
}; };