Fix documentation after package release
This commit is contained in:
parent
0fd69879fa
commit
76caf4804e
@ -38,6 +38,10 @@ The Simple CMS can be used in two different ways.
|
|||||||
|
|
||||||
# simple-cms-core
|
# simple-cms-core
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
`npm install @simplecms/simple-cms/core`
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```tsx
|
```tsx
|
||||||
@ -70,7 +74,7 @@ import {
|
|||||||
locales,
|
locales,
|
||||||
Icon,
|
Icon,
|
||||||
images
|
images
|
||||||
} from 'simple-cms-core';
|
} from '@simple-cms/simple-cms-core';
|
||||||
|
|
||||||
// Register all the things
|
// Register all the things
|
||||||
CMS.registerBackend('git-gateway', GitGatewayBackend);
|
CMS.registerBackend('git-gateway', GitGatewayBackend);
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"simple-cms-core": ["./src"]
|
"@simplecms/simple-cms-core": ["./src"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["**/src/**/*", "dev-test/index.js"],
|
"include": ["**/src/**/*", "dev-test/index.js"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user