diff --git a/readme.md b/readme.md index 021df32..178f943 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ # MessageBroker + ![Lifecycle Active](https://badgen.net/badge/Lifecycle/Active/green) ![NPM](https://img.shields.io/npm/l/@morgan-stanley/message-broker) ![npm](https://img.shields.io/npm/v/@morgan-stanley/message-broker) @@ -8,7 +9,7 @@ MessageBroker provides framework agnostic, decoupled communication between publishers and subscribers. This library is fully type safe and works in both browsers and Node.js. MessageBroker is built ontop of [RxJS](https://rxjs.dev/guide/overview) providing access to observables and a comprehensive list of operators. -Full documentation can be found at http://opensource.morganstanley.com/message-broker/ +Full documentation can be found at https://morganstanley.github.io/message-broker/ ## Basic Usage diff --git a/site/gatsby-config.js b/site/gatsby-config.js index d988995..85552d5 100644 --- a/site/gatsby-config.js +++ b/site/gatsby-config.js @@ -2,12 +2,12 @@ const { plugins } = require('./src/config/base-gatsby-plugins'); module.exports = { siteMetadata: { - title: `Project GitHub Pages Template`, - description: `Morgan Stanley Open Source Software`, - siteUrl: 'http://opensource.morganstanley.com', + title: `Message Broker`, + description: `a Typescript library which aims to provide asynchronous communication between typescript components`, + siteUrl: 'https://morganstanley.github.io', documentationUrl: false, // documentationUrl: url-of.documentation.site, }, - pathPrefix: `/`, // put GitHub project url slug here e.g. github.com/morganstanley/ + pathPrefix: `/message-broker`, // put GitHub project url slug here e.g. github.com/morganstanley/ plugins, }; diff --git a/site/package-lock.json b/site/package-lock.json index 8aaec8b..ccf7409 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11857,16 +11857,16 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -11944,10 +11944,9 @@ } }, "node_modules/express/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "license": "MIT", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "engines": { "node": ">= 0.6" } diff --git a/site/src/components/header.js b/site/src/components/header.js index 4809e6c..86a9ad8 100644 --- a/site/src/components/header.js +++ b/site/src/components/header.js @@ -19,7 +19,7 @@ const Header = ({ location, links }) => { return (

- +