Skip to content

Commit

Permalink
Move artifacts into product subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Dec 6, 2023
1 parent c65d6ed commit 8ca673a
Show file tree
Hide file tree
Showing 44 changed files with 22 additions and 22 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/.vuepress/theme/components/EventBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@

<script>
import { VueAutosuggest } from "vue-autosuggest";
import Craft3EventData from "../../../.artifacts/3.x/events.json";
import Craft4EventData from "../../../.artifacts/4.x/events.json";
import Craft3EventData from "../../../.artifacts/cms/3.x/events.json";
import Craft4EventData from "../../../.artifacts/cms/4.x/events.json";
import Commerce3EventData from "../../../.artifacts/commerce/3.x/events.json";
import Commerce4EventData from "../../../.artifacts/commerce/4.x/events.json";
import copy from "copy-to-clipboard";
Expand Down
2 changes: 1 addition & 1 deletion docs/3.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ You can cache-bust asset URLs automatically by enabling the [revAssetUrls](confi
Asset queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/assets.md)!!!
!!!include(docs/.artifacts/cms/3.x/assets.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/config/config-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ return [
Here’s the full list of config settings that Craft supports:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/config-general.md)!!!
!!!include(docs/.artifacts/cms/3.x/config-general.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/config/db-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ We recommend this environment variable approach for two reasons:
Here’s the full list of database connection settings that Craft supports:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/config-db.md)!!!
!!!include(docs/.artifacts/cms/3.x/config-db.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/console-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ See the [Console Commands](extend/commands.md) page in the _Extending Craft_ sec
While the complete list of available commands will include those from any plugins or custom modules you’ve added to your project, the following are Craft’s default console commands:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/console-commands.md)!!!
!!!include(docs/.artifacts/3.x/cms/console-commands.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ We can display the 10 most recent entries in a “Blog” section by doing the f
Entry queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/entries.md)!!!
!!!include(docs/.artifacts/cms/3.x/entries.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ All global sets are already available as global variables to Twig templates. So
Global set queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/globals.md)!!!
!!!include(docs/.artifacts/cms/3.x/globals.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/matrix-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ In order for the returned Matrix block(s) to be populated with their custom fiel
Matrix block queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/matrix-blocks.md)!!!
!!!include(docs/.artifacts/cms/3.x/matrix-blocks.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ We can display a list of the tags in a “Blog Tags” tag group by doing the fo
Tag queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/tags.md)!!!
!!!include(docs/.artifacts/cms/3.x/tags.md)!!!
2 changes: 1 addition & 1 deletion docs/3.x/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ We can display a list of the users in an “Authors” user group by doing the f
User queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/3.x/users.md)!!!
!!!include(docs/.artifacts/cms/3.x/users.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Protect your users’ personal information by carefully auditing queries and dis
Address queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/addresses.md)!!!
!!!include(docs/.artifacts/cms/4.x/addresses.md)!!!

## Address Repository

Expand Down
2 changes: 1 addition & 1 deletion docs/4.x/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ You can cache-bust asset URLs automatically by enabling the [revAssetUrls](confi
Asset queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/assets.md)!!!
!!!include(docs/.artifacts/cms/4.x/assets.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ For example, if we were building a blog with dedicated “Topic” (category) pa
Category queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/categories.md)!!!
!!!include(docs/.artifacts/cms/4.x/categories.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/config/db.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Finer-grain control of Craft’s database connection is possible by configuring
## Supported Settings

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/config-db.md)!!!
!!!include(docs/.artifacts/cms/4.x/config-db.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/config/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ There are a number of [ways to provide configuration](./README.md). This file us
:::

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/config-general.md)!!!
!!!include(docs/.artifacts/4.x/cms/config-general.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/console-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ All commands support the following options:
: Force a nominal exit code (`0`), even if an exception occurred. Useful when inconsequential failures would otherwise block chained commands in automated environments.

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/console-commands.md)!!!
!!!include(docs/.artifacts/cms/4.x/console-commands.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ We can display the 10 most recent entries in a “Blog” section by doing the f
Entry queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/entries.md)!!!
!!!include(docs/.artifacts/cms/4.x/entries.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ All global sets are already available as global variables to Twig templates. So
Global set queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/globals.md)!!!
!!!include(docs/.artifacts/cms/4.x/globals.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/matrix-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ In order for the returned Matrix block(s) to be populated with their custom fiel
Matrix block queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/matrix-blocks.md)!!!
!!!include(docs/.artifacts/cms/4.x/matrix-blocks.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ We can display a list of the tags in a “Blog Tags” tag group by doing the fo
Tag queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/tags.md)!!!
!!!include(docs/.artifacts/cms/4.x/tags.md)!!!
2 changes: 1 addition & 1 deletion docs/4.x/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ We can display a list of the users in an “Authors” user group by doing the f
User queries support the following parameters:

<!-- This section of the page is dynamically generated! Changes to the file below may be overwritten by automated tools. -->
!!!include(docs/.artifacts/4.x/users.md)!!!
!!!include(docs/.artifacts/cms/4.x/users.md)!!!

0 comments on commit 8ca673a

Please sign in to comment.