Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Add Draft.js logo to header
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Added the Draft.js logo to the header.

Also turn on on page navigation for docs - some of the headers will need to be
changed in some of the docs to get it all to work correctly.

**Test Plan**

Ran site locally
Closes #1768

Reviewed By: NoamELB

Differential Revision: D8148268

Pulled By: NoamELB

fbshipit-source-id: 2731fb31d87116f01de24e2953dcf3bcee0493c6
  • Loading branch information
JoelMarcey authored and facebook-github-bot committed May 24, 2018
1 parent 72ad814 commit 0ce20bc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
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
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.

0 comments on commit 0ce20bc

Please sign in to comment.