io.github.sinri.keel.web.http.fastdocs.page.PageBuilderOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Keel Show documentation
Show all versions of Keel Show documentation
A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.
The newest version!
package io.github.sinri.keel.web.http.fastdocs.page;
import io.vertx.ext.web.RoutingContext;
/**
* @since 1.12
*/
public class PageBuilderOptions {
public String rootURLPath;
public String rootMarkdownFilePath;
public String fromDoc;
public RoutingContext ctx;
public String markdownContent;
public String subjectOfDocuments = "FastDocs";
public String footerText = "Without Copyright";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy