Diplomarbeit "ML-based Chatbot" für das Jahr 2021/2022 von Dumfarth Felix und Lukas Starka unter Betreuung von Herrn Professor Stütz.
This is a template-project for
- generating AsciiDoc-Files to html-files and
- deploying the html-files to gh-pages,
- where the gh-pages are located in an branch of the repo called
gh-pages
.
AsciiDoctor - the software for converting the .adoc-files to .html-files - is executed in a Docker container. So you have nothing to install on your local machine, except Docker
Two scripts are available:
build-html-docker.sh
-> builds the .html-pages in the folder gh-pagespublish-gh-pages.sh
-> builds and deploys the gh-pages
additionally is a script build-pdf-docker.sh
for creating a pdf document.
- First create a
.env
-file with
GIT_GLOBAL_MAIL=<your email>
GIT_GLOBAL_USER_NAME=<your git - username>
- Then run the script
run-inside-docker.sh
. - The url of the created gh-page will be displayed.
Download the latest release in your project and run the shell-scripts.
You can find demo documents in the asciidocs.demo
-folder:
- System Specification (Pflichtenheft)
- Minutes of Meeting
- some additional demos