Skip to content

Commit c08f7c1

Browse files
authored
Replace docusaurus with 11ty (#7260)
# Pull Request ## πŸ“– Description This change replaces Docusaurus, which has been causing a multitude of dependency issues, with 11ty. ## πŸ‘©β€πŸ’» Reviewer Notes Please review carefully, I have separated versions into 1.x and 2.x folder which should make this easier for our v3 migration. There are a couple scripts for navigation, and the CSS has been copied over, there may be some unused CSS at present but I believe it can be cleaned up relatively easily at a later date. This is in service of #7189 ## βœ… Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.
1 parent 50b1011 commit c08f7c1

File tree

2,668 files changed

+60326
-40883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,668 files changed

+60326
-40883
lines changed

β€Žbuild/package.jsonβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@microsoft/fast-build",
3+
"description": "Build utilities for FAST monorepo",
4+
"version": "0.0.0",
5+
"private": true
6+
}

β€Žpackage-lock.jsonβ€Ž

Lines changed: 12303 additions & 23324 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"license": "MIT",
1010
"private": true,
1111
"workspaces": [
12+
"build",
1213
"packages/*",
13-
"sites/site-utilities",
1414
"sites/website",
1515
"examples/todo-app",
1616
"examples/ssr"
@@ -63,13 +63,12 @@
6363
"@rollup/plugin-node-resolve": "15.2.3",
6464
"@rollup/plugin-terser": "0.4.4",
6565
"@rollup/plugin-typescript": "8.5.0",
66-
"@tensile-perf/web-components": "0.2.3",
67-
"@types/node": "22.18.11",
66+
"@tensile-perf/web-components": "^0.2.3",
6867
"@types/chai": "4.3.16",
6968
"@types/chai-spies": "1.0.6",
7069
"@types/karma": "6.3.8",
7170
"@types/mocha": "7.0.2",
72-
"@types/express": "4.17.21",
71+
"@types/node": "22.18.11",
7372
"@types/webpack-env": "1.18.5",
7473
"@typescript-eslint/eslint-plugin": "5.62.0",
7574
"@typescript-eslint/parser": "5.62.0",
@@ -122,4 +121,4 @@
122121
"glob": "$glob"
123122
}
124123
}
125-
}
124+
}

β€Žsites/site-utilities/.eslintignoreβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žsites/site-utilities/.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)