Add glossary section to README

Added a section for Portal-specific terminology with a link to the glossary.

Thumbgo committed Nov 14, 2025 at 11:45 UTC 47e5568b16ef30e537f74aa19bca536a75b62fb7
1 file changed +5
README.md
+5
@@ -61,12 +61,17 @@ See [portal-toys](https://github.com/gosuda/portal-toys)
61
62 For a detailed overview of system components and data flow, see the [architecture documentation](docs/architecture.md).
63
64 +## Glossary
65 +
66 +If you need Portal-specific terminology, check the [Portal glossary](docs/glossary.md)
67 ## Contributing
68
69 We welcome contributions from the community!
70 Before getting started, please check the [development guide](docs/development.md)
71 for setup instructions and best practices.
72
73 +## Glossary
74 +
75 ### Steps to Contribute
76 1. Fork the repository
77 2. Create a feature branch (`git checkout -b feature/amazing-feature`)