forked from deckgo/deckdeckgo
-
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
3e27250
commit fe755bd
Showing
157 changed files
with
14,329 additions
and
0 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 |
---|---|---|
|
@@ -23,3 +23,5 @@ $RECYCLE.BIN/ | |
Thumbs.db | ||
UserInterfaceState.xcuserstate | ||
.env | ||
|
||
.deckgo |
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,15 @@ | ||
# http://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
insert_final_newline = false | ||
trim_trailing_whitespace = false |
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,19 @@ | ||
<a name="1.0.0-alpha.3"></a> | ||
# [1.0.0-alpha.3](https://github.com/deckgo/deckdeckgo-docs/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2019-02-17) | ||
|
||
### Features | ||
|
||
* add slot `actions` ([b124614](https://github.com/deckgo/deckdeckgo-docs/commit/b12461406331aa50fb2612c096123bd70fedaa71)) | ||
* slot `backgorund` is now cloned ([e7c8b15](https://github.com/deckgo/deckdeckgo-docs/commit/e7c8b150596c30ac7005a1695fc877eb3fba691a)) | ||
|
||
<a name="1.0.0-alpha.2"></a> | ||
# [1.0.0-alpha.2](https://github.com/deckgo/deckdeckgo-docs/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2019-02-14) | ||
|
||
### Features | ||
|
||
* add Nodejs prerequisite ([#7](https://github.com/deckgo/deckdeckgo-docs/issues/7)) | ||
* add chapter "publish" ([#6](https://github.com/deckgo/deckdeckgo-docs/issues/6)) | ||
* improve chapter "theming" ([#5](https://github.com/deckgo/deckdeckgo-docs/issues/5)) | ||
* add chapter "running" ([#4](https://github.com/deckgo/deckdeckgo-docs/issues/4)) | ||
* add chapter "remote control" ([#3](https://github.com/deckgo/deckdeckgo-docs/issues/3)) | ||
* add chapter "open source and repos" ([#2](https://github.com/deckgo/deckdeckgo-docs/issues/2)) |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 DeckDeckGo team | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,27 @@ | ||
# DeckDeckGo - Docs | ||
|
||
This project is the documentation of [DeckDeckGo]. | ||
|
||
The documentation is written in markdown and developed with the [Ionic PWA Toolkit](https://ionicframework.com/pwa/toolkit). | ||
|
||
## Table of contents | ||
|
||
- [Getting Started](#getting-started) | ||
- [License](#license) | ||
|
||
## Getting Started | ||
|
||
To develop and run this documentation locally, proceed as following: | ||
|
||
``` | ||
git clone https://github.com/deckgo/deckdeckgo | ||
cd deckdeckgo/docs | ||
npm install | ||
npm run start | ||
``` | ||
|
||
## License | ||
|
||
MIT © DeckDeckGo team | ||
|
||
[DeckDeckGo]: https://deckdeckgo.com |
Oops, something went wrong.