Skip to content

Commit

Permalink
chore: qwik.builder.io -> qwik.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Mar 20, 2024
1 parent ae7f126 commit 9da7616
Show file tree
Hide file tree
Showing 154 changed files with 277 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: 🤔 Support Question
url: https://qwik.builder.io/chat
url: https://qwik.dev/chat
about: This issue tracker is not for support questions. Please post your question on the Discord chat.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<h1 align="center">Instant-loading web apps, without effort</h1>

Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and [pickup from where the server left off](https://qwik.builder.io/docs/concepts/resumable/).
Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and [pickup from where the server left off](https://qwik.dev/docs/concepts/resumable/).

As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://qwik.builder.io/docs/concepts/progressive/) is what makes Qwik so quick.
As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://qwik.dev/docs/concepts/progressive/) is what makes Qwik so quick.

## Getting Started

Expand All @@ -35,23 +35,23 @@ yarn create qwik@latest
bun create qwik@latest
```

- Understand the difference between [resumable and replayable](https://qwik.builder.io/docs/concepts/resumable/) applications.
- Learn about Qwik's high level [mental model](https://qwik.builder.io/docs/concepts/think-qwik/).
- Understand the difference between [resumable and replayable](https://qwik.dev/docs/concepts/resumable/) applications.
- Learn about Qwik's high level [mental model](https://qwik.dev/docs/concepts/think-qwik/).

## Resources

- [Docs](https://qwik.builder.io/)
- [Examples](https://qwik.builder.io/examples/introduction/hello-world/)
- [Tutorials](https://qwik.builder.io/tutorial/welcome/overview/)
- [Videos](https://qwik.builder.io/media/#videos)
- [Podcasts](https://qwik.builder.io/media/#podcasts)
- [Presentations](https://qwik.builder.io/media/#presentations)
- [Blogs](https://qwik.builder.io/media/#blogs)
- [Docs](https://qwik.dev/)
- [Examples](https://qwik.dev/examples/introduction/hello-world/)
- [Tutorials](https://qwik.dev/tutorial/welcome/overview/)
- [Videos](https://qwik.dev/media/#videos)
- [Podcasts](https://qwik.dev/media/#podcasts)
- [Presentations](https://qwik.dev/media/#presentations)
- [Blogs](https://qwik.dev/media/#blogs)

## Community

- Ping us at [@QwikDev](https://twitter.com/QwikDev)
- Join our [Discord](https://qwik.builder.io/chat) community
- Join our [Discord](https://qwik.dev/chat) community
- Join all the [other community groups](https://qwikcommunity.com)

## Development
Expand Down
4 changes: 2 additions & 2 deletions packages/create-qwik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ console.log(result);
## Community

- Ping us at [@QwikDev](https://twitter.com/QwikDev)
- Join our [Discord](https://qwik.builder.io/chat) community
- Join our [Discord](https://qwik.dev/chat) community

## Related

- [Qwik](https://qwik.builder.io/)
- [Qwik](https://qwik.dev/)
- [Partytown](https://partytown.builder.io)
- [Mitosis](https://github.com/BuilderIO/mitosis)
- [Builder.io](https://github.com/BuilderIO/)
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"index.cjs",
"starters/"
],
"homepage": "https://qwik.builder.io/",
"homepage": "https://qwik.dev/",
"keywords": [
"builder.io",
"generator",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/src/helpers/logAppCreated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function logAppCreated(pkgManager: string, result: CreateAppResult, ranIn
outString.push(logSuccessFooter(result.docs));

outString.push(`👀 ${cyan('Presentations, Podcasts and Videos:')}`);
outString.push(` https://qwik.builder.io/media/`);
outString.push(` https://qwik.dev/media/`);
outString.push(``);

outString.push(`🐰 ${cyan(`Next steps:`)}`);
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/adapters/cloudflare-pages/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default extendConfig(baseConfig, () => {
exclude: ['/demo/*', '/shop/*'],
origin:
(process.env.CF_PAGES_BRANCH !== 'main' ? process.env.CF_PAGES_URL : null) ??
'https://qwik.builder.io',
'https://qwik.dev',
},
}),
],
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/algolia.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index_name": "qwik",
"sitemap_urls": ["http://qwik.builder.io/sitemap.xml"],
"sitemap_urls": ["http://qwik.dev/sitemap.xml"],
"selectors": {
"lvl0": {
"selector": "header a.active",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"yarn": "please-use-pnpm",
"pnpm": ">=8.6.12"
},
"homepage": "https://qwik.builder.io/",
"homepage": "https://qwik.dev/",
"license": "MIT",
"packageManager": "pnpm@8.14.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow: /demo/
Allow: /
Sitemap: https://qwik.builder.io/sitemap.xml
Sitemap: https://qwik.dev/sitemap.xml
2 changes: 1 addition & 1 deletion packages/docs/scripts/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"tags": "portfolio"
},
{
"href": "https://qwik.builder.io",
"href": "https://qwik.dev",
"tags": "site",
"repo": "https://github.com/BuilderIO/qwik/tree/main/packages/docs"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/components/builder-content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default component$<{
options: getBuilderSearchParams(query),
userAttributes: {
urlPath: location.url.pathname,
site: 'qwik.builder.io',
site: 'qwik.dev',
},
...(contentId && {
query: {
Expand Down Expand Up @@ -114,7 +114,7 @@ export async function getBuilderContent({
);
qwikUrl.searchParams.set('apiKey', apiKey);
qwikUrl.searchParams.set('userAttributes.urlPath', urlPath);
qwikUrl.searchParams.set('userAttributes.site', 'qwik.builder.io');
qwikUrl.searchParams.set('userAttributes.site', 'qwik.dev');
if (cacheBust) {
qwikUrl.searchParams.set('cachebust', 'true');
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/code-sandbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default component$<{
target="_blank"
class="url-link text-ellipsis overflow-hidden"
>
{new URL(examplePath(exampleUrl), 'https://qwik.builder.io').toString()}
{new URL(examplePath(exampleUrl), 'https://qwik.dev').toString()}
</a>
</div>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const Header = component$(() => {
</a>
</li>
<li>
<a href="https://qwik.builder.io/chat" target="_blank" title="Discord">
<a href="https://qwik.dev/chat" target="_blank" title="Discord">
<span class="lg:hidden">Discord</span>
<span class="hidden lg:block">
<DiscordLogo width={22} height={22} />
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/on-this-page/on-this-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const OnThisPage = component$(() => {
icon: AlertIcon,
},
{
href: 'https://qwik.builder.io/chat',
href: 'https://qwik.dev/chat',
text: 'Join our community',
icon: ChatIcon,
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/components/qwik-gpt/gpt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Qwik Components

[Qwik](https://qwik.builder.io/) components are very similar to React components, they are functions that return JSX, but there are some main differences:
[Qwik](https://qwik.dev/) components are very similar to React components, they are functions that return JSX, but there are some main differences:

- Non of the React APIs are available, instead Qwik provides a set of hooks and components that are designed to work with Qwik.
- Components are always declared with the `component$` function.
Expand Down Expand Up @@ -123,4 +123,4 @@ export default component$(() => {
</>
);
});
```
```
2 changes: 1 addition & 1 deletion packages/docs/src/components/qwik-gpt/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export async function resolveContext(docsData: any[]) {
.slice(8, -1)
.filter((a) => !a.startsWith('('))
.join('/');
const docsURL = `https://qwik.builder.io/${parts}/`;
const docsURL = `https://qwik.dev/${parts}/`;
docsLines.push('FROM (' + docsURL + '):\n');
docsLines.push(...lines);
docsLines.push('');
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/routes/(ecosystem)/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
},
{
"title": "Discord",
"href": "https://qwik.builder.io/chat",
"href": "https://qwik.dev/chat",
"imgSrc": "/ecosystem/discord.svg"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"ttiScore": 0.98,
"ttiTime": 2618.5
},
"href": "https://qwik.builder.io",
"href": "https://qwik.dev",
"tags": "site",
"repo": "https://github.com/BuilderIO/qwik/tree/main/packages/docs"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
}
],
"kind": "Interface",
"content": "```typescript\nexport interface RequestEventBase<PLATFORM = QwikCityPlatform> \n```\n\n\n| Property | Modifiers | Type | Description |\n| --- | --- | --- | --- |\n| [basePathname](#) | <code>readonly</code> | string | The base pathname of the request, which can be configured at build time. Defaults to <code>/</code>. |\n| [cacheControl](#) | <code>readonly</code> | (cacheControl: [CacheControl](#cachecontrol)<!-- -->, target?: CacheControlTarget) =&gt; void | <p>Convenience method to set the Cache-Control header. Depending on your CDN, you may want to add another cacheControl with the second argument set to <code>CDN-Cache-Control</code> or any other value (we provide the most common values for auto-complete, but you can use any string you want).</p><p>See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control and https://qwik.builder.io/docs/caching/\\#CDN-Cache-Controls for more information.</p> |\n| [clientConn](#) | <code>readonly</code> | [ClientConn](#clientconn) | Provides information about the client connection, such as the IP address and the country the request originated from. |\n| [cookie](#) | <code>readonly</code> | [Cookie](#cookie) | <p>HTTP request and response cookie. Use the <code>get()</code> method to retrieve a request cookie value. Use the <code>set()</code> method to set a response cookie value.</p><p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies</p> |\n| [env](#) | <code>readonly</code> | [EnvGetter](#envgetter) | Platform provided environment variables. |\n| [headers](#) | <code>readonly</code> | Headers | <p>HTTP response headers. Notice it will be empty until you first add a header. If you want to read the request headers, use <code>request.headers</code> instead.</p><p>https://developer.mozilla.org/en-US/docs/Glossary/Response\\_header</p> |\n| [method](#) | <code>readonly</code> | string | <p>HTTP request method.</p><p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods</p> |\n| [params](#) | <code>readonly</code> | Readonly&lt;Record&lt;string, string&gt;&gt; | URL path params which have been parsed from the current url pathname segments. Use <code>query</code> to instead retrieve the query string search params. |\n| [parseBody](#) | <code>readonly</code> | () =&gt; Promise&lt;unknown&gt; | <p>This method will check the request headers for a <code>Content-Type</code> header and parse the body accordingly. It supports <code>application/json</code>, <code>application/x-www-form-urlencoded</code>, and <code>multipart/form-data</code> content types.</p><p>If the <code>Content-Type</code> header is not set, it will return <code>null</code>.</p> |\n| [pathname](#) | <code>readonly</code> | string | <p>URL pathname. Does not include the protocol, domain, query string (search params) or hash.</p><p>https://developer.mozilla.org/en-US/docs/Web/API/URL/pathname</p> |\n| [platform](#) | <code>readonly</code> | PLATFORM | Platform specific data and functions |\n| [query](#) | <code>readonly</code> | URLSearchParams | <p>URL Query Strings (URL Search Params). Use <code>params</code> to instead retrieve the route params found in the url pathname.</p><p>https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams</p> |\n| [request](#) | <code>readonly</code> | Request | HTTP request information. |\n| [sharedMap](#) | <code>readonly</code> | Map&lt;string, any&gt; | Shared Map across all the request handlers. Every HTTP request will get a new instance of the shared map. The shared map is useful for sharing data between request handlers. |\n| [signal](#) | <code>readonly</code> | AbortSignal | Request's AbortSignal (same as <code>request.signal</code>). This signal indicates that the request has been aborted. |\n| [url](#) | <code>readonly</code> | URL | HTTP request URL. |",
"content": "```typescript\nexport interface RequestEventBase<PLATFORM = QwikCityPlatform> \n```\n\n\n| Property | Modifiers | Type | Description |\n| --- | --- | --- | --- |\n| [basePathname](#) | <code>readonly</code> | string | The base pathname of the request, which can be configured at build time. Defaults to <code>/</code>. |\n| [cacheControl](#) | <code>readonly</code> | (cacheControl: [CacheControl](#cachecontrol)<!-- -->, target?: CacheControlTarget) =&gt; void | <p>Convenience method to set the Cache-Control header. Depending on your CDN, you may want to add another cacheControl with the second argument set to <code>CDN-Cache-Control</code> or any other value (we provide the most common values for auto-complete, but you can use any string you want).</p><p>See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control and https://qwik.dev/docs/caching/\\#CDN-Cache-Controls for more information.</p> |\n| [clientConn](#) | <code>readonly</code> | [ClientConn](#clientconn) | Provides information about the client connection, such as the IP address and the country the request originated from. |\n| [cookie](#) | <code>readonly</code> | [Cookie](#cookie) | <p>HTTP request and response cookie. Use the <code>get()</code> method to retrieve a request cookie value. Use the <code>set()</code> method to set a response cookie value.</p><p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies</p> |\n| [env](#) | <code>readonly</code> | [EnvGetter](#envgetter) | Platform provided environment variables. |\n| [headers](#) | <code>readonly</code> | Headers | <p>HTTP response headers. Notice it will be empty until you first add a header. If you want to read the request headers, use <code>request.headers</code> instead.</p><p>https://developer.mozilla.org/en-US/docs/Glossary/Response\\_header</p> |\n| [method](#) | <code>readonly</code> | string | <p>HTTP request method.</p><p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods</p> |\n| [params](#) | <code>readonly</code> | Readonly&lt;Record&lt;string, string&gt;&gt; | URL path params which have been parsed from the current url pathname segments. Use <code>query</code> to instead retrieve the query string search params. |\n| [parseBody](#) | <code>readonly</code> | () =&gt; Promise&lt;unknown&gt; | <p>This method will check the request headers for a <code>Content-Type</code> header and parse the body accordingly. It supports <code>application/json</code>, <code>application/x-www-form-urlencoded</code>, and <code>multipart/form-data</code> content types.</p><p>If the <code>Content-Type</code> header is not set, it will return <code>null</code>.</p> |\n| [pathname](#) | <code>readonly</code> | string | <p>URL pathname. Does not include the protocol, domain, query string (search params) or hash.</p><p>https://developer.mozilla.org/en-US/docs/Web/API/URL/pathname</p> |\n| [platform](#) | <code>readonly</code> | PLATFORM | Platform specific data and functions |\n| [query](#) | <code>readonly</code> | URLSearchParams | <p>URL Query Strings (URL Search Params). Use <code>params</code> to instead retrieve the route params found in the url pathname.</p><p>https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams</p> |\n| [request](#) | <code>readonly</code> | Request | HTTP request information. |\n| [sharedMap](#) | <code>readonly</code> | Map&lt;string, any&gt; | Shared Map across all the request handlers. Every HTTP request will get a new instance of the shared map. The shared map is useful for sharing data between request handlers. |\n| [signal](#) | <code>readonly</code> | AbortSignal | Request's AbortSignal (same as <code>request.signal</code>). This signal indicates that the request has been aborted. |\n| [url](#) | <code>readonly</code> | URL | HTTP request URL. |",
"editUrl": "https://github.com/BuilderIO/qwik/tree/main/packages/qwik-city/middleware/request-handler/types.ts",
"mdFile": "qwik-city.requesteventbase.md"
},
Expand Down
Loading

0 comments on commit 9da7616

Please sign in to comment.