Skip to content

Commit

Permalink
chore: deploy pages for 355d348
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Jan 6, 2025
0 parents commit 9db7f84
Show file tree
Hide file tree
Showing 173 changed files with 8,850 additions and 0 deletions.
27 changes: 27 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Compas</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/assets/style.CLItmB8K.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">

<script type="module" src="/assets/app.WenAEt8D.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="theme-color" content="#3EAF7C">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"changelog.md\":\"DusQw9OB\",\"contributing.md\":\"CuBLMZiX\",\"docs_actions-and-defaults.md\":\"Cycf0gU0\",\"docs_continuous-integration.md\":\"CCO-2qKx\",\"docs_getting-started.md\":\"8qOZnuuT\",\"docs_integrations_docker.md\":\"GlQUi_R5\",\"docs_integrations_lint.md\":\"Bb1UnxPX\",\"docs_integrations_migrations.md\":\"BD2Tcihp\",\"docs_what-is-compas.md\":\"B8cUWCjs\",\"docs_workspaces.md\":\"DWBQqYz3\",\"examples.md\":\"Czpe-p8s\",\"examples_crud-basic.md\":\"DGtjMnr-\",\"examples_crud-inline.md\":\"CRolbn22\",\"examples_crud-nested.md\":\"CUQzikRe\",\"examples_default.md\":\"ION5DC6d\",\"examples_file-handling.md\":\"CnyxdqSl\",\"examples_react-fetch.md\":\"C5eE29Kc\",\"examples_with-auth.md\":\"CknvB-v9\",\"features_background-jobs.md\":\"B1aDgh9C\",\"features_cli.md\":\"DKogcLeR\",\"features_config-files.md\":\"CZCOfYkZ\",\"features_extending-the-cli.md\":\"Cx69K2Tf\",\"features_file-handling.md\":\"CIvN8Xnt\",\"features_getting-started.md\":\"sTQ67XFI\",\"features_http-server.md\":\"B8WY5Iio\",\"features_logger-and-events.md\":\"NXuHJxSq\",\"features_migrations.md\":\"C_hktjCX\",\"features_postgres-and-s3.md\":\"DxzEqDnj\",\"features_session-handling.md\":\"BDgNACOx\",\"features_test-and-bench-runner.md\":\"S66zssjG\",\"features_typescript-setup.md\":\"D0daZg68\",\"generators_build-structure_crud.md\":\"Dp1ydcf4\",\"generators_build-structure_entities.md\":\"BYhxAtqH\",\"generators_build-structure_routes.md\":\"C7nyCRO-\",\"generators_build-structure_types-and-validators.md\":\"DOmiHdYr\",\"generators_importing-structure.md\":\"w-u8t-Gq\",\"generators_introduction.md\":\"CLe8ReXm\",\"generators_targets.md\":\"DjjXIW9l\",\"generators_usage_axios-api-client.md\":\"sKeczFa6\",\"generators_usage_js-postgres.md\":\"DagewWHZ\",\"generators_usage_koa-router.md\":\"DSYWfUMB\",\"index.md\":\"DhRFaxKS\",\"references_cli.md\":\"D0l6n-Yr\",\"references_compas-config.md\":\"JFkJDtti\",\"references_store.md\":\"CLLv6bqd\",\"releases_code-gen-migration.md\":\"Cifd6evu\",\"releases_index.md\":\"CMzG34kE\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Compas\",\"description\":\"Unified backend tooling for Node.js & typed API client generators for JavaScript, TypeScript, etc.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/compas-icon.svg\",\"siteTitle\":\"Compas\",\"editLink\":{\"pattern\":\"https://github.com/compasjs/compas/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"search\":{\"provider\":\"local\"},\"nav\":[{\"text\":\"Docs\",\"link\":\"/generators/introduction.html\",\"activeMatch\":\"/generators|features|references/\"},{\"text\":\"Examples\",\"link\":\"/examples.html\",\"activeMatch\":\"/example/\"},{\"text\":\"Changelog\",\"link\":\"/changelog\"},{\"text\":\"Release notes\",\"link\":\"/releases/index.html\",\"activeMatch\":\"/releases/\"}],\"sidebar\":{\"/releases/\":[{\"text\":\"Migrating to the new code-gen\",\"link\":\"/releases/code-gen-migration.html\"}],\"/\":[{\"text\":\"Generators\",\"collapsed\":false,\"items\":[{\"text\":\"Introduction\",\"link\":\"/generators/introduction.html\"},{\"text\":\"Targets\",\"link\":\"/generators/targets.html\"},{\"text\":\"Generating from an structure\",\"link\":\"/generators/importing-structure.html\"},{\"text\":\"Build a custom structure\",\"collapsed\":false,\"items\":[{\"text\":\"Types and validators\",\"link\":\"/generators/build-structure/types-and-validators.html\"},{\"text\":\"Routes\",\"link\":\"/generators/build-structure/routes.html\"},{\"text\":\"Entities\",\"link\":\"/generators/build-structure/entities.html\"},{\"text\":\"Generating CRUD routes\",\"link\":\"/generators/build-structure/crud.html\"}]},{\"text\":\"Using the generated code\",\"collapsed\":false,\"items\":[{\"text\":\"Koa router\",\"link\":\"/generators/usage/koa-router.html\"},{\"text\":\"Axios API client\",\"link\":\"/generators/usage/axios-api-client.html\"},{\"text\":\"Postgres database client\",\"link\":\"/generators/usage/js-postgres.html\"}]}]},{\"text\":\"Features\",\"collapsed\":false,\"items\":[{\"text\":\"Getting started\",\"link\":\"/features/getting-started.html\"},{\"text\":\"CLI\",\"link\":\"/features/cli.html\"},{\"text\":\"Typescript setup\",\"link\":\"/features/typescript-setup.html\"},{\"text\":\"Logger & events\",\"link\":\"/features/logger-and-events.html\"},{\"text\":\"Configuration files\",\"link\":\"/features/config-files.html\"},{\"text\":\"Testing and benchmarking\",\"link\":\"/features/test-and-bench-runner.html\"},{\"text\":\"HTTP server\",\"link\":\"/features/http-server.html\"},{\"text\":\"Postgres and S3\",\"link\":\"/features/postgres-and-s3.html\"},{\"text\":\"Postgres migrations\",\"link\":\"/features/migrations.html\"},{\"text\":\"Background jobs\",\"link\":\"/features/background-jobs.html\"},{\"text\":\"Session handling\",\"link\":\"/features/session-handling.html\"},{\"text\":\"File handling\",\"link\":\"/features/file-handling.html\"},{\"text\":\"Extending the CLI\",\"link\":\"/features/extending-the-cli.html\"}]},{\"text\":\"Docs (alpha)\",\"collapsed\":true,\"items\":[{\"text\":\"What is Compas?\",\"link\":\"/docs/what-is-compas.html\"},{\"text\":\"Getting started\",\"link\":\"/docs/getting-started.html\"},{\"text\":\"Actions and defaults\",\"link\":\"/docs/actions-and-defaults.html\"},{\"text\":\"Workspaces\",\"link\":\"/docs/workspaces.html\"},{\"text\":\"Integrations\",\"collapsed\":false,\"items\":[{\"text\":\"Lint\",\"link\":\"/docs/integrations/lint.html\"},{\"text\":\"Docker\",\"link\":\"/docs/integrations/docker.html\"},{\"text\":\"Migrations\",\"link\":\"/docs/integrations/migrations.html\"}]},{\"text\":\"Continuous Integration\",\"link\":\"/docs/continuous-integration.html\"}]},{\"text\":\"Examples\",\"collapsed\":true,\"items\":[{\"text\":\"Introduction\",\"link\":\"/examples.html\"},{\"text\":\"Crud basic\",\"link\":\"/examples/crud-basic.html\"},{\"text\":\"Crud inline\",\"link\":\"/examples/crud-inline.html\"},{\"text\":\"Crud nested\",\"link\":\"/examples/crud-nested.html\"},{\"text\":\"Default\",\"link\":\"/examples/default.html\"},{\"text\":\"File handling\",\"link\":\"/examples/file-handling.html\"},{\"text\":\"React fetch\",\"link\":\"/examples/react-fetch.html\"},{\"text\":\"With auth\",\"link\":\"/examples/with-auth.html\"}]},{\"text\":\"References\",\"collapsed\":true,\"items\":[{\"text\":\"Compas configuration\",\"link\":\"/references/compas-config.html\"},{\"text\":\"CLI Reference\",\"link\":\"/references/cli.html\"},{\"text\":\"@compas/store migrations\",\"link\":\"/references/store.html\"}]}]},\"outline\":[2,5],\"outlineBadges\":true,\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/compasjs/compas\"}],\"footer\":{\"message\":\"Released under the <a href=\\\"https://github.com/compasjs/compas/blob/main/LICENSE\\\">MIT License</a>.\",\"copyright\":\"Copyright © 2019-present <a href=\\\"https://github.com/dirkdev98\\\">Dirk de Visser</a>\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compasjs.com
1 change: 1 addition & 0 deletions assets/app.WenAEt8D.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions assets/changelog.md.DusQw9OB.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions assets/changelog.md.DusQw9OB.lean.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/chunks/@localSearchIndexroot.Mgq1FVfL.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/chunks/VPLocalSearchBox.BR3doYA1.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/chunks/framework.Co4PEow0.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/chunks/theme.BkZoAjjm.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/contributing.md.CuBLMZiX.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9db7f84

Please sign in to comment.