Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-reference/interfaces/utils.bytes.bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Utils.Bytes.Bytes

# Interface: Bytes<Length\>

[Utils](../modules/utils.md).[Bytes](../modules/utils.bytes.md).Bytes
Utils.[Bytes](../modules/utils.bytes.md).Bytes

Helper type for dealing with fixed size byte arrays.

Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/interfaces/utils.bytes.flexbytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Utils.Bytes.FlexBytes

# Interface: FlexBytes<Min, Max\>

[Utils](../modules/utils.md).[Bytes](../modules/utils.bytes.md).FlexBytes
Utils.[Bytes](../modules/utils.bytes.md).FlexBytes

Helper type for dealing with flexible sized byte arrays.

Expand Down
5 changes: 2 additions & 3 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ We'd love you to join us! Are you up to the challenge of helping us to create be
## Community
There is a vibrant and buzzing community behind Swarm, get involved in one of our group channels.

- [Swarm](http://swarm.ethereum.org).
- [official Swarm website](http://swarm.ethereum.org).
- [Discord room](https://discord.gg/ykCupZMuww).
- [Beehive Chat on Mattermost](https://beehive.ethswarm.org/).
- [Orange Lounge](https://t.me/joinchat/GoVG8RHYjUpD_-bEnLC4EQ).
- [Twitter @ethswarm](https://twitter.com/ethswarm).
- [reddit channel](https://www.reddit.com/r/ethswarm/).

## Reporting a bug
If anything isn't working, [get in touch and let us know!](https://github.com/ethersphere/bee-js/issues) Every Bee is important to us and we'll get right to work on fixing it for you as soon as possible. 🐝

4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ module.exports = {
url: 'https://bee-js.ethswarm.org',
baseUrl: '/',
plugins: [require.resolve('docusaurus-lunr-search')],
onBrokenLinks: 'warn',
onBrokenLinks: 'error',
onBrokenMarkdownLinks: 'error',
onDuplicateRoutes: 'error',
favicon: 'img/favicon.ico',
organizationName: 'Swarm', // Usually your GitHub org/user name.
projectName: 'bee-js-docs', // Usually your repo name.
Expand Down