Skip to content

Commit

Permalink
deploy: 0c95618
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Sep 29, 2024
1 parent d03f031 commit 6101074
Show file tree
Hide file tree
Showing 186 changed files with 221,634 additions and 221,620 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,15 @@ document.addEventListener("keydown", (e) => {
if (e.key === "Escape") {
ftd.set_value("ui.fifthtry.com/components/editor/vars#command-k", false);
ide_clear_context_menu();
} else if (e.key === "Enter" && (e.metaKey || e.ctrlKey)) {
ide_open_command_k("update-preview");
// if shift is pressed, execute the command
if (e.shiftKey) run_parser();
e.preventDefault();
} else if (e.key === "s" && (e.metaKey || e.ctrlKey)) {
ide_open_command_k("push-file " + ftd.get_value("ui.fifthtry.com/components/editor/vars#current-file"));
// if shift is pressed, execute the command
if (e.shiftKey) run_parser();
e.preventDefault();
} else if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
e.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion -/ui.fifthtry.com/components/editor/editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion -/ui.fifthtry.com/components/editor/editor-bundle.js.map

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/authenticate-user/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/create-site-action/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/create-user/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/package-actions/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/domains/add-domain/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/domains/delete-domain/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/domains/make-primary-domain/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/domains/re-check-domain/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/editor/create-file/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/editor/delete-file/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/editor/open-file/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/editor/save-file/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/editor/upload-file/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/github/configure/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/github/reconfigure/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/github/remove-github-access/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/settings/basic/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/settings/environment/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/tokens/create-token/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/sites/tokens/delete-token/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/storybook/navigate/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/user/create-org-action/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/user/create-site-action/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/user/recover-password/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions actions/user/set-password/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions cards/onboarding-employee/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/about/product/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/about/team-member/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/auth-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/avatar/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/blog/blog-authors/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/blog/blog-home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/blog/blog-post/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/blog/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/dark-mode-toggle/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/download-button/index.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions components/editor/command-k/command-editor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,15 @@ document.addEventListener("keydown", (e) => {
if (e.key === "Escape") {
ftd.set_value("ui.fifthtry.com/components/editor/vars#command-k", false);
ide_clear_context_menu();
} else if (e.key === "Enter" && (e.metaKey || e.ctrlKey)) {
ide_open_command_k("update-preview");
// if shift is pressed, execute the command
if (e.shiftKey) run_parser();
e.preventDefault();
} else if (e.key === "s" && (e.metaKey || e.ctrlKey)) {
ide_open_command_k("push-file " + ftd.get_value("ui.fifthtry.com/components/editor/vars#current-file"));
// if shift is pressed, execute the command
if (e.shiftKey) run_parser();
e.preventDefault();
} else if (e.key === "k" && (e.metaKey || e.ctrlKey)) {
e.preventDefault();
Expand Down
2,476 changes: 1,238 additions & 1,238 deletions components/editor/command-k/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/editor/editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/editor/editor-bundle.js.map

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/left-gutter/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/main-editor/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/panels/package/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/panels/preview/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/right-gutter/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/status-bar/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/top-bar/file-switcher/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/top-bar/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/top-bar/package-switcher/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/editor/vars/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/featured-templates/page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/featured-templates/template-view/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/footer/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/header-message/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/header/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/label/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/language-switcher/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/code-preview/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/create-site/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/editor/browser/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/editor/create-file-ui/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/editor/edit-ui/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/editor/upload-file-ui/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/file-browser/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/file-tree/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/header/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/setting/page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/show-site-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/site-domain-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/sites/token-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/university/show-course-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/user/header/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions components/user/page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions ds/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions i18n/en/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions i18n/hi/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@
},
"components/editor/command-k/command-editor.mjs": {
"name": "components/editor/command-k/command-editor.mjs",
"checksum": "4AAB0433F797EA5933A2E40F1E43A3536FCA8480C234AF04082474283D4AE578",
"size": 4810
"checksum": "7AB7AA7595FC9E218B4789B7A84C32607BC5090A1E556D50D7F853768FF4BE9C",
"size": 5128
},
"components/editor/command-k/command.grammar": {
"name": "components/editor/command-k/command.grammar",
Expand All @@ -1107,13 +1107,13 @@
},
"components/editor/editor-bundle.js": {
"name": "components/editor/editor-bundle.js",
"checksum": "CC3BF5526D69080963EBC035A037AC9A0E748CBEF025D4473B5278232C20DEB2",
"size": 655615
"checksum": "D7FE9291550A686E445CC6207B3EAC830E922FB0285B7D6BE695BC2E5342FEFF",
"size": 655747
},
"components/editor/editor-bundle.js.map": {
"name": "components/editor/editor-bundle.js.map",
"checksum": "8AEC797108150725A3A6F800BC8CF1BEA6891E3995E19BE54AC85400CAE70059",
"size": 2403398
"checksum": "D9851F3947C7D48FFF84521A64557BF600D52A29E1C47A59FE1B2ED3718D8808",
"size": 2403858
},
"components/editor/editor.css": {
"name": "components/editor/editor.css",
Expand Down Expand Up @@ -1892,5 +1892,5 @@
}
},
"zip_url": "https://codeload.github.com/fifthtry/ui/zip/refs/heads/main",
"checksum": "63795D063B6DB99239B19F8302D5ABF23EAEB123D1DD413567A9FB198B055ED2"
"checksum": "D7B8C6855310D705E81264CB846D35E0981C3BF8F07355ADA38802151C74AC61"
}
2,476 changes: 1,238 additions & 1,238 deletions pages/about/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/about/pricing/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/about/privacy/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/about/team/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/about/terms/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/blogs/authors/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/blogs/home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/blogs/launch/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/card/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/change-password/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/db/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/featured-templates/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/featured-templates/template/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/forgot-password/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/history/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/history/single-change/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/home/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions pages/ide/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/org/create-site/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/org/dashboard/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/packages/home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/password-recovery/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/signin/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/signup/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/editor/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/configure-github/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/domains/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/environments/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/github-configured/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/github/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/setting/tokens/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/sites/site-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/university/course/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/university/home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/university/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/user/create-org/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/user/create-site/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions pages/user/dashboard/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/link/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/package/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/sites/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/storybook/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/templates-list/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions records/user-data/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/logged-in-about/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/logged-in-team/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/pricing/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/privacy-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/team-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/about/terms-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/blogs/blog-post/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/blogs/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/cards/onboarding-ishaan/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/change-password/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-1/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-2/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-3/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-4/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-5/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-6/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-7/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/coming-soon/coming-soon-8/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/linktree/linktree-1/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/linktree/linktree-2/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/linktree/linktree-3/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/featured-template/linktree/linktree-4/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/forgot-password/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions scenarios/history/document/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions scenarios/history/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/history/single/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions scenarios/ide/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/john-doe/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/logged-in-home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/logged-out-home/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/org/dashboard/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/packages/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/packages/with-query/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/password-recovery/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/scenario-site/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/signin-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/signup-page/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions scenarios/sites/editor/image-preview/index.html

Large diffs are not rendered by default.

2,478 changes: 1,239 additions & 1,239 deletions scenarios/sites/editor/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/configure-github/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/domains/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/environments/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/github-configured/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/github/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/setting/tokens/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/site-info/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/sites/top-message/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/university/f4e-course/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/university/home-page/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/user/create-org/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/user/create-site/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions scenarios/user/dashboard/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions site-data/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions utils/index.html

Large diffs are not rendered by default.

2,476 changes: 1,238 additions & 1,238 deletions web-components/index.html

Large diffs are not rendered by default.

0 comments on commit 6101074

Please sign in to comment.