mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-13 21:51:41 -07:00
@@ -54,16 +54,6 @@ hide:
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## In-App Help
|
|
||||||
|
|
||||||
NetAlertX provides contextual help within the application:
|
|
||||||
|
|
||||||
- **Hover over settings, fields, or labels** to see additional tooltips and guidance.
|
|
||||||
- **Click ? (question-mark) icons** next to various elements to view detailed information.
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Help and Support
|
## Help and Support
|
||||||
@@ -72,14 +62,16 @@ If you need help or run into issues, here are some resources to guide you:
|
|||||||
|
|
||||||
**Before opening an issue, please:**
|
**Before opening an issue, please:**
|
||||||
|
|
||||||
|
- **Hover over settings, fields, or labels** to see additional tooltips and guidance.
|
||||||
|
- **Click ? (question-mark) icons** next to various elements to view detailed information.
|
||||||
- [Check common issues](./DEBUG_TIPS.md#common-issues) to see if your problem has already been reported.
|
- [Check common issues](./DEBUG_TIPS.md#common-issues) to see if your problem has already been reported.
|
||||||
- [Look at closed issues](https://github.com/jokob-sk/NetAlertX/issues?q=is%3Aissue+is%3Aclosed) for possible solutions to past problems.
|
- [Look at closed issues](https://github.com/netalertx/NetAlertX/issues?q=is%3Aissue+is%3Aclosed) for possible solutions to past problems.
|
||||||
- **Enable debugging** to gather more information: [Debug Guide](./DEBUG_TIPS.md).
|
- **Enable debugging** to gather more information: [Debug Guide](./DEBUG_TIPS.md).
|
||||||
|
|
||||||
**Need more help?** Join the community discussions or submit a support request:
|
**Need more help?** Join the community discussions or submit a support request:
|
||||||
|
|
||||||
- Visit the [GitHub Discussions](https://github.com/jokob-sk/NetAlertX/discussions) for community support.
|
- Visit the [GitHub Discussions](https://github.com/netalertx/NetAlertX/discussions) for community support.
|
||||||
- If you are experiencing issues that require immediate attention, consider opening an issue on our [GitHub Issues page](https://github.com/jokob-sk/NetAlertX/issues).
|
- If you are experiencing issues that require immediate attention, consider opening an issue on our [GitHub Issues page](https://github.com/netalertx/NetAlertX/issues).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -98,15 +90,15 @@ For more information on contributing, check out our [Dev Guide](./DEV_ENV_SETUP.
|
|||||||
|
|
||||||
To keep up with the latest changes and updates to NetAlertX, please refer to the following resources:
|
To keep up with the latest changes and updates to NetAlertX, please refer to the following resources:
|
||||||
|
|
||||||
- [Releases](https://github.com/jokob-sk/NetAlertX/releases)
|
- [Releases](https://github.com/netalertx/NetAlertX/releases)
|
||||||
|
|
||||||
Make sure to follow the project on GitHub to get notifications for new releases and important updates.
|
Make sure to follow the project on GitHub to get notifications for new releases and important updates.
|
||||||
|
|
||||||
---
|
---
|
||||||
## Additional info
|
## Additional info
|
||||||
|
|
||||||
- **Documentation Index**: Check out the full [documentation index](https://github.com/jokob-sk/NetAlertX/tree/main/docs) for all the guides available.
|
- **Documentation Index**: Check out the full [documentation index](https://github.com/netalertx/NetAlertX/tree/main/docs) for all the guides available.
|
||||||
|
|
||||||
If you have any suggestions or improvements, please don’t hesitate to contribute!
|
If you have any suggestions or improvements, please don’t hesitate to contribute!
|
||||||
|
|
||||||
NetAlertX is actively maintained. You can find the source code, report bugs, or request new features on our [GitHub page](https://github.com/jokob-sk/NetAlertX).
|
NetAlertX is actively maintained. You can find the source code, report bugs, or request new features on our [GitHub page](https://github.com/netalertx/NetAlertX).
|
||||||
|
|||||||
@@ -49,11 +49,10 @@ p.hero-description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-image {
|
.hero-image {
|
||||||
flex: 0 0 250px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
max-width: 250px;
|
max-width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-logo-crisp {
|
.hero-logo-crisp {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
site_name: NetAlertX Documentation
|
site_name: Documentation
|
||||||
site_url: https://docs.netalertx.com
|
site_url: https://docs.netalertx.com
|
||||||
repo_url: https://github.com/jokob-sk/NetAlertX/
|
repo_url: https://github.com/netalertx/NetAlertX/
|
||||||
edit_uri: blob/main/docs/
|
edit_uri: blob/main/docs/
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
use_directory_urls: true
|
use_directory_urls: true
|
||||||
@@ -141,7 +141,7 @@ theme:
|
|||||||
custom_dir: docs/overrides
|
custom_dir: docs/overrides
|
||||||
metadata:
|
metadata:
|
||||||
description: "NetAlertX Documentation - The go-to resource for all things related to NetAlertX."
|
description: "NetAlertX Documentation - The go-to resource for all things related to NetAlertX."
|
||||||
image: "https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/front/img/netalertx_docs.png"
|
image: "https://raw.githubusercontent.com/netalertx/NetAlertX/main/front/img/netalertx_docs.png"
|
||||||
extra:
|
extra:
|
||||||
home_hide_sidebar: true
|
home_hide_sidebar: true
|
||||||
analytics:
|
analytics:
|
||||||
|
|||||||
Reference in New Issue
Block a user