Sfoglia il codice sorgente

Docs: CKE5 uses now monorepo architecture.

Marek Lewandowski 5 anni fa
parent
commit
b6cfcdee93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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).