Skip to content

Commit

Permalink
Merge pull request #15748 from strapi/chore/docs-api-ref
Browse files Browse the repository at this point in the history
docs: api reference
  • Loading branch information
nathan-pichon committed May 3, 2023
2 parents 949c211 + fd2f06e commit 3fa939d
Show file tree
Hide file tree
Showing 14 changed files with 1,402 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/.eslintrc.docs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
parserOptions: {
sourceType: 'module',
},
plugins: ['react'],
rules: {
'react/prop-types': 0,
},
};
Loading

0 comments on commit 3fa939d

Please sign in to comment.