mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-05 07:59:36 +00:00
added configuration to deploy documentation to GitHub pages when a release is happening
adapted documentation configuration
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
<sourceDirectory>src/main/docs/asciidoc</sourceDirectory>
|
||||
<sourceDocumentName>main.adoc</sourceDocumentName>
|
||||
<attributes>
|
||||
<revnumber>${project.version}</revnumber>
|
||||
<revdate>${maven.build.timestamp}</revdate>
|
||||
</attributes>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -56,6 +58,7 @@
|
||||
<configuration>
|
||||
<backend>pdf</backend>
|
||||
<sourceHighlighter>coderay</sourceHighlighter>
|
||||
<outputFile>documentation.pdf</outputFile>
|
||||
<attributes>
|
||||
<icons>font</icons>
|
||||
<pagenums/>
|
||||
@@ -72,6 +75,7 @@
|
||||
<goal>process-asciidoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputFile>index.html</outputFile>
|
||||
<sourceDirectory>src/main/docs/asciidoc</sourceDirectory>
|
||||
<backend>html</backend>
|
||||
<doctype>book</doctype>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
= Abstracto Discord Bot Documentation
|
||||
Sheldan https://github.com/Sheldan
|
||||
1.0, May 10, 2020
|
||||
Sheldan https://github.com/Sheldan/abstracto
|
||||
:toc:
|
||||
:toclevels: 5
|
||||
:sectnums:
|
||||
:title-page:
|
||||
|
||||
:sectnumlevels: 5
|
||||
:icons: font
|
||||
|
||||
== Description
|
||||
Abstracto is a feature rich Discord bot written in Java and uses JDA as the wrapper for the Discord API.
|
||||
This documentation is split into two parts: Technical documentation and user documentation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user