Skip to content

Commit c7f4eb9

Browse files
fixed build issue
0 parents  commit c7f4eb9

File tree

351 files changed

+7944
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+7944
-0
lines changed

.gitbook/assets/2.png

2.69 KB
44.7 KB
43.4 KB
6.48 KB
6.73 KB

.gitbook/assets/accordion.png

107 KB

.gitbook/assets/allignment-3x.png

8.47 KB
2.04 MB
2.09 MB
4.47 MB
1.56 MB

.gitbook/assets/animation-scaling.gif

1.35 MB

.gitbook/assets/animation-size.gif

1.12 MB

.gitbook/assets/animation-slide.gif

967 KB

.gitbook/assets/appbar-3.png

2.02 KB
5.51 KB

.gitbook/assets/avatar-circular.png

6.92 KB

.gitbook/assets/basic-alert-2x.png

11.9 KB

.gitbook/assets/basic-checkbox.png

10.5 KB
12.1 KB
12.1 KB

.gitbook/assets/block-2x.png

1.68 KB

.gitbook/assets/block-button-2x.png

2.31 KB

.gitbook/assets/block-buttons-2x.png

3.93 KB
3.01 KB
5.31 KB
5.31 KB
4.23 MB

.gitbook/assets/buttons-3x.png

61.7 KB
132 KB
38.2 KB
78.9 KB

.gitbook/assets/circular-checkbox.png

13.9 KB
3.21 KB
7.01 KB

.gitbook/assets/custom-1.png

4.73 KB

.gitbook/assets/custom-2.png

4.15 KB

.gitbook/assets/custom-checkbox.png

9.7 KB

.gitbook/assets/custom.png

5.54 KB
11.5 KB

.gitbook/assets/custom_radio_1.png

11.5 KB
12.2 KB

.gitbook/assets/custom_radio_2.png

12.2 KB

.gitbook/assets/dashed-border-3x.png

324 KB
7.49 KB
1.91 KB
1.59 KB

.gitbook/assets/dashed-border.png

53 KB

.gitbook/assets/dashed-borders-3x.png

10.6 KB
3.86 KB
2.72 KB
3.84 KB
3.43 KB
172 KB
223 KB

.gitbook/assets/dotted-border-3x.png

324 KB

.gitbook/assets/dotted-borders-3x.png

10.6 KB

.gitbook/assets/full-width-2x.png

1.97 KB
1.21 KB
1.97 KB

.gitbook/assets/fullwidth-2x.png

835 Bytes
1.46 KB
1.46 KB

.gitbook/assets/github-settings-2.png

433 KB
1.09 MB

.gitbook/assets/image-circular.png

79.7 KB

.gitbook/assets/image-overlay.png

100 KB
4.31 MB

.gitbook/assets/introscreens-half.gif

2.59 MB

.gitbook/assets/ios-loaders-2x.png

3.22 KB

.gitbook/assets/ios.png

28 KB
967 Bytes

.gitbook/assets/link-share.png

532 KB

.gitbook/assets/outline-2x-2x-1.png

2.76 KB

.gitbook/assets/outline-2x-2x-2.png

2.76 KB

.gitbook/assets/outline-2x-2x.png

2.32 KB
3.55 KB
4.71 KB

.gitbook/assets/outline-2x.png

2.32 KB
6.32 KB
6.32 KB
3.59 KB
3.59 KB
4.59 KB
4.59 KB
8.01 KB
6.01 KB

.gitbook/assets/pills-disabled-2x.png

4.56 KB
5.43 KB
3.24 KB
7.45 KB
8.63 KB
4.45 KB

.gitbook/assets/pills-outline-2x.png

4.47 KB
7.65 KB
10.3 KB
6.3 KB
7.39 KB

.gitbook/assets/radiolist-tile-3x.png

47.1 KB

.gitbook/assets/ratings-2x.png

11.3 KB

.gitbook/assets/rotation-3x.png

24.7 KB

.gitbook/assets/scaling-3x.png

8.57 KB

.gitbook/assets/search-bar-2.png

6.16 KB
4.91 KB

.gitbook/assets/size-3x.png

7.1 KB

.gitbook/assets/slide-3x.png

20.6 KB
90.7 KB
5.7 KB
4.07 KB

.gitbook/assets/solid-border-3x.png

323 KB

.gitbook/assets/solid-border.png

52.8 KB

.gitbook/assets/solid-borders-3x.png

8.86 KB

.gitbook/assets/solid-button-2x.png

2.7 KB
3.61 KB
4.37 KB

.gitbook/assets/square-2x.png

90.1 KB
3.69 KB

.gitbook/assets/square-checkbox.png

10 KB
2.28 KB
3.72 KB
2.22 KB
3.14 KB
4.83 KB
4.79 KB
10.2 KB
4.05 KB

.gitbook/assets/square-solid-2x.png

2.24 KB
4.92 KB

.gitbook/assets/square.png

1.93 KB
433 Bytes
4.16 KB
102 KB
3.85 KB
2.48 KB
5.17 KB
5.07 KB
5.41 KB
5.74 MB
3.93 MB
12.1 MB

.gitbook/assets/tabs-2x.png

3.36 KB
26.6 KB

.gitbook/assets/toasts-2x-1.png

110 KB

.gitbook/assets/toasts-2x.png

100 KB

.gitbook/assets/toggles-2x.png

140 KB
2.18 KB
3.09 KB
3.15 KB

.gitbook/assets/with-icon-2x.png

2.12 KB

.gitbook/assets/with-image-2x.png

39.7 KB

.github/workflows/main.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Deploy production site
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v1
13+
- name: Navigate to repo
14+
run: cd $GITHUB_WORKSPACE
15+
- uses: actions/setup-node@v1
16+
with:
17+
node-version: "10.x"
18+
- name: Install deps
19+
run: npm install
20+
- name: Build docs
21+
run: npm run build
22+
- name: Publish
23+
uses: cloudflare/[email protected]
24+
with:
25+
apiToken: ${{ secrets.APITOKEN }}

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/dist
2+
/node_modules/
3+
/package-lock.json
4+
/build/node_modules/
5+
/build/package-lock.json
6+
.idea
7+
.DS_Store
8+
/src/.vuepress/dist

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pids
2+
logs
3+
node_modules
4+
npm-debug.log
5+
coverage/
6+
run
7+
dist
8+
.DS_Store
9+
.nyc_output
10+
.basement
11+
config.local.js
12+
basement_dist

README.md

Lines changed: 37 additions & 0 deletions

SUMMARY.md

Lines changed: 46 additions & 0 deletions

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "getwidgt-documentation-site",
3+
"version": "0.0.1",
4+
"description": "documentation of getwidget flutter library",
5+
"main": "index.js",
6+
"authors": {
7+
"name": "Aditya Koushik R",
8+
"email": "[email protected]"
9+
},
10+
"repository": "/getwidgt-documentation-site",
11+
"scripts": {
12+
"dev": "vuepress dev src",
13+
"build": "vuepress build src"
14+
},
15+
"license": "MIT",
16+
"devDependencies": {
17+
"@vuepress/plugin-google-analytics": "^1.8.2",
18+
"google-fonts-webpack-plugin": "^0.4.4",
19+
"vuepress": "^1.5.3",
20+
"vuepress-plugin-autometa": "^0.1.13",
21+
"vuepress-plugin-clean-urls": "^1.1.2"
22+
},
23+
"dependencies": {
24+
"@mr-hope/vuepress-plugin-copy-code": "^1.20.1",
25+
"@vuepress/plugin-pwa": "^1.8.2",
26+
"vuepress-plugin-img-lazy": "^1.0.4",
27+
"vuepress-theme-book": "0.0.6"
28+
}
29+
}

0 commit comments

Comments
 (0)