Skip to content

Commit

Permalink
content(misc): headless cms aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 11, 2024
1 parent bcf2f85 commit e61bd52
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
"turbo": "^2.1.1",
"typescript-eslint": "^8.14.0"
},
"packageManager": "[email protected]",
"dependencies": {
"sharp": "^0.33.5"
}
"packageManager": "[email protected]"
}
6 changes: 2 additions & 4 deletions packages/add-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@
"bugs": "https://github.com/mnfst/manifest/issues",
"keywords": [
"manifest",
"backend",
"backend-as-a-service",
"bass",
"api",
"headless-cms",
"install",
"rest"
],
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/json-schema/src/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.manifest.build/schema.json",
"title": "Manifest",
"description": "A complete backend in a single file",
"description": "The 1-file Headless CMS",
"type": "object",
"properties": {
"name": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/manifest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manifest

[Manifest](https://manifest.build) is the simplest **BaaS (Backend As A Service)** you will find.
[Manifest](https://manifest.build) is the simplest **Headless CMS** you will find.

It provides a complete backend to your client app without the hassle that comes with it. It actually fits into **a single YAML file**.

Expand Down
11 changes: 6 additions & 5 deletions packages/core/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "manifest",
"version": "4.1.5",
"description": "A complete backend that fits into 1 YAML file",
"description": "The 1-file Headless CMS",
"author": "Manifest",
"license": "MIT",
"homepage": "https://manifest.build",
Expand All @@ -14,14 +14,15 @@
},
"keywords": [
"manifest",
"headless-cms",
"backend",
"backend-as-a-service",
"baas",
"api",
"rest",
"fullstack",
"admin",
"database",
"yaml",
"headless"
"headless",
"crud"
],
"scripts": {
"build": "nest build && cd ../admin && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/src/manifests/ManifestSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export type RelationshipSchema =
| string

/**
* A complete backend in a single file
* The 1-file Headless CMS
*/
export interface Manifest {
/**
Expand Down
9 changes: 8 additions & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
"keywords": [
"manifest",
"backend",
"baas",
"manifest",
"headless-cms",
"backend",
"api",
"rest",
"admin",
"yaml",
"headless",
"sdk",
"js-sdk",
"client",
Expand Down

0 comments on commit e61bd52

Please sign in to comment.