Skip to content

Commit

Permalink
fix: ignore docz
Browse files Browse the repository at this point in the history
  • Loading branch information
stfy committed Sep 28, 2019
1 parent c2e7f9a commit 0d3a7ba
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 2 deletions.
67 changes: 67 additions & 0 deletions .docz/app/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"config": {
"title": "React Editor.js wrapper",
"description": "React wrapper component for Editor.js",
"menu": [],
"repository": null,
"native": false,
"themeConfig": {},
"separator": "-",
"typescript": true,
"debug": true,
"files": "**/*.mdx"
},
"entries": [
{
"key": "example/example.mdx",
"value": {
"name": "Documentation",
"route": "/",
"id": "f38a23955578b56dc7aff9f229e6ecc1",
"filepath": "example/example.mdx",
"fullpath": "E:\\Tim\\react-editor.js\\example\\example.mdx",
"link": "",
"slug": "example-example",
"menu": "",
"headings": [
{
"slug": "getting-started",
"depth": 1,
"value": "Getting Started"
},
{
"slug": "install",
"depth": 2,
"value": "Install"
},
{
"slug": "usage",
"depth": 2,
"value": "Usage"
},
{
"slug": "examples",
"depth": 2,
"value": "Examples"
},
{
"slug": "use-ondata-callback",
"depth": 3,
"value": "Use onData callback"
},
{
"slug": "mount-to-custom-dom-node",
"depth": 3,
"value": "Mount to custom DOM node"
},
{
"slug": "access-to-editorjs-instance",
"depth": 3,
"value": "Access to Editor.js instance"
}
]
}
}
],
"props": []
}
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dist
lib
.vscode
yarn.lock
.docz/**
.rts2*
.docz/*
!.docz/app
.rts2*

0 comments on commit 0d3a7ba

Please sign in to comment.