Skip to content

Commit

Permalink
Revert: Roll up fluid-framework docs from child packages (#7261)
Browse files Browse the repository at this point in the history
The initial naïve rollup of fluid-framework docs (PR #6737) did more harm than good, so this change reverts it.
  • Loading branch information
tylerbutler authored Aug 27, 2021
1 parent 4d141da commit bf709c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 56 deletions.
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ The site theme/template lives in `themes/thxvscode`.
| `build:api-documenter:win32` | --- |
| `build:diagrams` | Generate the diagram images using ditaa. |
| `build:md-magic` | Updates generated content in Markdown files. |
| `build:uber-package` | `node ../rollup-api-json.js ../_api-extractor-temp/doc-models` |
| `clean` | Remove all generated files. |
| `copyfiles` | `copyfiles _replacements/ content/` |
| `ditaa` | Run the local copy of ditaa. |
Expand Down
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"license": "MIT",
"author": "Microsoft and contributors",
"scripts": {
"build": "npm run build:md-magic && npm run build:uber-package && npm run build:api-documenter && npm run build:diagrams && npm run copyfiles && npm run hugo",
"build": "npm run build:md-magic && npm run build:api-documenter && npm run build:diagrams && npm run copyfiles && npm run hugo",
"build:api-documenter": "run-script-os",
"build:api-documenter:default": "[ -e ../_api-extractor-temp/doc-models ] && api-documenter generate --config api-documenter.json --input-folder ../_api-extractor-temp/doc-models/ --output-folder content/docs/apis/ ; exit 0",
"build:api-documenter:win32": "if exist ../_api-extractor-temp/doc-models api-documenter generate --config api-documenter.json --input-folder ../_api-extractor-temp/doc-models/ --output-folder content/docs/apis/",
"build:diagrams": "node ditaa.js content/**/*.ditaa",
"build:md-magic": "node md.js",
"build:uber-package": "node ../rollup-api-json.js ../_api-extractor-temp/doc-models",
"clean": "rimraf public/** content/docs/apis/** static/playground/**",
"copyfiles": "copyfiles _replacements/**/*.* content/ -V -u 1",
"ditaa": "run-script-os",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@
"build": "npm run policy-check && npm run layer-check && npm run build:genver && npm run build:compile && npm run lint && npm run build:docs",
"build:ci": "npm run build:genver && lerna run build:compile --stream",
"build:compile": "lerna run build:compile --stream",
"build:docs": "lerna run build:docs --stream --parallel && npm run build:uber-package",
"build:docs": "lerna run build:docs --stream --parallel",
"build:fast": "fluid-build --root .",
"build:full": "npm run build:genver && npm run build:full:compile && npm run lint && npm run build:docs",
"build:full:compile": "lerna run build:full:compile --stream",
"build:gendocs": "copyfiles server/routerlicious/_api-extractor-temp/** ./_api-extractor-temp/doc-models/ -f -V && cd docs && npm run build",
"build:genver": "lerna run build:genver --stream --parallel",
"build:uber-package": "node rollup-api-json.js _api-extractor-temp/doc-models",
"bump-version": "fluid-bump-version --root .",
"bundle-analysis:collect": "npm run webpack:profile && fluid-collect-bundle-analyses",
"bundle-analysis:run": "fluid-run-bundle-analyses",
"ci:build": "npm run build:genver && lerna run build:compile --stream",
"ci:build:docs": "lerna run ci:build:docs --stream --parallel && npm run build:uber-package",
"ci:build:docs": "lerna run ci:build:docs --stream --parallel",
"ci:test": "npm run test:report ; t1=$? ; npm run test:copyresults ; exit $t1",
"ci:test:coverage": "npm run test:coverage ; t1=$? ; npm run test:copyresults ; exit $t1",
"clean": "lerna run clean --stream --parallel && npm run clean:docs && npm run clean:nyc",
Expand Down
50 changes: 0 additions & 50 deletions rollup-api-json.js

This file was deleted.

0 comments on commit bf709c1

Please sign in to comment.