@@ -80,9 +80,9 @@ For example for a patch use `npm version patch`, for a minor feature `npm versio
...
@@ -80,9 +80,9 @@ For example for a patch use `npm version patch`, for a minor feature `npm versio
For more information see the official [docs](https://docs.npmjs.com/cli/v8/commands/npm-version).
For more information see the official [docs](https://docs.npmjs.com/cli/v8/commands/npm-version).
## Project Structure
## Project Structure
The plugin code will be loaded by WordPress. The content is defined in the main plugin file ``knowledge-space.php``.
The plugin code will be loaded by WordPress. The content is defined in the main plugin file ``knowledge-space.php`` (also see [WordPress plugin basics](https://developer.wordpress.org/plugins/plugin-basics/)).
Code between frontend (`src/display`) and backend (`src/editor`) is separated.
TypeScript code between frontend (`src/display`) and backend (`src/editor`) is separated.
Common data structures or components can be found in `src/common`.
Common data structures or components can be found in `src/common`.