Skip to content

Commit

Permalink
[#6] added readme and forgotten package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriikah committed May 20, 2024
1 parent bd3420f commit 0df2652
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"markdown-to-jsx": "^7.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
Expand Down Expand Up @@ -60,14 +61,14 @@
]
},
"devDependencies": {
"react-scripts": "5.0.1",
"@types/redux-mock-store": "^1.0.6",
"jest-environment-jsdom": "^29.7.0",
"jest-preview": "^0.3.1",
"react-scripts": "5.0.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
},
"overrides": {
"got": "^12.1.0"
}
}
}
20 changes: 20 additions & 0 deletions src/static/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Static

The files in the static folder are used for rendrering specific fields. There are also pictures.

## locales

It's the translations for every language supported

## attributes

Gives the default type and values of each fields in the manager.
It's formated in json like key : { type, default, etc}

## definition

This file must be completed, it is supposed to be formated the same way as _attributes_. key : markdown string.

## tree

Gives the imbrication of the tree for exemple the auth param tree

0 comments on commit 0df2652

Please sign in to comment.