Explorar el Código

Docs: CKE5 uses now monorepo architecture.

Marek Lewandowski hace 5 años
padre
commit
b6cfcdee93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/framework/guides/overview.md

+ 1 - 1
docs/framework/guides/overview.md

@@ -37,7 +37,7 @@ The framework was designed to be a highly flexible and universal platform for cr
 
 ## Framework structure
 
-The framework is made of several [npm packages](https://npmjs.com). Every package is developed in its own repository, making CKEditor 5 a multi-repository project. The main repository that glues all of them and contains the CKEditor 5 development environment is https://github.com/ckeditor/ckeditor5.
+The framework is made of several [npm packages](https://npmjs.com). Each package is available in the `/packages` directory of the https://github.com/ckeditor/ckeditor5 repository.
 
 A complete list of official packages that constitute the framework is available in the [main repository's README](https://github.com/ckeditor/ckeditor5#packages).