DokkaMaterialMkDocs
Toggle table of contents
0.5.2
jvm
Platform filter
jvm
Switch theme
Search in API
DokkaMaterialMkDocs
Dokka renderer for Material for MkDocs
/
opensavvy.dokka.material.mkdocs.location
/
MarkdownLocationProvider
Markdown
Location
Provider
class
MarkdownLocationProvider
(
pageGraphRoot
:
RootPageNode
,
dokkaContext
:
DokkaContext
)
:
DokkaLocationProvider
(
source
)
Members
Constructors
Markdown
Location
Provider
Link copied to clipboard
constructor
(
pageGraphRoot
:
RootPageNode
,
dokkaContext
:
DokkaContext
)
Types
Factory
Link copied to clipboard
class
Factory
(
context
:
DokkaContext
)
:
LocationProviderFactory
Properties
extension
Link copied to clipboard
val
extension
:
String
Functions
ancestors
Link copied to clipboard
open
override
fun
ancestors
(
node
:
PageNode
)
:
List
<
PageNode
>
anchor
For
DCI
Link copied to clipboard
open
fun
anchorForDCI
(
dci
:
DCI
,
sourceSets
:
Set
<
DisplaySourceSet
>
)
:
String
expected
Location
For
Dri
Link copied to clipboard
open
fun
expectedLocationForDri
(
dri
:
DRI
)
:
String
path
To
Root
Link copied to clipboard
open
override
fun
pathToRoot
(
from
:
PageNode
)
:
String
resolve
Link copied to clipboard
open
override
fun
resolve
(
dri
:
DRI
,
sourceSets
:
Set
<
DisplaySourceSet
>
,
context
:
PageNode
?
)
:
String
?
open
override
fun
resolve
(
node
:
PageNode
,
context
:
PageNode
?
,
skipExtension
:
Boolean
)
:
String