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