This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
688d327
commit 1ab0636
Showing
17 changed files
with
27 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'iswai docs sdk' | ||
name: 'xtreamwayz docs sdk' | ||
description: 'Generate project docs' | ||
inputs: | ||
command: | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# PUBLISH_REPOSITORY: github_organization/project_name * optional | ||
# PUBLISH_BRANCH: gh-pages * optional | ||
# PUBLISH_DIR: ./build * optional | ||
# run: wget -O - https://raw.githubusercontent.com/iswai/docs-sdk/master/actions/gh-pages-deploy | bash | ||
# run: wget -O - https://raw.githubusercontent.com/xtreamwayz/docs-sdk/master/actions/gh-pages-deploy | bash | ||
# | ||
set -e | ||
|
||
|
@@ -42,8 +42,8 @@ rm -rf /tmp/deploy | |
print_info "Checking out ${PUBLISH_BRANCH}" | ||
git clone "${REMOTE_REPO}" /tmp/deploy | ||
cd /tmp/deploy | ||
git config user.name "iswai-bot" | ||
git config user.email "57135024+iswai[email protected]" | ||
git config user.name "xtreamwayz-bot" | ||
git config user.email "57135024+xtreamwayz[email protected]" | ||
git checkout "${PUBLISH_BRANCH}" | ||
|
||
print_info "Removing old files" | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
baseURL: http://localhost:1313/ | ||
title: iswai | ||
title: xtreamwayz | ||
|
||
defaultContentLanguage: en | ||
languageCode: en-us | ||
|
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,4 +1,4 @@ | ||
organization: iswai | ||
organization: xtreamwayz | ||
projects: | ||
- devops | ||
- docs-sdk |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
baseURL: https://iswai.github.io/docs-sdk/ | ||
baseURL: https://xtreamwayz.github.io/docs-sdk/ | ||
title: docs-sdk |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
organization: iswai | ||
organization: xtreamwayz | ||
project: docs-sdk | ||
current: "1.0" | ||
develop: | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Placeholder branch for documentation | ||
|
||
This documentation is automatically generated with [iswai/docs-sdk](https://iswai.github.io/docs-sdk/) | ||
and publicly hosted on GitHub Pages at <https://iswai.github.io/>. | ||
This documentation is automatically generated with [xtreamwayz/docs-sdk](https://xtreamwayz.github.io/docs-sdk/) | ||
and publicly hosted on GitHub Pages at <https://xtreamwayz.github.io/>. | ||
|
||
## Copyright and license | ||
|
||
© 2019 [Geert Eltink](https://www.elt.ink/) | | ||
Code released under [MIT License](https://github.com/iswai/.github/blob/master/LICENSE.md). | | ||
Code released under [MIT License](https://github.com/xtreamwayz/.github/blob/master/LICENSE.md). | | ||
Documentation distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). |