Skip to content
Snippets Groups Projects
Commit 69a38165 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

small improvements to readme

parent aa15cb67
No related branches found
No related tags found
1 merge request!3Master into new editor
...@@ -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`.
## Dependencies ## Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment