| Package | Description |
|---|---|
| com.mulesoft.documentation.builder |
| Modifier and Type | Method and Description |
|---|---|
SectionVersion |
Section.getSectionVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<SectionVersion> |
SiteBuilder.getSectionVersionCollectionForSectionBaseName(String sectionBaseName) |
| Modifier and Type | Method and Description |
|---|---|
static Section |
Section.fromDirectoryAndSectionVersion(File directory,
SectionVersion sectionVersion) |
| 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 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) |
| Constructor and Description |
|---|
Section(List<AsciiDocPage> pages,
TocNode rootNode,
String filepath,
String url,
String prettyName,
String versionPrettyName,
String baseName,
SectionVersion sectionVersion) |
| Constructor and Description |
|---|
VersionSelector(Section section,
List<SectionVersion> sectionVersions) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.