Skip to content

Commit

Permalink
feat: new docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Jul 18, 2022
1 parent 6e4e781 commit f0499d1
Show file tree
Hide file tree
Showing 1,836 changed files with 27,603 additions and 106,915 deletions.
6 changes: 2 additions & 4 deletions .eslintignore
@@ -1,5 +1,3 @@
build/
sidebars/
*.cjs

# swizzled components
src/theme/
sidebars-*.js
7 changes: 4 additions & 3 deletions .eslintrc.json
Expand Up @@ -8,16 +8,17 @@
"version": "detect"
}
},
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"],
"extends": ["eslint:recommended", "plugin:react/recommended"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["react", "prettier"],
"plugins": ["react"],
"rules": {
"prettier/prettier": "error"
"react/prop-types": "off",
"no-unused-vars": "warn"
}
}
36 changes: 0 additions & 36 deletions .github/workflows/demo.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/docsearch.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/lint.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/release.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/test.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/update-api-specs-check.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@

# Production
/build
.env

# Generated files
.docusaurus
Expand All @@ -18,6 +19,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
/scraper
2 changes: 2 additions & 0 deletions .prettierignore
@@ -0,0 +1,2 @@
# autogenerated files
docs/*ui-kit/reference/**/*.md
Binary file removed .tmp/dyte-in-client-core-0.18.2-stripped.3.tgz
Binary file not shown.
Binary file removed .tmp/dyte-in-ui-kit-1.1.0-staging.3.tgz
Binary file not shown.
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,5 @@
{
"emmet.includeLanguages": {
"mdx": "javascriptreact"
}
}
13 changes: 0 additions & 13 deletions LICENSE

This file was deleted.

0 comments on commit f0499d1

Please sign in to comment.