Skip to content

Commit 39a65a8

Browse files
committed
Setting new cloud instance
1 parent 787c1a6 commit 39a65a8

File tree

66 files changed

+141
-3284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+141
-3284
lines changed

docs/docusaurus/cloud/data_assets/manage_data_assets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A Data Asset is a collection of records that you create when you connect to your
1616

1717
## Create a Data Asset
1818

19-
Create a Data Asset to define the data you want GX Cloud to access. To connect to Data Assets for a Data Source not currently available in GX Cloud, see [Connect to data](/core/connect_to_data/connect_to_data.md) in the GX Core documentation.
19+
Create a Data Asset to define the data you want GX Cloud to access. To connect to Data Assets for a Data Source not currently available in GX Cloud, see [Connect to data](/core/connect_to_data/) in the GX Core documentation.
2020

2121
<Tabs
2222
groupId="manage-data-assets"

docs/docusaurus/cloud/gx_cloud_lp.md

-40
This file was deleted.

docs/docusaurus/cloud/try_gx_cloud.md

-208
This file was deleted.

docs/docusaurus/docs/application_integration_support.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The following table defines the GX Cloud, GX Core, and Community Supported integ
4040

4141
The following table defines the GX components supported by GX Cloud and GX Core.
4242

43-
| Component | GX Cloud | GX Core | Community |
44-
| ------------ | ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- |
45-
| Expectations | See [Available Expectations](/cloud/expectations/manage_expectations.md#available-expectations) | See [Expectations Gallery](https://greatexpectations.io/expectations) | See [Legacy Gallery](https://greatexpectations.io/legacy/v1/expectations/) |
46-
| GX Agent | All versions | N/A | N/A |
43+
| Component | GX Cloud | GX Core | Community |
44+
| ------------ | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- |
45+
| Expectations | See [Available Expectations](/cloud/expectations/manage_expectations#available-expectations) | See [Expectations Gallery](https://greatexpectations.io/expectations) | See [Legacy Gallery](https://greatexpectations.io/legacy/v1/expectations/) |
46+
| GX Agent | All versions | N/A | N/A |
4747

4848
### Operating systems
4949

docs/docusaurus/docs/core/configure_project_settings/configure_project_settings.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@ import OverviewCard from '@site/src/components/OverviewCard';
1818
topIcon
1919
label="Metadata Stores"
2020
description="Specify the locations at which GX stores information such as Expectation Suite configurations, Checkpoint Configurations, and Validation Results."
21-
to="/core/configure_project_settings/configure_metadata_stores"
21+
to="/docs/core/configure_project_settings/configure_metadata_stores"
2222
icon="/img/expectation_icon.svg"
2323
/>
2424
<LinkCard
2525
topIcon
2626
label="Data Docs"
2727
description="Configure the hosting locations and contents of Data Docs sites."
28-
to="/core/configure_project_settings/configure_data_docs"
28+
to="/docs/core/configure_project_settings/configure_data_docs"
2929
icon="/img/expectation_icon.svg"
3030
/>
3131
<LinkCard
3232
topIcon
3333
label="Credentials"
3434
description="Securely store and access credentials for database connection strings, org IDs for connecting to a GX Cloud account, and tokens for Checkpoint Action API endpoints and webhooks."
35-
to="/core/configure_project_settings/configure_credentials"
35+
to="/docs/core/configure_project_settings/configure_credentials"
3636
icon="/img/expectation_icon.svg"
3737
/>
3838
<LinkCard
3939
topIcon
4040
label="Secrets Managers"
4141
description="Securely access and retrieve credentials from the AWS Secrets Manager, Google Cloud Secret Manager, or Azure Key Vault secrets managers."
42-
to="/core/configure_project_settings/access_secrets_managers"
42+
to="/docs/core/configure_project_settings/access_secrets_managers"
4343
icon="/img/expectation_icon.svg"
4444
/>
4545
<LinkCard
4646
topIcon
4747
label="Analytics Events"
4848
description="Toggle the GX's collection of analytics events."
49-
to="/core/configure_project_settings/toggle_analytics_events"
49+
to="/docs/core/configure_project_settings/toggle_analytics_events"
5050
icon="/img/expectation_icon.svg"
5151
/>
5252
</LinkCardGrid>

docs/docusaurus/docs/core/connect_to_data/connect_to_data.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ import OverviewCard from '@site/src/components/OverviewCard';
2020
topIcon
2121
label="SQL Data"
2222
description="Connect to data in SQL databases and organize it into Batches for validation."
23-
to="/core/connect_to_data/sql_data"
23+
to="/docs/core/connect_to_data/sql_data"
2424
icon="/img/expectation_icon.svg"
2525
/>
2626
<LinkCard
2727
topIcon
2828
label="Filesystem Data"
2929
description="Connect to data stored as files in a folder hierarchy and organize it into Batches for validation."
30-
to="/core/connect_to_data/filesystem_data"
30+
to="/docs/core/connect_to_data/filesystem_data"
3131
icon="/img/expectation_icon.svg"
3232
/>
3333
<LinkCard
3434
topIcon
3535
label="Dataframes"
3636
description="Connect to data in pandas or Spark Dataframes and organize it into Batches for validation."
37-
to="/core/connect_to_data/dataframes"
37+
to="/docs/core/connect_to_data/dataframes"
3838
icon="/img/expectation_icon.svg"
3939
/>
4040
</LinkCardGrid>

0 commit comments

Comments
 (0)