| Package | Description |
|---|---|
| com.mulesoft.documentation.builder |
| Modifier and Type | Method and Description |
|---|---|
static Section |
Section.fromDirectoryAndSectionVersion(File directory,
SectionVersion sectionVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfGenerator.createPdf(AsciiDocPage page,
Section section,
String sectionOutputPath) |
static List<Page> |
Page.forSection(Section section,
List<Section> allSections,
List<Template> templates,
SiteTableOfContents toc,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
static VersionSelector |
VersionSelector.fromSectionAndVersions(Section section,
List<SectionVersion> sectionVersions) |
static String |
Page.getCompletePageContent(Section section,
List<Section> sections,
SiteTableOfContents toc,
AsciiDocPage page,
List<Template> templates,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
String |
SiteTocHtml.getTocHtmlForSectionAndPage(Section section,
AsciiDocPage page)
The logic is like this: We need to reproduce the exact order of the TOC.
|
void |
SiteTocHtml.getTocHtmlForSectionAndPage2(Section section,
AsciiDocPage page) |
void |
PdfGenerator.processSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
static List<Page> |
Page.forSection(Section section,
List<Section> allSections,
List<Template> templates,
SiteTableOfContents toc,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
static SiteTocHtml |
SiteTocHtml.fromSiteTocAndSections(SiteTableOfContents toc,
List<Section> sections) |
static String |
Page.getCompletePageContent(Section section,
List<Section> sections,
SiteTableOfContents toc,
AsciiDocPage page,
List<Template> templates,
String gitHubRepoUrl,
String gitHubBranchName,
List<SectionVersion> sectionVersions,
String siteRootUrl) |
void |
PdfGenerator.processAllSections(List<Section> sections) |
| Constructor and Description |
|---|
VersionSelector(Section section,
List<SectionVersion> sectionVersions) |
| Constructor and Description |
|---|
SiteTocHtml(SiteTableOfContents toc,
List<Section> sections) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.