This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.18.0' into stable
- Loading branch information
Showing
107 changed files
with
1,914 additions
and
729 deletions.
There are no files selected for viewing
File renamed without changes.
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,37 @@ | ||
---- Instructions: please remove it before posting ---- | ||
|
||
Hi. We've set up a few optional questions to help you to structure your issue. | ||
It would also help us to assist you more quickly and efficiently. | ||
|
||
We strongly recommend you to write your message in English for 2 main reasons: | ||
|
||
1. Your issue can also be others' problems; | ||
2. Makes it easier for our community users to help each others out. | ||
|
||
--------------------------------------------------------- | ||
|
||
1. What are you trying do accomplish? | ||
|
||
[Describe in a few words what you are trying to do] | ||
|
||
2. Steps to reproduce the described behavior | ||
|
||
[Give us enough data to reproduce this scenario] | ||
|
||
3. Output | ||
|
||
``` | ||
[The error message you are facing] | ||
``` | ||
|
||
4. Further info | ||
|
||
a. Which OS / distro? | ||
b. Uses VirtualBox? Which version? | ||
c. Can you provide us your Azkfile.js? | ||
|
||
**ProTip**: run `azk version --full` to gather those info. | ||
|
||
5. Do you have any suggestions on how to tackle this? | ||
|
||
[Optional] |
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,40 @@ | ||
---- Instructions: please remove it before posting ---- | ||
|
||
Hi. We've set up a few optional questions to help you to structure your PR. | ||
It would also help us to assist you more quickly and efficiently. | ||
|
||
We strongly recommend you to write your message in English for 2 main reasons: | ||
|
||
1. Your improvement can fit others' needs; | ||
2. Makes it easier for our community users to help each others out; | ||
|
||
There are two types of templates you can use: | ||
--------------------------------------------------------- | ||
|
||
A. If it's a work in progress | ||
|
||
1. What is this PR objective? | ||
|
||
[What is this solving?] | ||
|
||
2. Tasklist | ||
|
||
- [ ] Task one | ||
- [ ] Task two | ||
- [ ] ... | ||
|
||
--------------------------------------------------------- | ||
|
||
B. If it's a finished PR | ||
|
||
1. What is this PR objective? | ||
|
||
[What is this solving or implementing?] | ||
|
||
2. How did you tackle the issue? | ||
|
||
[Write in details your decisions/perceptions and how you accomplished this] | ||
|
||
3. How to test it? | ||
|
||
[How can we test?] |
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
/node_modules | ||
/build | ||
npm-debug.log | ||
.package-envs |
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
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,43 @@ | ||
{ | ||
"title": "azk Docs Gitbook", | ||
"description": "Gitbook documentation for azk", | ||
"version": "1.0.0", | ||
"version": "2.6.4", | ||
"azkVersion": "0.13.0", | ||
"releaseNotes": "http://......", | ||
"releaseNotes": "https://github.com/azukiapp/azk/blob/master/CHANGELOG.md", | ||
"plugins": [ | ||
"scrollablecode", | ||
"[email protected]", | ||
"include", | ||
"[email protected]" | ||
"ga", | ||
"hotjar", | ||
"include", | ||
"scrollablecode", | ||
"-sharing", | ||
"github", | ||
"sitemap", | ||
"anchors" | ||
], | ||
"pluginsConfig": { | ||
"hotjar": { | ||
"hjid": 12345678901 | ||
}, | ||
"ga": { | ||
"token": "GA_UA_ID", | ||
"configuration": { | ||
"cookieDomain": "GA_COOKIE_DOMAIN" | ||
"legacyCookieDomain": "GA_LEGACY_COOKIE_DOMAIN" | ||
} | ||
}, | ||
"sharing": { | ||
"facebook": true, | ||
"twitter": true, | ||
"google": false, | ||
"weibo": false, | ||
"instapaper": false, | ||
"vk": false, | ||
"all": [] | ||
}, | ||
"github": { | ||
"url": "https://github.com/azukiapp/azk" | ||
}, | ||
"sitemap": { | ||
"hostname": "http://docs.azk.io/" | ||
} | ||
}, | ||
"links": { | ||
|
@@ -24,12 +46,6 @@ | |
"theme": "node_modules/gitbook-theme-clarity/lib", | ||
"custom": { | ||
"custom": "http://azukiapp.com" | ||
}, | ||
"sharing": { | ||
"google": false, | ||
"facebook": null, | ||
"twitter": null, | ||
"all": false | ||
} | ||
} | ||
} |
Oops, something went wrong.