Skip to content

Commit

Permalink
Merge pull request #142 from barrel/feature/logo-update
Browse files Browse the repository at this point in the history
Remove the before volt name
  • Loading branch information
tuanpham-barrel authored Jun 25, 2024
2 parents 90c983d + 7cefd55 commit a3b1b62
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/AboutBarrel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="about-barrel__content">
<p>
The Volt - Shopify Vite Plugin was developed by Barrel.<br />
Volt - Shopify Vite Plugin was developed by Barrel.<br />
Barrel partners with brands to design, build, and optimize web experiences.
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/components/HomeCallout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BrandButtons from './BrandButtons.vue'
<div class="home-callout">
<div class="container">
<div class="home-callout-text">
Upgrade your Shopify theme with the Volt - Shopify Vite Plugin
Upgrade your Shopify theme with Volt - Shopify Vite Plugin
</div>
<BrandButtons />
</div>
Expand Down Expand Up @@ -67,4 +67,4 @@ import BrandButtons from './BrandButtons.vue'
font-size: 48px;
}
}
</style>
</style>
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
}
```

The Volt - Shopify Vite Plugin does not require you to specify the entry points for your theme. By default, it treats JavaScript and CSS files (including preprocessed
Volt - Shopify Vite Plugin does not require you to specify the entry points for your theme. By default, it treats JavaScript and CSS files (including preprocessed
languages such as TypeScript, JSX, TSX, and Sass) within the `frontend/entrypoints` folder in the root of your project as entry points for Vite.

```
Expand All @@ -96,7 +96,7 @@ Read the [Configuration Reference](/guide/configuration) of the Shopify Vite Plu

### Loading your Scripts and Styles

The Volt - Shopify Vite Plugin generates a `vite-tag` snippet which includes `<script>` and `<link>` tags, and all the liquid logic needed
Volt - Shopify Vite Plugin generates a `vite-tag` snippet which includes `<script>` and `<link>` tags, and all the liquid logic needed
to load your assets.

With your Vite entry points configured, you only need to reference them with the `vite-tag` snippet that you add to the `<head>` of your theme's layout:
Expand Down Expand Up @@ -233,7 +233,7 @@ You can pass the `preload_stylesheet` variable to the `vite-tag` snippet to enab

## Advanced Customization

Out of the box, the Volt - Shopify Vite Plugin uses sensible conventions to help you add Vite with zero configuration to existing Shopify themes; however,
Out of the box, Volt - Shopify Vite Plugin uses sensible conventions to help you add Vite with zero configuration to existing Shopify themes; however,
sometimes you may need to customize the Plugin's behavior.

Every configuration option is described in the [Configuration Reference](/guide/configuration).
2 changes: 1 addition & 1 deletion docs/guide/plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommended Plugins

Using the Volt - Shopify Vite Plugin is even more enjoyable with the following Plugins.
Using Volt - Shopify Vite Plugin is even more enjoyable with the following Plugins.

## [vite-plugin-shopify-import-maps](https://github.com/slavamak/vite-plugin-shopify-import-maps)

Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
}
```

The Volt - Shopify Vite Plugin does not require you to specify the entry points for your theme. By default, it treats JavaScript and CSS files (including preprocessed
Volt - Shopify Vite Plugin does not require you to specify the entry points for your theme. By default, it treats JavaScript and CSS files (including preprocessed
languages such as TypeScript, JSX, TSX, and Sass) within the `frontend/entrypoints` folder in the root of your project as entry points for Vite.

```
Expand All @@ -64,7 +64,7 @@ languages such as TypeScript, JSX, TSX, and Sass) within the `frontend/entrypoin

### Adding scripts and styles to your theme

The Volt - Shopify Vite Plugin generates a `vite-tag` snippet which includes `<script>` and `<link>` tags, and all the liquid logic needed
Volt - Shopify Vite Plugin generates a `vite-tag` snippet which includes `<script>` and `<link>` tags, and all the liquid logic needed
to load your assets.

With your Vite entry points configured, you only need to reference them with the `vite-tag` snippet that you add to the `<head>` of your theme's layout:
Expand Down

0 comments on commit a3b1b62

Please sign in to comment.