pl-api: works on docs

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-29 22:26:53 +01:00
parent 14d75be0de
commit ee0232e2e6
18 changed files with 119 additions and 11 deletions

View File

@ -4,6 +4,9 @@ const config = {
entryPoints: ['./lib/main.ts'],
plugin: ['typedoc-material-theme', 'typedoc-plugin-valibot'],
themeColor: '#d80482',
navigation: {
includeCategories: true,
},
};
export default config;