Update markdown docs path
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Has been cancelled
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Has been cancelled
This commit is contained in:
parent
e92622c023
commit
02b1eea17b
@ -11,9 +11,7 @@ const METADATA_REGEX: RegExp = /---\s*([\s\S]*?)\s*---/;
|
||||
* display in the docs.
|
||||
*/
|
||||
export const getDocsContent = (): DocsContentMetadata[] =>
|
||||
getMetadata<DocsContentMetadata>(
|
||||
path.join(process.cwd(), "src", "markdown", "docs")
|
||||
);
|
||||
getMetadata<DocsContentMetadata>(path.join(process.cwd(), "docs"));
|
||||
|
||||
/**
|
||||
* Get the metadata of mdx
|
||||
|
Loading…
Reference in New Issue
Block a user