Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Closed
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ build/
node_modules
website/src/docs/
npm-debug.log
!website/static/
yarn-error.log
Copy link
Contributor

Choose a reason for hiding this comment

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

nice addition 😄

4 changes: 4 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const siteConfig = {
label: "GitHub"
}
],
headerIcon: 'img/draftjs-logo.svg',
/* colors for website */
colors: {
primaryColor: '#3B3738',
Expand All @@ -40,6 +41,9 @@ const siteConfig = {

// Google analytics tracking id
gaTrackingId: 'UA-44373548-19',

// Show page Table of Contents
onPageNav: 'separate',
};

module.exports = siteConfig;
17 changes: 17 additions & 0 deletions website/static/img/draftjs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.