Skip to content

Commit

Permalink
Merge pull request #64 from GetStream/revert-63-vanGalilea-patch-2
Browse files Browse the repository at this point in the history
revert: adding client js to consts
  • Loading branch information
vanGalilea committed Mar 2, 2023
2 parents 8450866 + 36760ca commit 1757fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ git clone https://github.com/getstream/stream-chat-docusaurus-cli

cd stream-chat-docusaurus-cli

# Install dependencies
# Run the install command

yarn

# link the package so that npx picks it

npm link
npm install -g
```

Within the same directory level of your SDK that the `docusaurus` directory described above lives you can run CLI commands. Make sure you have at least the directory structure described above as well as at least 1 markdown file.
Expand Down
3 changes: 1 addition & 2 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ const folderMapping = {
react: 'React',
reactnative: 'React Native',
angular: 'Angular',
clientjs: 'Client JS',
platform: 'Platform Capabilities',
overview: 'Features Overview'
overview: 'Features Overview',
};

const platformMapping = {
Expand Down

0 comments on commit 1757fb6

Please sign in to comment.