From 7354581c0613864c072c4062648073c853976bc8 Mon Sep 17 00:00:00 2001 From: jpbnetley Date: Sun, 23 Jun 2024 10:32:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20jpbnetle?= =?UTF-8?q?y/test-ts-doc@5119f49d300689ffa41ec3d5a89cfe4823a3861e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/f1.html | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/f1.html b/functions/f1.html index c723013..be9b76b 100644 --- a/functions/f1.html +++ b/functions/f1.html @@ -1,3 +1,3 @@ f1 | test-ts-doc

Function f1

  • logs out the string provided

    Parameters

    • label: string

      string to log

      -

    Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/index.html b/index.html index d4bdaad..3118674 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@

Building the project

pnpm run build
 
-

Generating the docs

pnpm run docs
+

Generating the docs

pnpm run build:docs
 
-

Serve the generated docs

pnpm run serve-docs
+

Serve the generated docs

pnpm run serve:docs
 
\ No newline at end of file