Skip to content

Commit

Permalink
refactor: restructure repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thipokch committed Apr 9, 2023
1 parent 17424f7 commit d36cc87
Show file tree
Hide file tree
Showing 13,962 changed files with 309,356 additions and 16,309 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
contents: write
defaults:
run:
working-directory: page/doc
working-directory: docs
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: page/doc/yarn.lock
cache-dependency-path: docs/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -44,7 +44,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./page/doc/build
publish_dir: ./docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/page/repo/assets/images/unself-logo-wordmark--light.svg#gh-light-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/page/repo/assets/images/unself-logo-wordmark--dark.svg#gh-dark-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/docs/static/img/unself-logo-wordmark--light.svg#gh-light-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/docs/static/img/unself-logo-wordmark--dark.svg#gh-dark-mode-only"/>
</p>

<h2 align="center">Make Your Data Yours.</h2>
Expand Down
40 changes: 0 additions & 40 deletions app/.vscode/launch.json

This file was deleted.

5 changes: 0 additions & 5 deletions app/unself/analysis_options.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions app/unself/lib/src/app/app.dart

This file was deleted.

4 changes: 0 additions & 4 deletions app/unself/lib/unself_app.dart

This file was deleted.

62 changes: 0 additions & 62 deletions app/unself/pubspec.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions app/unself/pubspec_overrides.yaml

This file was deleted.

1 change: 0 additions & 1 deletion common/model/analysis_options.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions common/model/lib/src/base/base.dart

This file was deleted.

46 changes: 0 additions & 46 deletions common/model/lib/src/base/edge.dart

This file was deleted.

Loading

0 comments on commit d36cc87

Please sign in to comment.