Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kinetic
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
kinetic
Merge requests
!28
Resolve
#3473978
"Clean up sdc"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3473978
"Clean up sdc"
issue/kinetic-3473978:3473978-clean-up-sdc
into
main
Overview
0
Commits
64
Pipelines
0
Changes
137
Closed
Robert Bryan
requested to merge
issue/kinetic-3473978:3473978-clean-up-sdc
into
main
7 months ago
Overview
0
Commits
64
Pipelines
0
Changes
137
Expand
Closes
#3473978
0
0
Merge request reports
Compare
main
version 1
ca8b6fa2
7 months ago
main (base)
and
latest version
latest version
f39256f3
64 commits,
7 months ago
version 1
ca8b6fa2
63 commits,
7 months ago
137 files
+
28699
−
6715
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
137
Search (e.g. *.vue) (Ctrl+P)
.storybook/main.js
0 → 100644
+
17
−
0
Options
const
path
=
require
(
'
path
'
);
/** @type { import('@storybook/server-webpack5').StorybookConfig } */
const
config
=
{
stories
:
[
"
../source/**/*.stories.@(json|yaml|yml)
"
],
addons
:
[
"
@storybook/addon-links
"
,
"
@storybook/addon-essentials
"
,
],
framework
:
{
name
:
"
@storybook/server-webpack5
"
,
options
:
{},
},
docs
:
{
autodocs
:
"
tag
"
,
},
};
export
default
config
;
Loading