Skip to content

Commit

Permalink
Remove narrative UI docs from Storybook (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes authored Jan 22, 2024
1 parent 344fb73 commit f0c52de
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 325 deletions.
11 changes: 5 additions & 6 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const basicConfigs = require("../webpack.config.js");
module.exports = {
stories: [
"../src/**/*.stories.mdx",
"../src/docs/markdown/*.md",
"../src/**/*.stories.@(ts|tsx)"
],
addons: [
Expand All @@ -17,13 +16,13 @@ module.exports = {
"@storybook/addon-interactions",
"@storybook/addon-a11y",

{
name: '@storybook/addon-docs',
options: {
{
name: '@storybook/addon-docs',
options: {
configureJSX: true,
transcludeMarkdown: true,
},
},
},
},
],
framework: "@storybook/react",
core: {
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { themeDecorator } from "../src/theme"
export const parameters = {
options: {
storySort: {
order: ['Welcome', 'docs', ['Getting Started', 'Installation', 'Configuration', 'Testing', 'Releasing', 'Extensions', ['JupyterLab',]], ],
order: ['Welcome'],
},
},
}
Expand Down
22 changes: 0 additions & 22 deletions src/docs/Testing.stories.mdx

This file was deleted.

24 changes: 9 additions & 15 deletions src/docs/Welcome.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,19 @@ import { Meta } from "@storybook/addon-docs";

<Meta
title="Welcome"
parameters = {{
previewTabs: {
parameters = {{
previewTabs: {
'storybook/docs/panel': { index: -1 },
'canvas': { disable: true }
'canvas': { disable: true }
},
viewMode: 'docs'
viewMode: 'docs'
}}
/>

# Introduction
# conda-store-ui component documentation

Welcome to the conda-store-ui project documentation! conda-store-ui is a frontend for conda-store-server API.
conda-store-ui is a frontend for conda-store-server API.
It provides a graphical user interface for creating and managing conda environments.

It provides a user interface for creating and storing conda-environments.

## Docs

The Documentation for the conda-store-ui, its features, and its usage can be found here.

## Features

These are the components that `conda-store-ui` is built on, and provides a playground for these pieces.
This website documents the Storybook components that `conda-store-ui` is built on, and provides a playground for these pieces.
The user documentation for the conda-store-ui can be found at [conda.store](https://conda.store/conda-store-ui/introduction).
16 changes: 0 additions & 16 deletions src/docs/configuration.stories.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions src/docs/development.stories.mdx

This file was deleted.

15 changes: 0 additions & 15 deletions src/docs/gettingStarted.stories.mdx

This file was deleted.

120 changes: 0 additions & 120 deletions src/docs/markdown/CONFIGURATION.md

This file was deleted.

43 changes: 0 additions & 43 deletions src/docs/markdown/DEVELOPMENT.md

This file was deleted.

15 changes: 0 additions & 15 deletions src/docs/markdown/INTRODUCTION.md

This file was deleted.

30 changes: 0 additions & 30 deletions src/docs/markdown/START.md

This file was deleted.

26 changes: 0 additions & 26 deletions src/docs/release.stories.mdx

This file was deleted.

0 comments on commit f0c52de

Please sign in to comment.