Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions analyses/0015-knative/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ modified: 2025-07-25
author: Dave Welsch (@dwelsch-esi)
---

<!-- markdownlint-disable-file -->
<!-- markdownlint-disable no-duplicate-heading -->

## Introduction

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -712,7 +712,6 @@ only two levels for which a tech docs analysis can be requested.)

<!-- markdownlint-enable line-length -->

[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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion analyses/0015-knative/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ modified: 2025-07-28
author: Dave Welsch (@dwelsch-esi)
---

<!-- markdownlint-disable -->
<!-- markdownlint-disable no-duplicate-heading -->

# Separate technical documentation from the project page

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down