Skip to content

Commit 20db453

Browse files
docs: Move polyfill and todo reports to docs folder (#1548)
* docs: Move polyfill and todo reports to docs * docs: Update package and commit json assets Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65983e6 commit 20db453

File tree

6 files changed

+418
-9
lines changed

6 files changed

+418
-9
lines changed

.eleventy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ module.exports = function (eleventyConfig) {
7777
eleventyConfig.addPassthroughCopy("./brand");
7878
eleventyConfig.addPassthroughCopy("./storybook");
7979

80-
eleventyConfig.addPassthroughCopy({
81-
"./elements/*.json": "docs/_data/"
82-
});
83-
8480
// Check if the components folder needs to be created
8581
if(!fs.existsSync(`docs/components/`)) {
8682
fs.mkdirSync(`docs/components/`);

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ test/.wct-kludge
4646
# Documentation
4747
/_site
4848
/docs/components/*/
49-
/docs/examples/index.html
50-
/docs/_data/*.json
5149

5250
# E2E
5351
/test/vrt-snapshots/

0 commit comments

Comments
 (0)