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/user-documentation/pss.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PSS provides a pub-sub facility that can be used for a variety of tasks. Nodes a

The intended use of PSS is to communicate privately with a publicly known identity (to for example initiate further communication directly). Due to the cost of mining the trojan chunks, it is not recommended to use as an instant messaging system.

:::warn Light nodes are unreachable
:::caution Light nodes are unreachable
Be aware! You can not send message to Light nodes! This is because light nodes does not fully participate
in the data exchange in Swarm network and hence the message won't arrive to them.
:::
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = {
: "https://github.com/ethersphere/bee-js-docs",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
customCss: [require.resolve("./src/css/custom.css")],
},
},
],
Expand Down
19 changes: 19 additions & 0 deletions src/css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.