Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/metrics.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Metrics"
title: "Custom Metrics"
---

iroh provides support for collecting metrics about your application's
Expand Down
106 changes: 50 additions & 56 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"theme": "aspen",
"name": "iroh",
"colors": {
"primary": "#8790ff",
Expand All @@ -9,32 +9,28 @@
},
"favicon": "/favicon.ico",
"navigation": {
"tabs": [
"groups": [
{
"tab": "Rust Library",
"groups": [
"group": " ",
"pages": [
"what-is-iroh",
"quickstart",
"examples/examples",
{
"group": "Getting Started",
"group": "How it works",
"expanded": false,
"pages": [
"what-is-iroh",
"quickstart",
"examples/examples",
{
"group": "How it works",
"expanded": true,
"pages": [
"concepts/endpoints",
"concepts/tickets",
"concepts/discovery",
"concepts/relays",
"concepts/nat-traversal",
"concepts/protocols"
]
}
"concepts/endpoints",
"concepts/tickets",
"concepts/discovery",
"concepts/relays",
"concepts/nat-traversal",
"concepts/protocols"
]
},
{
"group": "Creating Connections",
"expanded": false,
"pages": [
"connecting/creating-endpoint",
"connecting/custom-relays",
Expand All @@ -47,6 +43,7 @@
},
{
"group": "Sending Data",
"expanded": false,
"pages": [
"protocols/kv-crdts",
"protocols/blobs",
Expand All @@ -60,6 +57,7 @@
},
{
"group": "Transports",
"expanded": false,
"pages": [
"transports/tor",
"transports/nym",
Expand All @@ -68,63 +66,58 @@
},
{
"group": "Deployment",
"expanded": false,
"pages": [
"deployment/dedicated-infrastructure",
"deployment/metrics",
"deployment/security-privacy",
"deployment/troubleshooting",
"deployment/other-languages"
]
},
{
"group": "About",
"pages": ["about/changelog", "about/roadmap", "about/faq"]
}
]
},
{
"tab": "Iroh Services",
"groups": [
{
"group": "Getting Started",
"pages": [
"iroh-services/index",
"iroh-services/quickstart",
"iroh-services/projects",
"iroh-services/access",
"iroh-services/support"
"deployment/other-languages",
"iroh-services/relays/public",
"iroh-services/relays/managed"
]
},
{
"group": "Metrics",
"expanded": false,
"pages": [
"iroh-services/metrics/index",
"iroh-services/quickstart",
"iroh-services/access",
"iroh-services/metrics/how-it-works",
"iroh-services/metrics/endpoint",
"iroh-services/metrics/glossary"
"iroh-services/metrics/glossary",
"deployment/metrics"
]
},
{
"group": "Relays",
"group": "Network Diagnostics",
"expanded": false,
"pages": [
"iroh-services/relays/index",
"iroh-services/relays/public",
"iroh-services/relays/managed"
"iroh-services/net-diagnostics/quickstart",
"iroh-services/net-diagnostics/usage",
"iroh-services/net-diagnostics/reports"
]
},
{
"group": "Net Diagnostics",
"pages": ["iroh-services/net-diagnostics/quickstart", "iroh-services/net-diagnostics/usage", "iroh-services/net-diagnostics/reports"]
},
{
"group": "Billing",
"group": "Pricing",
"expanded": false,
"pages": [
"iroh-services/billing/index",
"iroh-services/billing/manage-subscription",
"iroh-services/billing/control-costs",
"iroh-services/billing/faq"
]
}
},
{
"group": "About",
"expanded": false,
"pages": [
"about/changelog",
"about/roadmap",
"deployment/security-privacy",
"about/faq"
]
},
"iroh-services/support"
]
}
]
Expand All @@ -144,7 +137,6 @@
"href": "https://iroh.computer/blog"
}
],

"primary": {
"type": "button",
"label": "Login",
Expand All @@ -160,12 +152,14 @@
}
},
"integrations": {
"plausible": { "domain": "docs.iroh.computer" }
"plausible": {
"domain": "docs.iroh.computer"
}
},
"redirects": [
{
"source": "/concepts/holepunching",
"destination": "/concepts/nat-traversal"
}
]
}
}
2 changes: 1 addition & 1 deletion iroh-services/access.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Access Control"
title: "API Keys & Access Control"
description: "Manage authorization and API keys for your Iroh Services project"
---

Expand Down
4 changes: 3 additions & 1 deletion iroh-services/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ description: "Iroh Services is a web platform for managing and monitoring iroh i

### Hello fren,

##### Your Iroh Services project is an always-online service that helps keep your devices connected, available, and accessible globally.

The first time you sign up for an account on Iroh Services, you are asked to create a
**project**. A project is your control & monitoring center for your network.
You can provision relays, monitor metrics, create alerts, run simulations, and
manage workflows.
manage workflows.

## Get Started

Expand Down
Loading