From 269850e8a8699fdcb493cdc05deeb58392dc83e8 Mon Sep 17 00:00:00 2001 From: Tanmay Jaiswal Date: Fri, 3 Feb 2023 13:38:07 +0530 Subject: [PATCH] updated mdx file for documentation --- .../CLI Reference/index.stories.mdx | 16 ++++++++-------- .../PostgresPlugin/HowItWorks/index.stories.mdx | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx b/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx index bbc48d5..38715e3 100644 --- a/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx +++ b/storybook/src/PluginDocs/PostgresPlugin/CLI Reference/index.stories.mdx @@ -16,7 +16,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
-*
+
postgres @@ -30,8 +30,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ``` - node glue postgres + ```bash + $ node glue postgres ```
@@ -41,8 +41,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ``` - node glue postgres list + ```bash + $ node glue postgres list ```
@@ -52,8 +52,8 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
- ``` - node glue postgres config + ```bash + $ node glue postgres config ```
@@ -64,7 +64,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs"; -
+

diff --git a/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx b/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx index cd59886..5c10734 100644 --- a/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx +++ b/storybook/src/PluginDocs/PostgresPlugin/HowItWorks/index.stories.mdx @@ -32,7 +32,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs"; like this:
- ``` + ```jsx 📦databases ┗ 📂postgres ┗ 📜README.md @@ -46,7 +46,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
```bash - $ node glue develop:up + $ node glue develop:up ```