Skip to content

Commit 2ebb1d6

Browse files
feat: use docusaurus
1 parent 1c3fe07 commit 2ebb1d6

File tree

229 files changed

+2290
-12584
lines changed

Some content is hidden

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

229 files changed

+2290
-12584
lines changed

.eslintrc.js

-19
This file was deleted.

.gitignore

+12-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
.DS_Store
22

3-
# dependencies
43
node_modules
5-
build
6-
dist
7-
8-
# testing
9-
.coverage-report
104

11-
# misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
5+
lib/core/metadata.js
6+
lib/core/MetadataBlog.js
177

18-
npm-debug.log*
19-
yarn-debug.log*
20-
yarn-error.log*
8+
website/translated_docs
9+
website/build/
10+
website/yarn.lock
11+
website/node_modules
12+
website/i18n/*
2113

22-
# IDE
23-
.idea
14+
# 暂时隐藏 docker 配置
15+
docker-compose.yml
16+
.dockerignore
17+
Dockerfile

.prettierrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"bracketSpacing": true,
55
"trailingComma": "all",
66
"proseWrap": "preserve",
7-
"semi": true
8-
}
7+
"semi": false
8+
}

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ scripts:
2424
- yarn test
2525
- yarn build
2626
after_success:
27-
- ssh [email protected] -o StrictHostKeyChecking=no 'cd /var/www/jsapi/javascript-apis && git pull && yarn install && yarn build && cd docs/.vuepress && rm -rf ./build && cp -r ./dist ./build'
27+
- ssh [email protected] -o StrictHostKeyChecking=no 'cd /var/www/jsapi/javascript-apis/website && git pull && yarn install && yarn build && rm -rf ./dist && cp -r ./build ./dist'

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Yancey Inc.
3+
Copyright (c) 2019 Yancey Inc. and its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-40
This file was deleted.

builds/addComponents.js

-13
This file was deleted.

builds/delComponents.js

-18
This file was deleted.

builds/findMarkdown.js

-26
This file was deleted.

constants/templates/model.md

-24
This file was deleted.

0 commit comments

Comments
 (0)