Class MkDocsBuild

    • Method Detail

      • getStrict

        public Property<Boolean> getStrict()
        Enable strict mode. This will cause MkDocs to abort the build on any warnings.
      • getTheme

        public Property<String> getTheme()
        The theme to use when building your documentation.
      • getThemeDir

        public DirectoryProperty getThemeDir()
        The theme directory to use when building your documentation.
      • getSiteDir

        public DirectoryProperty getSiteDir()
        The directory to output the result of the documentation build.