Skip to content

Commit 691a57d

Browse files
committed
DOCS: hero image fix and reorganising
1 parent 5662910 commit 691a57d

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

docs/stylesheets/custom.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,30 @@ p.hero-description {
6161
object-fit: contain;
6262
}
6363

64+
/* Mobile */
65+
@media (max-width: 768px) {
66+
.hero-wrapper {
67+
flex-direction: column-reverse; /* image first, text second */
68+
align-items: center;
69+
}
70+
71+
.hero-content {
72+
max-width: 100%;
73+
text-align: center;
74+
}
75+
76+
.hero-image {
77+
max-width: 100%;
78+
margin-bottom: 1.5rem;
79+
}
80+
81+
.hero-logo-crisp {
82+
max-width: 600px;
83+
width: 100%;
84+
height: auto;
85+
}
86+
}
87+
6488
/* --- PROMO CARDS --- */
6589
.promo-card-wrapper {
6690
display: flex;

front/plugins/rest_import/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Enable **Generate Fake MAC** when the API does not expose MAC addresses (e.g. re
4848
4949
### Example: OPNsense Dnsmasq API
5050

51+
See the [OPNsense configuration guide](https://docs.netalertx.com/PLUGINS) for details.
52+
5153
**Response:**
5254
```json
5355
{

mkdocs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ nav:
4444
- Getting started:
4545
- Subnets: SUBNETS.md
4646
- Enable Plugins: PLUGINS.md
47-
- Pi-hole Guide: PIHOLE_GUIDE.md
48-
- Home Assistant: HOME_ASSISTANT.md
49-
- Emails: SMTP.md
5047
- Backups: BACKUPS.md
5148
- Security Features: SECURITY_FEATURES.md
5249
- Security Considerations: SECURITY.md
@@ -60,7 +57,6 @@ nav:
6057
- Performance: PERFORMANCE.md
6158
- Reverse DNS: REVERSE_DNS.md
6259
- Reverse Proxy: REVERSE_PROXY.md
63-
- Webhooks (n8n): WEBHOOK_N8N.md
6460
- Workflows: WORKFLOWS.md
6561
- Workflow Examples: WORKFLOW_EXAMPLES.md
6662
- Docker Swarm: DOCKER_SWARM.md
@@ -85,6 +81,12 @@ nav:
8581
- Icons and Topology:
8682
- Icons: ICONS.md
8783
- Network Topology: NETWORK_TREE.md
84+
- Other guides:
85+
- Pi-hole Guide: PIHOLE_GUIDE.md
86+
- Home Assistant: HOME_ASSISTANT.md
87+
- Emails: SMTP.md
88+
- Rest import: REST_IMPORT.md
89+
- Webhooks (n8n): WEBHOOK_N8N.md
8890
- Troubleshooting:
8991
- General Tips: DEBUG_TIPS.md
9092
- Common Issues: COMMON_ISSUES.md

0 commit comments

Comments
 (0)