Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Workers] (WIP) Assets #16610

Merged
merged 12 commits into from
Sep 26, 2024
Merged

[Workers] (WIP) Assets #16610

merged 12 commits into from
Sep 26, 2024

Conversation

tanushree-sharma
Copy link
Contributor

@tanushree-sharma tanushree-sharma commented Sep 3, 2024

No description provided.

src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/index.mdx Outdated Show resolved Hide resolved
Copy link

cloudflare-workers-and-pages bot commented Sep 3, 2024

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7d0c43d
Status: ✅  Deploy successful!
Preview URL: https://13f0d2fb.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://workers-assets.cloudflare-docs-7ou.pages.dev

View logs

@github-actions github-actions bot added product:workers Related to Workers product size/xl labels Sep 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/workers/wrangler/configuration/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/wrangler/configuration/
https://developers.cloudflare.com/d1/tutorials/build-an-api-to-access-d1/ https://workers-assets.cloudflare-docs-7ou.pages.dev/d1/tutorials/build-an-api-to-access-d1/
https://developers.cloudflare.com/d1/get-started/ https://workers-assets.cloudflare-docs-7ou.pages.dev/d1/get-started/
https://developers.cloudflare.com/workers/wrangler/api/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/wrangler/api/
https://developers.cloudflare.com/workers/static-assets/routing/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/static-assets/routing/
https://developers.cloudflare.com/kv/get-started/ https://workers-assets.cloudflare-docs-7ou.pages.dev/kv/get-started/
https://developers.cloudflare.com/workers/static-assets/get-started/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/static-assets/get-started/
https://developers.cloudflare.com/workers/static-assets/binding/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/static-assets/binding/
https://developers.cloudflare.com/workers/static-assets/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/static-assets/
https://developers.cloudflare.com/workers/static-assets/compatibility-matrix/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/static-assets/compatibility-matrix/
https://developers.cloudflare.com/workers/frameworks/framework-guides/astro/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/frameworks/framework-guides/astro/
https://developers.cloudflare.com/workers/frameworks/framework-guides/nuxt/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/frameworks/framework-guides/nuxt/
https://developers.cloudflare.com/workers/frameworks/framework-guides/qwik/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/frameworks/framework-guides/qwik/
https://developers.cloudflare.com/workers/frameworks/framework-guides/remix/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/frameworks/framework-guides/remix/
https://developers.cloudflare.com/workers/frameworks/framework-guides/solid/ https://workers-assets.cloudflare-docs-7ou.pages.dev/workers/frameworks/framework-guides/solid/

@kodster28
Copy link
Contributor

Hey hey, also since I was in there, slightly updated your PR to take advantage of built-in properties (title for code blocks) and new components (Filetree).

src/content/docs/workers/wrangler/commands.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/wrangler/commands.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/index.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/index.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
public/workers/frameworks/index.html Outdated Show resolved Hide resolved
Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 files reviewed, 3 outstanding issue(s) found.

src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/index.mdx Outdated Show resolved Hide resolved
@cloudflare cloudflare deleted a comment from hyperlint-ai bot Sep 18, 2024
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, 4 outstanding issue(s) found.

src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/platform/pricing.mdx Outdated Show resolved Hide resolved
@ToriLindsay
Copy link
Contributor

Hi @tanushree-sharma
Another option for the overall structure could be:

  • Frameworks
    • Overview
      • Intro (Currently in “Get Started”)
      • Supported frameworks
    • Static site
      • Create
      • Develop
      • Deploy
      • Configure
    • Dynamic site
      • Create
      • Develop
      • Deploy
      • Configure
    • Full-stack application
      • Create
      • Develop
      • Deploy

I'm still learning about the product so feel free to ignore if this doesn't make sense. Thought I'd start with the higher-level suggestion, but feel free to ping me for more granular copyedits when needed.

Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6 files reviewed, 3 outstanding issue(s) found.

src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
@tanushree-sharma
Copy link
Contributor Author

Thanks @ToriLindsay for the suggestion! Getting the content up and then let's play around with structure, see what flows the best.

src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/index.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/frameworks/get-started.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/configuration/assets.mdx Outdated Show resolved Hide resolved
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, 24 total issue(s) found.


Note:
This, and prior reviews, were resolved because we updated the style guide.
We'll leave a new review below.

args={"--type=web-framework --experimental"}
/>

<DirectoryListing folder="workers/frameworks/framework-guides" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi

Screenshot 2024-09-25 at 11 36 47 PM

docs keep looking better though

Copy link
Collaborator

@rita3ko rita3ko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple minor suggestions

src/content/docs/workers/wrangler/configuration.mdx Outdated Show resolved Hide resolved
src/content/docs/workers/static-assets/get-started.mdx Outdated Show resolved Hide resolved
GregBrimble and others added 11 commits September 25, 2024 23:03
* Create C3 Frameworks component and rename Typescript to TypeScript

* Rename deploy-via-c3 props

* Add some framework guides for Workers Assets

* Update deploy command docs

* Move stuff around a bit

* Final touch-ups
@GregBrimble GregBrimble merged commit e18ff71 into production Sep 26, 2024
14 checks passed
@GregBrimble GregBrimble deleted the workers-assets branch September 26, 2024 06:18
patriciasantaana pushed a commit that referenced this pull request Sep 26, 2024
* Assets docs

* Frameworks Guides (#17023)

* Create C3 Frameworks component and rename Typescript to TypeScript

* Rename deploy-via-c3 props

* Add some framework guides for Workers Assets

* Update deploy command docs

* Move stuff around a bit

* Final touch-ups

* Hide framework guides external link

* Fix a bunch of dead links

* compat-matrix

* content updates

* vitest limitation

* edits from feedback

* more content updates

* feedback

* small fix

* Greg's pass of assets docs

---------

Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>
Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>
elithrar pushed a commit that referenced this pull request Oct 15, 2024
* Assets docs

* Frameworks Guides (#17023)

* Create C3 Frameworks component and rename Typescript to TypeScript

* Rename deploy-via-c3 props

* Add some framework guides for Workers Assets

* Update deploy command docs

* Move stuff around a bit

* Final touch-ups

* Hide framework guides external link

* Fix a bunch of dead links

* compat-matrix

* content updates

* vitest limitation

* edits from feedback

* more content updates

* feedback

* small fix

* Greg's pass of assets docs

---------

Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>
Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ product:browser-rendering product:cloudflare-for-platforms product:cloudflare-one product:d1 D1: https://developers.cloudflare.com/d1/ product:developer-spotlight product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:fundamentals product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:kv product:learning-paths product:pages product:queues Cloudflare Queues: https://developers.cloudflare.com/queues product:r2 R2 object storage: https://developers.cloudflare.com/r2 product:radar product:vectorize Vectorize: https://developers.cloudflare.com/vectorize/ product:workers Related to Workers product product:workers-ai Workers AI: https://developers.cloudflare.com/workers-ai/ size/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants