-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AHOYAPPS-618: Publish Docs CI Integration (#76)
* Add dokka gradle plugin * Add property KDoc tags * Add generated Github Pages * Revert "Add generated Github Pages" This reverts commit d11c568. * Test Jekyll doc format * Revert "Test Jekyll doc format" This reverts commit bf312b0. * Change constructor documentation to match KDoc spec * Additional documenation changes to match KDoc specs * Add dokka docs * Add config.yml to use proper markdown * Revert "Add config.yml to use proper markdown" This reverts commit b32c29b. * Fixing parameter formatting * Set theme jekyll-theme-minimal * Set theme jekyll-theme-slate * Add documentation link to README * Exclude docs dir from spotless check * Change dokka config to output html to docs folder * Fix KDoc formatting * Going to store docs in another branch * Remove docs dokka output dir config * Update docs link * Add publishDocs gradle task * Fix mv command syntax * Move index.html redirect to gh-pages branch * Add publish-docs CI job * Update changelog * Move docs index.html to audioswitch modue * Reference index.html from mainline in gh-pages
- Loading branch information
John Qualls
authored
Oct 20, 2020
1 parent
638bc91
commit 0f0ab8e
Showing
8 changed files
with
161 additions
and
50 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
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,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<script> | ||
window.location.replace(document.location.href + "audioswitch/index.html"); | ||
</script> | ||
</body> | ||
</html> |
7 changes: 3 additions & 4 deletions
7
audioswitch/src/main/java/com/twilio/audioswitch/AudioDeviceChangeListener.kt
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