Search
Preparing search index...
The search index is not available
nextjs-blog-lib
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BlogOptions
Interface BlogOptions
Hierarchy
BlogOptions
Index
Properties
mdx
posts
Directory
rewrite
Media
Urls
truncate
Length
truncate
Marker
Properties
mdx
mdx
:
{
compile
:
(
mdx
:
string
)
=>
Promise
<
string
>
;
components
:
Record
<
string
,
any
>
;
run
:
(
code
:
string
)
=>
Promise
<
MdxRenderType
>
}
Type declaration
compile
:
(
mdx
:
string
)
=>
Promise
<
string
>
(
mdx
:
string
)
:
Promise
<
string
>
Parameters
mdx:
string
Returns
Promise
<
string
>
components
:
Record
<
string
,
any
>
run
:
(
code
:
string
)
=>
Promise
<
MdxRenderType
>
(
code
:
string
)
:
Promise
<
MdxRenderType
>
Parameters
code:
string
Returns
Promise
<
MdxRenderType
>
posts
Directory
posts
Directory
:
string
rewrite
Media
Urls
rewrite
Media
Urls
:
false
|
{
mediaDirectory
:
string
;
relativeDirectory
:
string
}
truncate
Length
truncate
Length
:
number
truncate
Marker
truncate
Marker
:
string
Globals
Blog
Options
mdx
posts
Directory
rewrite
Media
Urls
truncate
Length
truncate
Marker
Post
Mdx
Render
Type
get
All
Posts
get
Post
BySlug
create
Blog
get
All
Posts
ByDate
get
Next
Post
get
Post
Slugs
get
Previous
Post
default
Options
Generated using
TypeDoc