diff --git a/abstracto-modules/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_en_US.ftl new file mode 100644 index 00000000..23938529 --- /dev/null +++ b/abstracto-modules/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_en_US.ftl @@ -0,0 +1,4 @@ +{ + <#include "abstracto_color">, + "description": "<@safe_include "documentation_response_embed_description"/>" +} \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_description_en_US.ftl new file mode 100644 index 00000000..72b1600a --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/documentation/documentation_response_embed_description_en_US.ftl @@ -0,0 +1,2 @@ +Documentation is available in [HTML](https://github.com/Sheldan/abstracto-docs/current) and [PDF](https://github.com/Sheldan/abstracto-docs/current/documentation.pdf). +They are also available for older versions via https://github.com/Sheldan/abstracto-docs/$VERSION. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_description_en_US.ftl new file mode 100644 index 00000000..a93fb027 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_description_en_US.ftl @@ -0,0 +1 @@ +Provides a link to the documentation. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_long_help_en_US.ftl b/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_long_help_en_US.ftl new file mode 100644 index 00000000..688f6d7d --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/documentation/help/documentation_long_help_en_US.ftl @@ -0,0 +1 @@ +Provides a link which leads to the documentation detailing the configuration for abstracto. \ No newline at end of file