Skip to content

Commit

Permalink
[MAINTENANCE] Relative mdx imports (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman authored and JessSaavedra committed Feb 2, 2024
1 parent ca3978a commit aefd3b5
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus/docs/cloud/connect/connect_lp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: 'Connect GX Cloud'
description: Connect GX Cloud to your production environment.
---

import LinkCardGrid from '/docs/components/LinkCardGrid';
import LinkCard from '/docs/components/LinkCard';
import LinkCardGrid from '../../components/LinkCardGrid';
import LinkCard from '../../components/LinkCard';

<p class="DocItem__header-description">When you're finished testing GX Cloud features and functionality and you've determined it's the right solution for your organization, it's time to connect GX Cloud to your production environment. Great Expectations (GX) is rapidly adding new GX Cloud integrations, so check back often for our latest solution.

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/components/_python_version.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import GxData from '/docs/components/_data.jsx'
import GxData from './_data.jsx'

<span>Python versions {GxData.min_python} to {GxData.max_python}</span>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import GxData from '/docs/components/_data.jsx'
import GxData from '../../_data.jsx'

You can check your version of Python by running:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../reference/learn/term_tags/_tag.mdx';

The simplest way to create a new <TechnicalTag relative="../../../" tag="data_context" text="Data Context" /> is by using the `create()` method.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs';
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../reference/learn/term_tags/_tag.mdx';

Verify your new <TechnicalTag tag="datasource" text="Data Source" /> by loading data from it into a <TechnicalTag tag="validator" text="Validator" /> using a <TechnicalTag tag="batch_request" text="Batch Request" />.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../reference/learn/term_tags/_tag.mdx';

Verify your new <TechnicalTag tag="datasource" text="Data Source" /> by loading data from it into a <TechnicalTag tag="validator" text="Validator" /> using a <TechnicalTag tag="batch_request" text="Batch Request" />.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Prerequisites from '../../../components/prerequisites.jsx'
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../../reference/learn/term_tags/_tag.mdx';



Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs';
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../../reference/learn/term_tags/_tag.mdx';

Verify your new <TechnicalTag tag="datasource" text="Data Source" /> by loading data from it into a <TechnicalTag tag="validator" text="Validator" /> using a <TechnicalTag tag="batch_request" text="Batch Request" />.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

- Run the following code to update static hosting settings for your bucket to enable AWS to automatically serve your index.html file or a custom error file:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Prerequisites from '@site/docs/components/_prerequisites.jsx'
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import Prerequisites from '../../../../../components/_prerequisites.jsx'
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';


Host and share <TechnicalTag relative="../../../../" tag="data_docs" text="Data Docs" /> on AWS S3.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

Your <TechnicalTag tag="validation_result_store" text="Validation Results Store" /> configuration is in your <TechnicalTag tag="data_context" text="Data Context" />.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Prerequisites from '@site/docs/components/_prerequisites.jsx'
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import Prerequisites from '../../../../../components/_prerequisites.jsx'
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

Use the information provided here to configure a new storage location for Validation Results in Amazon S3.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

To manually add a Validation Results Store, add the following configuration to the `stores` section of your `great_expectations.yml` file:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

Your <TechnicalTag tag="expectation_store" text="Expectation Store" /> configuration is in your <TechnicalTag tag="data_context" text="Data Context" />.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Prerequisites from '@site/docs/components/_prerequisites.jsx'
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import Prerequisites from '../../../../../components/_prerequisites.jsx'
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';


Use the information provided here to configure a new storage location for Expectations in Amazon S3.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';

To manually add an <TechnicalTag tag="expectation_store" text="Expectations Store" /> to your configuration, add the following configuration to the `stores` section of your `great_expectations.yml` file:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PythonVersion from '/docs/components/_python_version.mdx';
import PythonVersion from '../../../../../components/_python_version.mdx';

Run the following code to check what version of Python is currently installed:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Preface from './_preface.mdx'
---Header---
preface
-->
import PrereqPython from '/docs/components/prerequisites/_python_version.md'
import PrereqPython from '../../../../../components/prerequisites/_python_version.md'

### Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
-->
import VersionSnippet from '/docs/components/versions/_gx_version_code_box.mdx'
import VersionSnippet from '../../../../../components/versions/_gx_version_code_box.mdx'

Run the following code to confirm the GX installation is working:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TechnicalTag from '@site/docs/reference/learn/term_tags/_tag.mdx';
import TechnicalTag from '../../../../../reference/learn/term_tags/_tag.mdx';


This guide will help you create a new <TechnicalTag tag="checkpoint" text="Checkpoint" />, which allows you to couple an <TechnicalTag tag="expectation_suite" text="Expectation Suite" /> with a data set to <TechnicalTag tag="validation" text="Validate" />.
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/reference/learn/term_tags/_tag.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import data from '@site/docs/reference/learn/term_tags/terms.json'
import data from './terms.json'

<span class="tooltip">
<a href={data[props.tag].url}>{props.text}</a>
Expand Down

0 comments on commit aefd3b5

Please sign in to comment.