Skip to content

Commit

Permalink
fix(documentation): patch publicodes 1.2 pour récupérer le fix du scr…
Browse files Browse the repository at this point in the history
…oll de la documentation
  • Loading branch information
JalilArfaoui committed Jan 22, 2025
1 parent 4907585 commit c622231
Show file tree
Hide file tree
Showing 24 changed files with 17,121 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ package-lock.json
node_modules/
.env
dist/
!publicodes/dist/
!publicodes-react-ui/dist/
storybook-static/

# Local Netlify folder
Expand All @@ -23,4 +25,4 @@ storybook-static/
!**/.yarn/plugins
!**/.yarn/releases
!**/.yarn/sdks
!**/.yarn/versions
!**/.yarn/versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.3.22",
"prettier": "^3.0.3",
"publicodes": "^1.2.0",
"publicodes": "file:./publicodes",
"rimraf": "^5.0.1"
},
"resolutions": {
Expand Down
14 changes: 14 additions & 0 deletions publicodes-react-ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# `publicodes-react`

This package exports React components to display a publicodes explanation page
and rule links. It requires the `publicodes` core package to be installed.

[Tutorial](https://publi.codes/docs/tutoriel#documentation-interactive)

[Documentation](https://publi.codes/docs/api/core)

## Installation

```sh
npm install publicodes publicodes-react
```
109 changes: 109 additions & 0 deletions publicodes-react-ui/dist/RulesSearch-IUQDMTNF.js

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

1 change: 1 addition & 0 deletions publicodes-react-ui/dist/RulesSearch-IUQDMTNF.js.map

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

Loading

0 comments on commit c622231

Please sign in to comment.