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.
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user