diff --git a/analyses/0015-knative/analysis.md b/analyses/0015-knative/analysis.md index 5507738..3afc975 100644 --- a/analyses/0015-knative/analysis.md +++ b/analyses/0015-knative/analysis.md @@ -6,7 +6,7 @@ modified: 2025-07-25 author: Dave Welsch (@dwelsch-esi) --- - + ## Introduction @@ -664,7 +664,7 @@ No recommendations. ## Website and infrastructure -**TBD** +> **TBD** Knative is a **graduated** project of CNCF. This means that the project should have [_very high_][criteria] standards for documentation. @@ -712,7 +712,6 @@ only two levels for which a tech docs analysis can be requested.) -[git-submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules [maturity-level]: https://github.com/cncf/toc/tree/main/process#ii-stages---definitions--expectations [cncf-servicedesk]: https://servicedesk.cncf.io @@ -843,8 +842,6 @@ The numeric rating values used in this document are as follows 5. Exemplary [criteria]: ../criteria.md -[implementation]: ./implementation.md -[issues]: ./issues.md [project-doc-website]: https://knative.dev/docs/ [project-website]: https://knative.dev/docs/ [Rating (1-5)]: #rating-values diff --git a/analyses/0015-knative/issues.md b/analyses/0015-knative/issues.md index 9a314f1..fc040ce 100644 --- a/analyses/0015-knative/issues.md +++ b/analyses/0015-knative/issues.md @@ -6,7 +6,7 @@ modified: 2025-07-28 author: Dave Welsch (@dwelsch-esi) --- - + # Separate technical documentation from the project page diff --git a/package.json b/package.json index 685fd9d..d41d791 100644 --- a/package.json +++ b/package.json @@ -42,33 +42,33 @@ "serve": "npm run docus:serve", "test": "npm run check", "typecheck": "tsc", - "update:pkgs": "npx npm-check-updates -u" + "update:packages": "npx npm-check-updates -u" }, "author": "CNCF", "license": "CC-BY-4.0", "dependencies": { - "@docusaurus/core": "3.8.1", - "@docusaurus/preset-classic": "3.8.1", - "@mdx-js/react": "^3.1.0", + "@docusaurus/core": "3.9.2", + "@docusaurus/preset-classic": "3.9.2", + "@mdx-js/react": "^3.1.1", "clsx": "^2.1.1", "prism-react-renderer": "^2.4.1", - "react-dom": "^19.1.0", - "react": "^19.1.0" + "react-dom": "^19.2.3", + "react": "^19.2.3" }, "devDependencies": { - "@docusaurus/module-type-aliases": "3.8.1", - "@docusaurus/tsconfig": "3.8.1", - "@docusaurus/types": "3.8.1", - "cspell": "^9.1.1", - "markdown-link-check": "3.13.7", - "markdownlint-cli": "^0.45.0", - "markdownlint": "^0.38.0", - "npm-check-updates": "^18.0.1", - "prettier": "^3.5.3", - "typescript": "~5.8.3" + "@docusaurus/module-type-aliases": "3.9.2", + "@docusaurus/tsconfig": "3.9.2", + "@docusaurus/types": "3.9.2", + "cspell": "^9.4.0", + "markdown-link-check": "3.14.2", + "markdownlint-cli": "^0.47.0", + "markdownlint": "^0.40.0", + "npm-check-updates": "^19.3.1", + "prettier": "^3.7.4", + "typescript": "~5.9.3" }, "private": true, - "spelling": "cSpell:ignore ACMR docus HTMLTEST loglevel pkgs -", + "spelling": "cSpell:ignore ACMR docus HTMLTEST loglevel -", "prettier": { "proseWrap": "always", "singleQuote": true