-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80c0f0b
commit e1eca47
Showing
72 changed files
with
107 additions
and
2,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Build API Docs | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
|
||
website: | ||
name: Build API Docs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up JDK 11 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 11 | ||
distribution: 'temurin' | ||
- name: Run dokka build | ||
run: ./gradlew dokkaHtmlMultiModule --no-daemon --stacktrace | ||
- name: Deploy to netlify | ||
uses: netlify/actions/cli@master | ||
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} | ||
with: | ||
args: deploy --dir=build/dokka/htmlMultiModule --prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## gradle.properties | ||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-rc-1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
--- | ||
--- | ||
|
||
## [CLI Component]({{page.link}}) | ||
# CLI Component | ||
|
||
This component handles the command line interfacing (CLI) and argument parsing. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
rtron-documentation/src/orchid/kotlin/io/rtron/documentation/RtronModule.kt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
rtron-documentation/src/orchid/resources/assets/css/bulma.min.css
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
rtron-documentation/src/orchid/resources/assets/css/custom.scss
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
rtron-documentation/src/orchid/resources/assets/css/prismFixes.scss
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-5.97 KB
rtron-documentation/src/orchid/resources/assets/images/logo-small.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.77 KB
rtron-documentation/src/orchid/resources/assets/images/made-with-bulma.png
Binary file not shown.
Binary file removed
BIN
-418 KB
rtron-documentation/src/orchid/resources/assets/images/rtron-preview.gif
Binary file not shown.
Binary file removed
BIN
-937 KB
rtron-documentation/src/orchid/resources/assets/images/rtron-preview.png
Binary file not shown.
Binary file removed
BIN
-3.97 MB
rtron-documentation/src/orchid/resources/assets/images/rtron-run.gif
Binary file not shown.
Oops, something went wrong.