Skip to content

graphglue/dokka-html-mdx-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokka-html-mdx-transform

  • Action to transform the output of dokkaHtml to a mdx format, typically used in combination with Docusaurus.
  • Typically, you should use dest as a path to your docs folder, and folder as name for the folder that should be generated within the docs folder (folder is added to all the ids).
  • This also generates a JSON which can be imported for the sidebar.
  • This is compatible with Dokka 1.7.20 (newer versions will likely work to some extent)
  • This require the @graphglue/dokka-docusaurus npm module
  • This requires that .source files are handled by webpack as asset/source

Inputs

src

Required The path of the packages output of dokkaHTML, typically something like build/dokka/html

modules

Required The modules in src which should be added to the documentation

dest

Required The path where to copy the generated files

folder

Required Name of the folder in dest which is created to store the output

Example usage

uses: graphglue/dokka-html-mdx-transform@v1.7.20
with:
  src: "build/dokka/html/my-library"
  modules: |
    module1
    module2
  dest: "website/docs"
  folder: "dokka"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors