Skip to content

Commit

Permalink
docs: enhance (#4884)
Browse files Browse the repository at this point in the history
- rename docs to site
- use dumi-theme-egg instead of local theme

Co-authored-by: Jeff Jing <zgayjjf@qq.com>
  • Loading branch information
thonatos and zgayjjf committed Mar 8, 2022
1 parent 76d014b commit 11bbd85
Show file tree
Hide file tree
Showing 150 changed files with 250 additions and 727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -32,4 +32,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/dist
publish_dir: ./site/dist
7 changes: 4 additions & 3 deletions .gitignore
Expand Up @@ -24,8 +24,9 @@ test/fixtures/apps/app-ts/**/*.js
test/fixtures/apps/app-ts-esm/**/*.js
test/fixtures/apps/app-ts-type-check/**/*.js

# docs
# site
site/dist
!site/public

.umi
.umi-production
docs/dist
!docs/public
38 changes: 0 additions & 38 deletions docs/.dumi/theme/layout.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions docs/config/config.ts

This file was deleted.

8 changes: 0 additions & 8 deletions docs/docs/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/docs/index.zh-CN.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/pages/home/components/Copyright/index.less

This file was deleted.

14 changes: 0 additions & 14 deletions docs/pages/home/components/Copyright/index.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions docs/pages/home/components/Features/index.less

This file was deleted.

33 changes: 0 additions & 33 deletions docs/pages/home/components/Features/index.tsx

This file was deleted.

111 changes: 0 additions & 111 deletions docs/pages/home/components/Intro/index.less

This file was deleted.

1 comment on commit 11bbd85

@vercel
Copy link

@vercel vercel bot commented on 11bbd85 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.