Pārlūkot izejas kodu

chore: Merge branch 'main' into feat/appflowy_tauri_3

appflowy 2 gadi atpakaļ
vecāks
revīzija
85f36ad877

+ 0 - 52
.github/workflows/appflowy_editor_test.yml

@@ -1,52 +0,0 @@
-name: AppFlowyEditor test
-
-on:
-  push:
-    branches:
-      - "main"
-      - "release/*"
-
-  pull_request:
-    branches:
-      - "main"
-      - "release/*"
-    paths:
-      - "frontend/appflowy_flutter/packages/appflowy_editor/**"
-
-env:
-  CARGO_TERM_COLOR: always
-  FLUTTER_VERSION: "3.3.9"
-
-jobs:
-  tests:
-    strategy:
-      matrix:
-        os: [macos-latest, ubuntu-latest, windows-latest]
-
-    runs-on: ${{ matrix.os }}
-
-    steps:
-      - uses: actions/checkout@v2
-
-      - uses: subosito/flutter-action@v2
-        with:
-          channel: "stable"
-          flutter-version: ${{ env.FLUTTER_VERSION }}
-          cache: true
-
-      - name: Run FlowyEditor tests
-        working-directory: frontend/appflowy_flutter/packages/appflowy_editor
-        run: |
-          flutter pub get
-          flutter format --set-exit-if-changed .
-          flutter analyze .
-          flutter test --coverage
-
-      - uses: codecov/codecov-action@v3
-        with: 
-          name: appflowy_editor
-          flags: appflowy_editor
-          env_vars: ${{ matrix.os }}
-          fail_ci_if_error: true
-          verbose: true
-

+ 1 - 1
frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart

@@ -66,7 +66,7 @@ class BubbleActionList extends StatelessWidget {
               break;
               break;
             case BubbleAction.shortcuts:
             case BubbleAction.shortcuts:
               _launchURL(
               _launchURL(
-                  "https://github.com/AppFlowy-IO/AppFlowy-Docs/blob/main/essential-documentation/shortcuts.md");
+                  "https://appflowy.gitbook.io/docs/essential-documentation/shortcuts");
               break;
               break;
           }
           }
         }
         }