wdl-doc 0.15.2

Documentation generator for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./src/**/*.{html,js,ts,jsx,tsx}",
    "../../../web-common/js/*.{html,js,ts,jsx,tsx}",
    "../src/**/*.rs", // for Maud templates in Rust files
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}