diff --git a/advanced/subpath/route53-cloudfront.mdx b/advanced/subpath/route53-cloudfront.mdx index 9207be3fd..b25a4b72e 100644 --- a/advanced/subpath/route53-cloudfront.mdx +++ b/advanced/subpath/route53-cloudfront.mdx @@ -1,34 +1,34 @@ --- -title: "AWS Route 53 and Cloudfront" +title: "AWS Route 53 and CloudFront" sidebarTitle: "AWS" description: "Host documentation at a /docs subdirectory using AWS services" --- import Propagating from "/snippets/custom-subpath-propagating.mdx"; -## Create Cloudfront Distribution +## Create CloudFront Distribution -Navigate to [Cloudfront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution` +Navigate to [CloudFront](https://aws.amazon.com/cloudfront) inside the AWS console and click on `Create distribution` - ![Cloudfront Create Distribution](/images/cloudfront/create-distribution.png) + ![CloudFront Create Distribution](/images/cloudfront/create-distribution.png) For the Origin domain, input `[SUBDOMAIN].mintlify.dev` where `[SUBDOMAIN]` is the project's unique subdomain. Click on `Use: [SUBDOMAIN].mintlify.dev` -![Cloudfront Origin name](/images/cloudfront/origin-name.png) +![CloudFront Origin name](/images/cloudfront/origin-name.png) For **Cache key and origin requests**, select `Caching Optimized`. - ![Cloudfront Caching policy](/images/cloudfront/caching-policy.png) + ![CloudFront Caching policy](/images/cloudfront/caching-policy.png) And for **Web Application Firewall (WAF)**, enable security protections - ![Cloudfront Caching - policy](/images/cloudfront/enable-security-protections.png) + ![CloudFront Security + protections](/images/cloudfront/enable-security-protections.png) The remaining settings should be default. Click `Create distribution`. @@ -37,12 +37,12 @@ The remaining settings should be default. Click `Create distribution`. After creating the distribution, navigate to the `Origins` tab. -![Cloudfront Origins](/images/cloudfront/origins.png) +![CloudFront Origins](/images/cloudfront/origins.png) -We want to find a staging URL that mirrors where the main domain (example.com). This is highly variant depending on how your landing page is hosted. +We want to find a staging URL that mirrors the main domain (example.com). This is highly variant depending on how your landing page is hosted. -For instance, if your landing page is hosted on Webflow, you can use the +For instance, if your landing page is hosted on Webflow, you can use Webflow's staging URL. It would look like `.webflow.io`. If you use Vercel, you use the `.vercel.app` domain available for every project. @@ -58,17 +58,17 @@ support](/contact-support) and we'd be happy to help Once you have the staging URL, ours for instance is [mintlify-landing-page.vercel.app](https://mintlify-landing-page.vercel.app), create a new Origin and add it as the **Origin domain**. - ![Cloudfront Default Origins](/images/cloudfront/default-origin.png) + ![CloudFront Default Origins](/images/cloudfront/default-origin.png) -By this point, you should have two Origins - one with `[SUBDOMAIN].mintlify.app` and another with with staging URL. +By this point, you should have two Origins - one with `[SUBDOMAIN].mintlify.dev` and another with the staging URL. ## Set Behaviors -Behaviors in Cloudfront enables control over the subpath logic. At a high level, we're looking to create the following logic. +Behaviors in CloudFront enable control over the subpath logic. At a high level, we're looking to create the following logic. - **If a user lands on /docs**, go to `[SUBDOMAIN].mintlify.dev` -- **If a user lands on any other page**, go the current landing page +- **If a user lands on any other page**, go to the current landing page We're going to create three behaviors by clicking on the `Create behavior` button. @@ -76,7 +76,7 @@ We're going to create three behaviors by clicking on the `Create behavior` butto The first behavior should have a **Path pattern** of `/docs/*` with **Origin and origin groups** pointing to the `.mintlify.dev` URL (in our case `acme.mintlify.dev`) -![Cloudfront Behavior 1](/images/cloudfront/behavior-1.png) +![CloudFront Behavior 1](/images/cloudfront/behavior-1.png) For **Cache policy**, select `CachingOptimized` and create behavior. @@ -84,20 +84,20 @@ For **Cache policy**, select `CachingOptimized` and create behavior. The second behavior should be the same as the first one but with a **Path pattern** of `/docs` and **Origin and origin groups** pointing to the same `.mintlify.dev` URL. -![Cloudfront Behavior 2](/images/cloudfront/behavior-2.png) +![CloudFront Behavior 2](/images/cloudfront/behavior-2.png) ### `Default (*)` Lastly, we're going to edit the `Default (*)` behavior. - ![Cloudfront Behavior Default 1](/images/cloudfront/default-behavior-1.png) + ![CloudFront Behavior Default 1](/images/cloudfront/default-behavior-1.png) We're going to change the default behavior's **Origin and origin groups** to the staging URL (in our case `mintlify-landing-page.vercel.app`). - ![Cloudfront Behavior Default 2](/images/cloudfront/default-behavior-2.png) + ![CloudFront Behavior Default 2](/images/cloudfront/default-behavior-2.png) Click on `Save changes`. @@ -107,15 +107,15 @@ Click on `Save changes`. You can now test if your distribution is set up properly by going to the `General` tab and visiting the **Distribution domain name** URL. - ![Cloudfront Preview + ![CloudFront Preview distribution](/images/cloudfront/preview-distribution.png) All pages should be directing to your main landing page, but if you append `/docs` to the URL, you should see it going to the Mintlify documentation instance. -## Connecting it with Route53 +## Connecting it with Route 53 -Now, we're going to bring the functionality of the Cloudfront distribution into your primary domain. +Now, we're going to bring the functionality of the CloudFront distribution into your primary domain. For this section, you can also refer to AWS's official guide on [Configuring @@ -123,7 +123,7 @@ Now, we're going to bring the functionality of the Cloudfront distribution into distribution](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html#routing-to-cloudfront-distribution-config) -Navigate to [Route53](https://aws.amazon.com/route53) inside the AWS console, and click into the `Hosted zone` for your primary domain. Click on `Create record` +Navigate to [Route 53](https://aws.amazon.com/route53) inside the AWS console, and click into the `Hosted zone` for your primary domain. Click on `Create record` ![Route 53 create record](/images/cloudfront/route53-create-record.png) diff --git a/advanced/subpath/vercel.mdx b/advanced/subpath/vercel.mdx index 859395776..1cd8f6ed2 100644 --- a/advanced/subpath/vercel.mdx +++ b/advanced/subpath/vercel.mdx @@ -24,7 +24,7 @@ following configuration to your `vercel.json` file. ``` - For more information, you can also refer to Vercel's offical guide on + For more information, you can also refer to Vercel's official guide on rewrites: [Project Configuration: Rewrites](https://vercel.com/docs/projects/project-configuration#rewrites) diff --git a/ai-ingestion.mdx b/ai-ingestion.mdx index 0312c1d58..3c5917953 100644 --- a/ai-ingestion.mdx +++ b/ai-ingestion.mdx @@ -143,6 +143,6 @@ Add a `.md` to a page's URL to display a Markdown version of that page. Open quickstart.md -### Command \+ C shortcut +### Command + C shortcut -Select Command \+ C (Ctrl \+ C on Windows) to copy any page as Markdown. +Select Command + C (Ctrl + C on Windows) to copy any page as Markdown. diff --git a/analytics/analytics-api-reference.mdx b/analytics/analytics-api-reference.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/analytics/analytics-api.mdx b/analytics/analytics-api.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/analytics/analytics.mdx b/analytics/analytics.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/analytics/event-tracking.mdx b/analytics/event-tracking.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-playground/asyncapi/playground.mdx b/api-playground/asyncapi/playground.mdx index 9bd34aa2b..d808b5704 100644 --- a/api-playground/asyncapi/playground.mdx +++ b/api-playground/asyncapi/playground.mdx @@ -1,5 +1,5 @@ --- title: "Playground" -description: "Enable users to interact with your websockets" +description: "Enable users to interact with your WebSockets" asyncapi: "/asyncapi.yaml channelOne" --- diff --git a/api-playground/customization.mdx b/api-playground/customization.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-playground/customization/complex-data-types.mdx b/api-playground/customization/complex-data-types.mdx index c26607a85..dd0e6d8e3 100644 --- a/api-playground/customization/complex-data-types.mdx +++ b/api-playground/customization/complex-data-types.mdx @@ -82,7 +82,7 @@ delivery_address: - The street address of the residence + The street address of the recipient diff --git a/api-playground/openapi-setup.mdx b/api-playground/openapi-setup.mdx index 97809e50c..ad6b3a9a1 100644 --- a/api-playground/openapi-setup.mdx +++ b/api-playground/openapi-setup.mdx @@ -8,7 +8,7 @@ OpenAPI is a specification for describing REST APIs. Mintlify supports OpenAPI 3 ## Add an OpenAPI specification file -To document your endpoints with OpenAPI, you need a valid OpenAPI document in either JSON or YAML format that follows the [OpenAPI specification 3.0\+](https://swagger.io/specification/). +To document your endpoints with OpenAPI, you need a valid OpenAPI document in either JSON or YAML format that follows the [OpenAPI specification 3.0+](https://swagger.io/specification/). ### Describing your API diff --git a/api-playground/playground-api.mdx b/api-playground/playground-api.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-playground/set-up.mdx b/api-playground/set-up.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-playground/troubleshooting.mdx b/api-playground/troubleshooting.mdx index 8af5a94ac..f3ffac302 100644 --- a/api-playground/troubleshooting.mdx +++ b/api-playground/troubleshooting.mdx @@ -18,7 +18,7 @@ If your API pages aren't displaying correctly, check these common configuration 1. Visit [this validator](https://editor.swagger.io/) 2. Switch to the "Validate text" tab 3. Paste in your OpenAPI document - 4. Click "Validate it\!" + 4. Click "Validate it!" If the text box that appears below has a green border, your document has passed validation. This is the exact validation package Mintlify uses to validate OpenAPI documents, so if your document diff --git a/api-reference/generation.mdx b/api-reference/generation.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-reference/languages.mdx b/api-reference/languages.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-reference/openapi.mdx b/api-reference/openapi.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-reference/parameters.mdx b/api-reference/parameters.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/api-reference/settings.mdx b/api-reference/settings.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/changelog.mdx b/changelog.mdx index a86238849..27007c42d 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -33,7 +33,7 @@ rss: true Learn more at [API playground docs.](/api-playground/) ## `mint update` - Can now use `mint update` to update your CLI. + You can now use `mint update` to update your CLI. diff --git a/code.mdx b/code.mdx index 474cad172..5889414ec 100644 --- a/code.mdx +++ b/code.mdx @@ -109,7 +109,7 @@ const hello = "world"; Highlight specific lines in your code blocks using `highlight` with the line numbers or ranges you want to highlight. -```javascript Line Highlighting Example highlight= {1-2,5} +```javascript Line Highlighting Example highlight={1-2,5} const greeting = "Hello, World!"; function sayHello() { console.log(greeting); @@ -131,7 +131,7 @@ sayHello(); Focus on specific lines in your code blocks using `focus` with line numbers or ranges. -```javascript Line Focus Example focus= {2,4-5} +```javascript Line Focus Example focus={2,4-5} const greeting = "Hello, World!"; function sayHello() { console.log(greeting); diff --git a/components/accordion.mdx b/components/accordion.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/callouts.mdx b/components/callouts.mdx index ba77c67ce..b1cd917ae 100644 --- a/components/callouts.mdx +++ b/components/callouts.mdx @@ -30,10 +30,10 @@ Callouts can be styled as a Note, Warning, Info, Tip, or Check: This suggests a helpful tip ``` -This brings us a checked status +This brings a checked status ```mdx -This brings us a checked status +This brings a checked status ``` This is a danger callout diff --git a/components/card-group.mdx b/components/card-group.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/card.mdx b/components/card.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/code-group.mdx b/components/code-group.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/code.mdx b/components/code.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/examples.mdx b/components/examples.mdx index 743c11c86..bea356272 100644 --- a/components/examples.mdx +++ b/components/examples.mdx @@ -17,7 +17,7 @@ On mobile devices, `` and `` components display ## RequestExample -Use `` to pins code examples in the right sidebar. This component works similarly to the [CodeGroup](/components/code-groups) component, but displays the code in the sidebar instead of inline. +Use `` to pin code examples in the right sidebar. This component works similarly to the [CodeGroup](/components/code-groups) component, but displays the code in the sidebar instead of inline. You can include multiple code blocks inside a single ``. Each code block must have a title attribute. diff --git a/components/frame.mdx b/components/frame.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/frames.mdx b/components/frames.mdx index fdcc755c6..b03848260 100644 --- a/components/frames.mdx +++ b/components/frames.mdx @@ -14,8 +14,8 @@ Frames are very helpful if you want to center an image. You can add additional context to an image using the optional `caption` prop. - - + + ## Props diff --git a/components/frequently-asked-questions.mdx b/components/frequently-asked-questions.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/images.mdx b/components/images.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/mint-components-list.mdx b/components/mint-components-list.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/snippets.mdx b/components/snippets.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/steps.mdx b/components/steps.mdx index fa0087db2..8a10301a4 100644 --- a/components/steps.mdx +++ b/components/steps.mdx @@ -4,7 +4,7 @@ description: 'Sequence content using the Steps component' icon: 'list-todo' --- -Steps are the best way to display a series of actions of events to your users. You can add as many steps as desired. +Steps are the best way to display a series of actions or events to your users. You can add as many steps as desired. diff --git a/components/tables.mdx b/components/tables.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/components/video.mdx b/components/video.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/content-management/hosting-videos.mdx b/content-management/hosting-videos.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/deployments/custom-domains.mdx b/deployments/custom-domains.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/deployments/git-sync.mdx b/deployments/git-sync.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/deployments/hosting.mdx b/deployments/hosting.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/astro.mdx b/development/astro.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/code-block-components.mdx b/development/code-block-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/custom-components.mdx b/development/custom-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/custom-css.mdx b/development/custom-css.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/introduction.mdx b/development/introduction.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/mdx-support.mdx b/development/mdx-support.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/nextjs.mdx b/development/nextjs.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/presentation-components.mdx b/development/presentation-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/tailwindcss.mdx b/development/tailwindcss.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/typescript.mdx b/development/typescript.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/development/ui-components.mdx b/development/ui-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/faqs.mdx b/faqs.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/get-started.mdx b/get-started.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/guides/assistant.mdx b/guides/assistant.mdx index a530dbd3c..45a2eb496 100644 --- a/guides/assistant.mdx +++ b/guides/assistant.mdx @@ -12,7 +12,7 @@ icon: "bot" The assistant answers questions about your documentation through natural language queries. It is embedded directly in your documentation site, providing users with immediate access to contextual help. -The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant: +The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude 3.5 Sonnet. When users ask questions, the assistant: * **Searches and retrieves** relevant content from your documentation to provide accurate answers. * **Cites sources** and provides navigable links to take users directly to referenced pages. @@ -94,7 +94,7 @@ You can explore queries from your [dashboard](https://dashboard.mintlify.com/pro ## Changing the model -The assistant uses Claude Sonnet 4 by default. We have found that this model performs the best when searching and answering questions. +The assistant uses Claude 3.5 Sonnet by default. We have found that this model performs the best when searching and answering questions. If you want to select another model: @@ -126,7 +126,7 @@ Available models: } /> Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. +Finally, add your `SPEAKEASY_API_KEY` as a repository secret to your Mintlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. ## Manual Set Up @@ -66,7 +66,7 @@ sources: targets: {} ``` -```yaml .speakeasy/workflows/sdk_generation.yaml +```yaml .github/workflows/sdk_generation.yaml name: Generate permissions: checks: write @@ -94,4 +94,4 @@ jobs: speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} ``` -Finally, make sure you add your `SPEAKEASY_API_KEY` as a repository secret to your Minlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. +Finally, make sure you add your `SPEAKEASY_API_KEY` as a repository secret to your Mintlify repo under `Settings > Secrets & Variables > Actions`. Find the Speakeasy API key in the Speakeasy dashboard under the **API Keys** tab. diff --git a/introduction.mdx b/introduction.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/localizations/i18n.mdx b/localizations/i18n.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/anchors.mdx b/navigation/anchors.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/folders.mdx b/navigation/folders.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/global.mdx b/navigation/global.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/mdx-page.mdx b/navigation/mdx-page.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/multiple-versions.mdx b/navigation/multiple-versions.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/navigation.mdx b/navigation/navigation.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/page-titles.mdx b/navigation/page-titles.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/redirects.mdx b/navigation/redirects.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/setting-up-search.mdx b/navigation/setting-up-search.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/navigation/versioning.mdx b/navigation/versioning.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/reusable-snippets.mdx b/reusable-snippets.mdx index 3f842e28d..2cbc8ce61 100644 --- a/reusable-snippets.mdx +++ b/reusable-snippets.mdx @@ -40,7 +40,7 @@ import MySnippet from '/snippets/path/to/my-snippet.mdx'; ## Header -Lorem impsum dolor sit amet. +Lorem ipsum dolor sit amet. @@ -67,7 +67,7 @@ import MySnippet from '/snippets/path/to/my-snippet.mdx'; ## Header -Lorem impsum dolor sit amet. +Lorem ipsum dolor sit amet. diff --git a/settings.mdx b/settings.mdx index 49285bdf3..f1c9d1c39 100644 --- a/settings.mdx +++ b/settings.mdx @@ -306,7 +306,7 @@ See [Themes](themes) for more information. - Global navigation elements that appear accross all pages and sections. + Global navigation elements that appear across all pages and sections. diff --git a/settings/api-reference.mdx b/settings/api-reference.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/billing.mdx b/settings/billing.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/ci.mdx b/settings/ci.mdx index 3d8ced709..277c73f1d 100644 --- a/settings/ci.mdx +++ b/settings/ci.mdx @@ -51,7 +51,7 @@ To see the results of this check, you can visit GitHub's check results page for Mintlify supports automatically running Vale in a CI check, and displaying the results as a check status. #### Configuration -If you have a `.vale.ini` file in the root the content directory for your deployment, we will automatically use that configuration file. +If you have a `.vale.ini` file in the root of the content directory for your deployment, we will automatically use that configuration file. We will also automatically use any configuration files in your specified `stylesPath`. Don't have a Vale config or not sure where to get started? Don't worry, Mintlify has a default configuration that will automatically be used if one is not provided. diff --git a/settings/code.mdx b/settings/code.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/colors.mdx b/settings/colors.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/custom-scripts.mdx b/settings/custom-scripts.mdx index 605bdef74..4a9e9b566 100644 --- a/settings/custom-scripts.mdx +++ b/settings/custom-scripts.mdx @@ -32,7 +32,7 @@ For example, you can add the following `style.css` file to customize the styling ```css #navbar { - background: "#fffff2"; + background: #fffff2; padding: 1rem; } diff --git a/settings/development.mdx b/settings/development.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/favicon.mdx b/settings/favicon.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/fonts.mdx b/settings/fonts.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/footer.mdx b/settings/footer.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/gitlab.mdx b/settings/gitlab.mdx index 01c0b82bf..1b17e78d0 100644 --- a/settings/gitlab.mdx +++ b/settings/gitlab.mdx @@ -9,7 +9,7 @@ changes between GitLab and Mintlify. - We use Access tokens to pull information from GitLab. - We use Webhooks so GitLab can notify Mintlify when changes are made. - - This allows Mintlify to create preview deployments when a MR is created. + - This allows Mintlify to create preview deployments when an MR is created. ## Set up the connection @@ -59,7 +59,7 @@ automatically trigger deployments. - Paste the Webhook token generated after setting up the connection. + Paste the webhook token generated after setting up the connection. diff --git a/settings/global.mdx b/settings/global.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/images.mdx b/settings/images.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/introduction.mdx b/settings/introduction.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/logo.mdx b/settings/logo.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/metadata.mdx b/settings/metadata.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/navigation.mdx b/settings/navigation.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/page.mdx b/settings/page.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/social-media.mdx b/settings/social-media.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/styling.mdx b/settings/styling.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/team-members.mdx b/settings/team-members.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/teams.mdx b/settings/teams.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/topbar.mdx b/settings/topbar.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/settings/writing-style.mdx b/settings/writing-style.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/style-guide.mdx b/style-guide.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/access-control.mdx b/teamwork/access-control.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/cms.mdx b/teamwork/cms.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/content-analytics.mdx b/teamwork/content-analytics.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/pages.mdx b/teamwork/pages.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/publish-changes.mdx b/teamwork/publish-changes.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/teamwork/settings.mdx b/teamwork/settings.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/templates.mdx b/templates.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/text.mdx b/text.mdx index 231cc96a5..357ac6787 100644 --- a/text.mdx +++ b/text.mdx @@ -43,7 +43,7 @@ You can combine formatting styles: ```mdx **_bold and italic_** **~~bold and strikethrough~~** -*~~italic and strikethrough~~** +*~~italic and strikethrough~~* ``` **_bold and italic_**
diff --git a/themes.mdx b/themes.mdx index a6d35f3c2..fdf3aabf4 100644 --- a/themes.mdx +++ b/themes.mdx @@ -17,7 +17,7 @@ export const ThemeCard = ({ title, value, description, href }) => {

{title}

-
{description}
+
{description}
See preview @@ -34,7 +34,7 @@ export const ThemeCard = ({ title, value, description, href }) => {

Themes

- +
diff --git a/ui-extensions/chatbot.mdx b/ui-extensions/chatbot.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/ui-extensions/contextual-help.mdx b/ui-extensions/contextual-help.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/ui-extensions/feedback-widget.mdx b/ui-extensions/feedback-widget.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/ui-extensions/snippets-widget.mdx b/ui-extensions/snippets-widget.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/ui-extensions/ui-extensions.mdx b/ui-extensions/ui-extensions.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/callouts.mdx b/writing-content/callouts.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/creating-pages.mdx b/writing-content/creating-pages.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/file-structure.mdx b/writing-content/file-structure.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/frontmatter.mdx b/writing-content/frontmatter.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/hot-reload.mdx b/writing-content/hot-reload.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/links.mdx b/writing-content/links.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/writing-content/markdown-guide.mdx b/writing-content/markdown-guide.mdx new file mode 100644 index 000000000..e69de29bb