From 5e2946d00cf5b0f809916e018e294226ec19e2f7 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 9 Oct 2024 17:43:25 -0400 Subject: [PATCH] updates Took 5 minutes --- README.md | 3 +-- config.json.example | 2 +- src/app/types/config.ts | 5 ----- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d483af3..aea4e34 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # docs - -The public documentation for Pulse App. \ No newline at end of file +The source coded for the Pulse App documentation site. \ No newline at end of file diff --git a/config.json.example b/config.json.example index ad9ffe1..b062029 100644 --- a/config.json.example +++ b/config.json.example @@ -3,7 +3,7 @@ "metadata": { "title": { "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!", "openGraph": { diff --git a/src/app/types/config.ts b/src/app/types/config.ts index cc58dfb..7cd8981 100644 --- a/src/app/types/config.ts +++ b/src/app/types/config.ts @@ -91,9 +91,4 @@ export type FooterLink = { * when the screen size is small. */ shortName?: string; - - /** - * Is this an external link? - */ - external?: boolean; };