Restructure examples directory (#15349)
1. Eliminates the "hosts" directory. 2. Declares "data-objects" to be specifically for webpack-fluid-loader examples (examples not using webpack-fluid-loader either move to "apps" or a more specific location). Added a README to indicate this. 3. Sets up several subdirectories for more-specific and meaningful topic groupings: * benchmarks * external-data * version-migration * view-integration 4. Moves examples under /experimental into the /examples directory in their appropriate location. /experimental/examples is eliminated. 5. Rescopes `@fluid-experimental/inventory-app` to `@fluid-example/inventory-app` 6. Moves `@fluid-experimental/tree-react-api` to /experimental/framework 7. Fixes up some incorrect `repository.directory` entries in package.jsons
This commit is contained in:
Родитель
8cd6c5c3e6
Коммит
30363e7a33
10
PACKAGES.md
10
PACKAGES.md
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "examples/hosts/app-integration/external-controller"
|
||||
"directory": "azure/packages/external-controller"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "examples/data-objects/presence-tracker"
|
||||
"directory": "examples/apps/presence-tracker"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "examples/data-objects/task-selection"
|
||||
"directory": "examples/apps/task-selection"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "experimental/examples/bubblebench/baseline"
|
||||
"directory": "examples/benchmarks/bubblebench/baseline"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "experimental/examples/bubblebench/common"
|
||||
"directory": "examples/benchmarks/bubblebench/common"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
|
@ -7,7 +7,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/FluidFramework.git",
|
||||
"directory": "experimental/examples/bubblebench/editable-shared-tree"
|
||||
"directory": "examples/benchmarks/bubblebench/editable-shared-tree"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Microsoft and contributors",
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче