Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaScript docs #89

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const folderMapping = {
reactnative: "React Native",
angular: "Angular",
api: "API",
javascript: "JavaScript",
}

const platformMapping = {
Expand All @@ -16,6 +17,7 @@ const platformMapping = {
reactnative: "react-native",
angular: "angular",
api: "api",
javascript: "javascript",
}

const languageMapping = {
Expand All @@ -26,6 +28,7 @@ const languageMapping = {
reactnative: "javascript",
angular: "javascript",
api: "javascript",
javascript: "javascript",
}

const PRODUCT = process.env.PRODUCT
Expand Down
74 changes: 74 additions & 0 deletions static/icon/javascript.svg
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2023-08-01 at 12 42 54

The logo looks weird on the UI, maybe this is the fault of the SVG. I didn't want to spend too much time trying to fix this, because we should publish the docs ASAP.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.