use title components in docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s

This commit is contained in:
Lee
2024-04-20 03:22:10 +01:00
parent 3ca0b5be81
commit 9b0e5bfcf7
2 changed files with 22 additions and 15 deletions

View File

@ -14,7 +14,7 @@ type Metadata = {
/**
* The description of the documentation page.
*/
description?: string;
description: string;
};
/**