diff --git a/app/plugins.js b/app/plugins.js index 64e52901..c855589b 100644 --- a/app/plugins.js +++ b/app/plugins.js @@ -22,10 +22,10 @@ const availableExtensions = new Set([ 'reduceUI', 'reduceSessions', 'reduceTermGroups', 'decorateMenu', 'decorateTerm', 'decorateHyper', 'decorateHyperTerm', // for backwards compatibility with hyperterm - 'decorateTab', + 'decorateHeader', 'decorateTerms', 'decorateTab', 'decorateNotification', 'decorateNotifications', 'decorateTabs', 'decorateConfig', 'decorateEnv', - 'decorateTermGroup', 'getTermProps', + 'decorateTermGroup', 'decorateSplitPane', 'getTermProps', 'getTabProps', 'getTabsProps', 'getTermGroupProps', 'mapHyperTermState', 'mapTermsState', 'mapHeaderState', 'mapNotificationsState', diff --git a/website/README.md b/website/README.md index 1735b16c..1781513f 100644 --- a/website/README.md +++ b/website/README.md @@ -5,6 +5,6 @@ This is the static site that shows up when you access [hyper.is](https://hyper.i ## Contribute 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -3. Move into the repository's directory: `cd hyper-website` +3. Move into the website's directory: `cd hyper/website` 4. Install dependencies: `npm install` 6. Run [serve](https://github.com/zeit/serve): `npm start` diff --git a/website/index.html b/website/index.html index 58656661..10516436 100644 --- a/website/index.html +++ b/website/index.html @@ -1174,11 +1174,15 @@ decorateHyper
- decorateTerms
- decorateTerm
+ decorateNotifications
+ decorateNotification decorateHeader
decorateTabs
decorateTab + decorateTerms
+ decorateTermGroup
+ decorateSplitPane
+ decorateTerm
Renderer