Skip to content

Commit

Permalink
Merge branch 'uxe-1556' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Aug 1, 2024
2 parents 4ee4659 + 12fee98 commit 26760b9
Show file tree
Hide file tree
Showing 454 changed files with 1,372 additions and 771 deletions.
3 changes: 2 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export default defineConfig({
ssr: {
noExternal: [
'@astrojs/vue',
'@aziontech/webkit'
'azion-webkit',
'azion-theme'
],
external: [
'algoliasearch',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"@astrojs/mdx": "^2.1.0",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vue": "^4.0.0",
"@aziontech/azion-theme": "^1.2.17",
"@aziontech/webkit": "^1.47.12",
"azion-theme": "^1.4.0",
"azion-webkit": "^1.47.16",
"@babel/types": "^7.22.19",
"@nanostores/preact": "^0.5.1",
"algoliasearch": "^4.22.1",
Expand Down
6 changes: 3 additions & 3 deletions src/components/HomePages/Cardlist.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ interface Props {
}>;
}
import CardBaseClickable from '@aziontech/webkit/cardbaseclickable';
import CardTitle from '@aziontech/webkit/cardtitle';
import CardDescription from '@aziontech/webkit/carddescription';
import CardBaseClickable from 'azion-webkit/cardbaseclickable';
import CardTitle from 'azion-webkit/cardtitle';
import CardDescription from 'azion-webkit/carddescription';
const { data } = Astro.props;
---
Expand Down
4 changes: 2 additions & 2 deletions src/components/PageContent/ArticleNavigationButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import UIString from '../UIString.astro';
import { isURL } from "~/util";
import CardBaseClickable from '@aziontech/webkit/cardbaseclickable';
import CardDescription from '@aziontech/webkit/carddescription';
import CardBaseClickable from 'azion-webkit/cardbaseclickable';
import CardDescription from 'azion-webkit/carddescription';
export interface Props {
item: { link: string; text: string };
Expand Down
6 changes: 3 additions & 3 deletions src/components/PageContent/PageContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import FallbackNotice from '../FallbackNotice.astro';
import AuthorList from '~/components/AuthorList.astro';
import Breadcrumb from '@aziontech/webkit/breadcrumb';
import ReadableContent from '@aziontech/webkit/readablecontent';
import ArticleNavigation from '@aziontech/webkit/articlenavigation';
import Breadcrumb from 'azion-webkit/breadcrumb';
import ReadableContent from 'azion-webkit/readablecontent';
import ArticleNavigation from 'azion-webkit/articlenavigation';
import { rtlLanguages } from '~/i18n/languages';
import { normalizeLangTag } from '~/i18n/bcp-normalize';
Expand Down
4 changes: 2 additions & 2 deletions src/components/RightSidebar/RightSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import ContributeMenu from './ContributeMenu.astro';
import { useTranslations } from '~/i18n/util';
import TableOfContents from "@aziontech/webkit/tableofcontents";
import Community from "@aziontech/webkit/community";
import TableOfContents from "azion-webkit/tableofcontents";
import Community from "azion-webkit/community";
const t = useTranslations(Astro);
const i18n = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: docs_framework_next
menu_namespace: cliMenuAlpha

---
import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

## Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: buildMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'


The **Jamstack** architecture at the edge has emerged as a game-changing paradigm,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /documentation/products/build/develop-with-azion/code-editor/
menu_namespace: buildMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/edge-application/edge-functions/runtime-api/code-editor/" label="Go to azion code editor reference" severity="secondary" target="_blank" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: documentation_dev_with_azion_cli
permalink: /documentation/products/build/develop-with-azion/cli/
menu_namespace: buildMenu
---
import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/azion-cli/overview/" label="Go to azion cli reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu_namespace: buildMenu
permalink: /documentation/products/build/develop-with-azion/sdk/go/
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/devtools/sdk/go/" label="Go to go sdk reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /documentation/products/build/develop-with-azion/runtime-apis/
menu_namespace: buildMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/runtime/overview/" label="Go to azion runtime reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: buildMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/cli/dev-command/" label="Go to local dev command reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu_namespace: buildMenu
permalink: /documentation/products/build/develop-with-azion/terraform-provider/
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/terraform-provider/" label="Go to azion terraform provider reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ og_image: ''
permalink: /documentation/products/guides/build/overview/
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

The Azion Build products are your starting point for utilizing the power of edge computing in your applications.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: buildMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

The debugging process allows checking if the rules, messages, and variables you've created are working properly. When you constantly debug an edge application or an edge function, you improve your monitoring process and you're able to identify errors and then fix them.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: buildMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

After creating edge applications and edge functions, you can also count on [Observe](/en/documentation/products/observe/) products to monitor their behaviors and how they're performing.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: documentation_build_data_env_vars
menu_namespace: buildMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/edge-application/edge-functions/runtime/api-reference/environment-variables/" label="Environment variables API reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

**Azion Edge Orchestrator** works based on an agent. This agent is installed on your device, making your device, from this moment on, an edge node that [must be authorized](/en/documentation/products/guides/deploy/authorize-an-edge-node/) before starting the orchestration.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: docs_deploy_run_scripts_edge_node
menu_namespace: deployMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tabs from '~/components/tabs/Tabs'

:::caution[important]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

Azion provides the API documentation focused on the developer experience, shortening the gap between theory and execution when it comes to automating the management of Azion products and resources.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

[Azion Edge Orchestrator](/en/documentation/products/deploy/edge-orchestrator/) is a programmable and extensible cloud-management and *zero-touch provisioning* orchestration service purposely built for edge infrastructures and applications.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tabs from '~/components/tabs/Tabs'

:::caution[important]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tabs from '~/components/tabs/Tabs'

:::caution[important]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

:::note
Before installing the agent, it's necessary to generate a credential.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ Check the [Azion API documentation](https://api.azion.com/) and the [OpenAPI spe

</Tabs>

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

<LinkButton link="/en/documentation/products/guides/deploy/work-with-variables/" label="Go to Work with Variables Guide" severity="secondary" target="_blank" />
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

After the installation of **Edge Orchestrator Agent**, you can check the [edge node's logs](#checking-an-edge-nodes-logs) and the [edge services triggers' logs](#checking-edge-services-logs).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: deployMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

:::caution[important]
Azion has two user interfaces: Real-Time Manager and Console, which is in *Preview* stage. Currently, Console is only available for Developer plans and new accounts. Follow the steps according to the user interface you're using.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ og_image: ''
permalink: /documentation/products/deploy/overview/
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

Azion **Deploy** products are designed to enhance the efficiency of managing edge resources in real time.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: graphqlMenu

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tag from 'primevue/tag'

**GraphQL** features consist of **datasets**, **filtering**, **sorting**, and **pagination**. The features provide easy access to your data, and using and combining the available features creates more personalized and specific queries to request the exact information you need.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /documentation/devtools/graphql-api/overview/
menu_namespace: graphqlMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

**Graphic Query Language (GraphQL)** is a language created for use with APIs. It works as an alternative to REST APIs, allowing you to get data according to your needs. GraphQL gives you autonomy to request the data you want and receive exactly what you asked for through a JSON result.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: documentation_products_azion_runtime_node
menu_namespace: runtimeMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

## Node built-in

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: documentation_products_runtime_frameworks
menu_namespace: runtimeMenu
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tag from 'primevue/tag';


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: runtimeMenu
---

import Tag from 'primevue/tag';
import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'


The **Azion Runtime** is a set of tools for developing applications at the **Edge**. The Azion Runtime allows you to write JavaScript [edge functions](/en/documentation/products/build/edge-application/edge-functions/) built on Web standards.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: documentation_azion_cli_overview
menu_namespace: cliMenuAlpha
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

**Azion CLI** is an [open source](https://github.com/aziontech/azion-cli/) command-line interface (CLI) that lets you interact with Azion Edge Platform using a terminal. You can use Azion CLI to:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: cliMenuAlpha

---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

:::note
In case one or more required fields aren't informed through the specific flags, an interactive message prompts and asks for the missing information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ azion init

The `--name` option can be specified, but it isn't mandatory. If it isn't informed, the name of your project will be autogenerated.

#### package-manager

The `--package-manager` option allows you to specify the package manager to use. Example: `npm`, `yarn`, `pnpm`. If not informed, the package manager will be set automatically based on `package-lock.json` or `yarn.lock`. If none of these files are found, then `npm` is default.

#### help

The `--help` option displays more information about the `build` command.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ The `--preset` option can be specified, but it isn't mandatory. The expected val

The `--remote` flag, followed by a link to a git repository, specifies the project to be cloned and linked to an edge application during the process.

#### package-manager

The `--package-manager` option allows you to specify the package manager to use. Example: `npm`, `yarn`, `pnpm`. If not informed, the package manager will be set automatically based on `package-lock.json` or `yarn.lock`. If none of these files are found, then `npm` is default.

#### help

The `--help` option displays more information about the `link` command.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/pages/devtools/vulcan/config-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu_namespace: cliMenuAlpha
---

import TableContainer from "~/components/Table/TableContainer.astro";
import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'

The `vulcan.config.js` file serves as a powerful configuration system for Vulcan, offering customization options for your application's build process. While not mandatory, this file acts as an override mechanism, allowing you to define properties that supersede preset configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permalink: /documentation/products/guides/how-to-access-azion-console/

This documentation will assist you to access the interface and explore the products and resources.

import LinkButton from '@aziontech/webkit/linkbutton';
import LinkButton from 'azion-webkit/linkbutton';

<LinkButton link="/en/documentation/products/guides/getting-to-know-azion-console/" label="go to Azion Console reference" severity="secondary" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: documentation_how_to_debug_rules
permalink: /documentation/products/guides/debug-rules/
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tabs from '~/components/tabs/Tabs'

:::caution[important]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /documentation/products/guides/cache-settings/
og_image: /assets/docs/images/uploads/02-09-edge-caching-1.png
---

import LinkButton from '@aziontech/webkit/linkbutton'
import LinkButton from 'azion-webkit/linkbutton'
import Tabs from '~/components/tabs/Tabs'

:::caution[important]
Expand Down
Loading

0 comments on commit 26760b9

Please sign in to comment.