Skip to content

Commit 3aa8ca5

Browse files
committed
use docs folder
1 parent 38c893f commit 3aa8ca5

44 files changed

Lines changed: 5 additions & 637 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.x"
2525

2626
- name: Install dependencies
27-
run: pip install -r mkdocs/requirements.txt
27+
run: pip install -r docs/requirements.txt
2828

2929
- name: Configure Git user
3030
run: |

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ instance/
6868
# Scrapy stuff:
6969
.scrapy
7070

71-
# Sphinx documentation
72-
docs/build/
73-
7471
# PyBuilder
7572
.pybuilder/
7673
target/

Jenkinsfile

Lines changed: 0 additions & 60 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $ testbedimage import_images
2121

2222
# Documentation
2323

24-
* [Documentation](https://aeciddocs.ait.ac.at/testbedimage/current/index.html)
25-
* [Installation](https://aeciddocs.ait.ac.at/testbedimage/current/installation.html)
24+
* [Documentation](https://ait-testbed.github.io/testbedimage-tool/)
25+
* [Installation](https://ait-testbed.github.io/testbedimage-tool/latest/installation/)
2626

2727
# License
2828

docs/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)