This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/packages/imagetools/docs
2025-03-07 14:59:06 +01:00
..
public init from site 2025-03-07 14:59:06 +01:00
src init from site 2025-03-07 14:59:06 +01:00
.npmrc init from site 2025-03-07 14:59:06 +01:00
.stackblitzrc init from site 2025-03-07 14:59:06 +01:00
astro.config.mjs init from site 2025-03-07 14:59:06 +01:00
auto-imports.d.ts init from site 2025-03-07 14:59:06 +01:00
package.json init from site 2025-03-07 14:59:06 +01:00
README.md init from site 2025-03-07 14:59:06 +01:00
sandbox.config.json init from site 2025-03-07 14:59:06 +01:00
tsconfig.json init from site 2025-03-07 14:59:06 +01:00

Astro ImageTools Docs Astro logo

To all who come to this happy place: welcome.

This is the repo for https://astro-imagetools-docs.vercel.app/. This repo contains all the source code to build the docs site.

We are Astro

Astro is a site builder for the web platform. We want everyone to be successful building sites, and that means helping everyone understand how Astro works.

You are Awesome

You can also help make the docs awesome. Your feedback is welcome. Your writing, editing, translating, designing, and developing skills are welcome. You being a part of our community is welcome.

Chat with Us

You can learn more about Astro, get support, and meet other devs in our Discord community.

Raise an Issue

Is something missing? Is something wrong? Could something be better? Issues are a quick way for you to offer us feedback about the docs.

Before you share, please see if your issue has already been reported.

Edit a Page

Every page on https://astro-imagetools-docs.vercel.app/ has an Edit this page button in the sidebar. You can click that button to edit the source code for that page in GitHub.

After you make your changes, click Commit changes. This will automatically create a fork of the docs in your GitHub account with the changes.

Once your edits are ready in GitHub, follow the prompts to create a pull request and submit your changes for review.

Develop

To begin developing locally, checkout this project from your machine.

git clone git@github.com:RafidMuhymin/astro-imagetools.git

You can install and run the project locally using pnpm. Head to the pnpm installation guide to get that set up. Then, run the following from your terminal:

pnpm install

pnpm dev

If youre copying these instructions, remember to configure this project as a fork.

git remote add upstream git@github.com:RafidMuhymin/astro-imagetools.git

At any point, create a branch for your contribution. We are not strict about branch names.

git checkout -b add/klingon-language

Thats it. As you open a pull request, please include a clear title and description.

# Add Klingon language to Getting Started page

This adds the Klingon language and also updates the sidebar and language selection components.

Thank you for helping make the docs awesome. And please, come chat with us if you have any questions.

Deploy

Every pull request generates a preview using Vercel for anyone to see.

Use the Deploy Preview of your pull request to review and share your changes.

The docs site will be automatically updated whenever pull requests are merged.

Next Steps