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

Commit 0ce20bc

Browse files
JoelMarceyfacebook-github-bot
authored andcommitted
Add Draft.js logo to header
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
1 parent 72ad814 commit 0ce20bc

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ build/
55
node_modules
66
website/src/docs/
77
npm-debug.log
8+
!website/static/
9+
yarn-error.log

website/siteConfig.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const siteConfig = {
2020
label: "GitHub"
2121
}
2222
],
23+
headerIcon: 'img/draftjs-logo.svg',
2324
/* colors for website */
2425
colors: {
2526
primaryColor: '#3B3738',
@@ -40,6 +41,9 @@ const siteConfig = {
4041

4142
// Google analytics tracking id
4243
gaTrackingId: 'UA-44373548-19',
44+
45+
// Show page Table of Contents
46+
onPageNav: 'separate',
4347
};
4448

4549
module.exports = siteConfig;
Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)