You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Download the latest release, unzip it and run the executable compatible with you
14
14
15
15
### For Developers
16
16
17
-
See [DEVELOPMENT.md](./DEVELOPMENT.md)for detailed setup instructions. Quick start:
17
+
See our comprehensive [Documentation](./docs/README.md)or jump to [Getting Started](./docs/guides/getting-started.md). Quick start:
18
18
19
19
```bash
20
20
# Clone and setup
@@ -34,7 +34,17 @@ When using the Control Station make sure that you have configured your IP as the
34
34
35
35
To change the ADJ branch from `main`, change the option `adj/branch` at the end of the `config.toml` with the name of the branch you want to use or leave it blank if you'll be making use of a custom ADJ.
36
36
37
-
### Contributing
37
+
## Documentation
38
+
39
+
📚 **[Complete Documentation](./docs/README.md)** - All guides and references
40
+
41
+
### Quick Links
42
+
- 🚀 **[Getting Started](./docs/guides/getting-started.md)** - New user guide
0 commit comments