Update markdown docs path
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Has been cancelled

This commit is contained in:
Braydon 2024-04-20 01:46:04 -04:00
parent e92622c023
commit 02b1eea17b
3 changed files with 1 additions and 3 deletions

@ -11,9 +11,7 @@ const METADATA_REGEX: RegExp = /---\s*([\s\S]*?)\s*---/;
* display in the docs. * display in the docs.
*/ */
export const getDocsContent = (): DocsContentMetadata[] => export const getDocsContent = (): DocsContentMetadata[] =>
getMetadata<DocsContentMetadata>( getMetadata<DocsContentMetadata>(path.join(process.cwd(), "docs"));
path.join(process.cwd(), "src", "markdown", "docs")
);
/** /**
* Get the metadata of mdx * Get the metadata of mdx