Skip to content

Commit

Permalink
addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanm3341 committed Apr 24, 2024
1 parent e38111b commit 5c843c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ reports/
*.tgz
npm-debug.log
npm
./package-lock.json
/package-lock.json
1 change: 1 addition & 0 deletions site/content/alternatives.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: List of alternatives and how they differ from this project
title: Alternatives
date: 2024-04-24
---

List of alternatives to the Message Broker.
Expand Down
71 changes: 0 additions & 71 deletions site/content/news/hello-world.mdx

This file was deleted.

8 changes: 4 additions & 4 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ const { plugins } = require('./src/config/base-gatsby-plugins');

module.exports = {
siteMetadata: {
title: `Morgan Stanley Open Source Software`,
description: `Morgan Stanley Open Source Software`,
siteUrl: 'http://opensource.morganstanley.com',
title: `Message Broker`,
description: `The Message Broker is a Typescript library which aims to provide asynchronous communication between typescript components.`,
siteUrl: 'http://opensource.morganstanley.com/message-broker',
documentationUrl: false,
// documentationUrl: url-of.documentation.site,
},
pathPrefix: `/`, // include subdirectory
pathPrefix: `/message-broker`, // include subdirectory
plugins,
};

0 comments on commit 5c843c0

Please sign in to comment.