Skip to content

Commit

Permalink
fix: deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Nov 29, 2023
1 parent 5c070e6 commit e8218e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-error.log
.vscode
.DS_STORE
.idea
attachments-sdk/
common-sdk/
react-native-sdk/
react-sdk/
docs/docs/attachments-sdk/
docs/docs/common-sdk/
docs/docs/react-native-sdk/
docs/docs/react-sdk/
5 changes: 5 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

docs/attachments-sdk/
docs/common-sdk/
docs/react-native-sdk/
docs/react-sdk/
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "docs",
"private": true,
"version": "0.0.0",
"scripts": {
"docusaurus": "docusaurus",
Expand Down
12 changes: 6 additions & 6 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ const sidebars: SidebarsConfig = {
items: [
{
type: 'category',
label: 'Common SDK',
label: 'React Native SDK',
items: [
{
type: 'autogenerated',
dirName: 'common-sdk',
dirName: 'react-native-sdk',
},
],
},
{
type: 'category',
label: 'React Native SDK',
label: 'React SDK',
items: [
{
type: 'autogenerated',
dirName: 'react-native-sdk',
dirName: 'react-sdk',
},
],
},
Expand All @@ -48,11 +48,11 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'React SDK',
label: 'Common SDK',
items: [
{
type: 'autogenerated',
dirName: 'react-sdk',
dirName: 'common-sdk',
},
],
},
Expand Down

0 comments on commit e8218e0

Please sign in to comment.