Skip to content

Commit

Permalink
added jansi-native API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 3, 2017
1 parent 259700a commit 346b788
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions jansi-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,22 @@
<classifier>javadoc</classifier>
<outputDirectory>${basedir}/target/sitegen/documentation/api</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<version>${jansi-native-version}</version>
<classifier>javadoc</classifier>
<outputDirectory>${basedir}/target/sitegen/documentation/native-api</outputDirectory>
<excludes>*.css</excludes>
</artifactItem>
<artifactItem>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${project.version}</version>
<classifier>javadoc</classifier>
<outputDirectory>${basedir}/target/sitegen/documentation/native-api</outputDirectory>
<includes>*.css</includes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion jansi-website/src/community/contributing.page
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We really want you to get involved in the ${project_name} project, to
[join the community](index.html) and help make it a better price of
software - please do dive in and help!

Try surf the [documentation](../documentation/index.html) and website in
Try surf the [developer documentation](../developers.html) and website in
general - if somethings confusing or not clear, [let us
know](index.html) or raise a [support request](support.html).

Expand Down
1 change: 1 addition & 0 deletions jansi-website/src/community/developers.page
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Ready to start hacking on ${project_name}?
# API Reference

* [`jansi` API](../documentation/api/index.html)
* [`jansi-native` API](../documentation/native-api/index.html)

Looking for the website documentation of a different ${project_name} [version](${website_base_url}/versions/index.html)?
2 changes: 1 addition & 1 deletion jansi-website/src/community/faq.page
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See the [support guide](support.html) for more details.
### How do I build ${project_name}?

First [get the source](source.html) then see the [building
guide](building.html)
guide](building.html): see [developer links](developers.html).

### How do I contribute or become a committer?

Expand Down

0 comments on commit 346b788

Please sign in to comment.