wip(sde): Trimming file list
This commit is contained in:
parent
ec802de588
commit
ad5a14ad49
83 changed files with 2206 additions and 2069 deletions
|
@ -57,6 +57,10 @@ yarn-error.log*
|
|||
|
||||
`,
|
||||
fetch: {
|
||||
// account:
|
||||
// sets
|
||||
// shared
|
||||
// control
|
||||
config: [
|
||||
{
|
||||
from: 'measurements.mjs',
|
||||
|
@ -73,7 +77,15 @@ yarn-error.log*
|
|||
],
|
||||
sites: [
|
||||
// Mock MDX components
|
||||
...['highlight', 'youtube', 'read-more', 'tabbed-example'].map((file) => ({
|
||||
...[
|
||||
'highlight',
|
||||
'youtube',
|
||||
'read-more',
|
||||
'tabbed-example',
|
||||
'http',
|
||||
'legend',
|
||||
'docs-helpers',
|
||||
].map((file) => ({
|
||||
from: `sde/mock/${file}.mjs`,
|
||||
to: `shared/components/mdx/${file}.mjs`,
|
||||
})),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue