Skip to content

Commit

Permalink
doc: - converted the architecture diagram into an actual image
Browse files Browse the repository at this point in the history
- mentioned CONTRIBUTING doc in the introduction
  • Loading branch information
gked committed Nov 16, 2024
1 parent 53851d6 commit 6800223
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/dev/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Bastyon utilizes its native cryptocurrency, [PKOIN](https://www.coingecko.com/en

The application flow architecture largerly depends on the content, users are interacting with. From a high-level, the architecture of Bastyon looks like the following:

![bastyon-architecture-overview](/dev/assets/images/bastyon-architecture-overview.png)

<!-- bastyon-architecture-overview diagram mermaid code
```mermaid
%%{init: { 'theme': 'default', 'fontSize': 10, 'flowchart': { 'nodeSpacing': 30, 'rankSpacing': 50, 'padding': 5 } }}%%
flowchart TB
Expand Down Expand Up @@ -57,7 +61,7 @@ flowchart TB
BA --- PT1
BA --- M
```

-->
<!-- Add more architectural detail as needed -->

<!-- todo
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Instructions for launching and maintaining a blockchain node:
### Contribution

This project exists, thanks to the dedication of people who are passionate about liberating communications across the globe. Whether you are an engineer, an author, a community advocate, or just a believer, we would love your help with this project! Here are a few resources to help you with any questions you may have.
Here are a few resorces.

- Checkout out [CONTRIBUTING](/dev/CONTRIBUTING.md) doc.
- You can reach out to us on [GitHub](https://github.com/pocketnetteam)
- We are also just one [an email](mailto:[email protected])

Expand Down

0 comments on commit 6800223

Please sign in to comment.