Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new directories (for the breadcrumbs!) #1800

Merged
merged 3 commits into from
Aug 22, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Continuous Deployment with Fly.io and GitHub Actions"
layout: docs
nav: apps
redirect_from: /docs/app-guides/continuous-deployment-with-github-actions/
categories:
- ci
- github
Expand Down
1 change: 1 addition & 0 deletions reference/sentry.html.md → monitoring/sentry.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Application Monitoring by Sentry
layout: docs
nav: firecracker
redirect_from: /docs/reference/sentry/
---

[Sentry](https://sentry.io) is a developer-first application monitoring platform that helps you identify and fix software problems before they impact your users. Through our partnerships with Sentry, each of your Fly organizations can claim a year's worth of [Team Plan](https://sentry.io/pricing) credits.
Expand Down
1 change: 1 addition & 0 deletions partials/_apps_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{ text: "Move an app between orgs", path: "/docs/apps/move-app-org/" }
]
},
{ text: "App Config (fly.toml)", path: "/docs/reference/configuration/", type: "singleton" },
{
title: "Fly Launch",
path: "/docs/launch/",
Expand Down
53 changes: 26 additions & 27 deletions partials/_firecracker_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
links: [
{ text: "Quickstart: Launch your app", path: "/docs/getting-started/launch/" },
{ text: "Launch a Demo App", path: "/docs/getting-started/launch-demo" },
{ text: "Choose a language or framework", path: "/docs/getting-started/get-started-by-framework/" },
{ text: "Choose a Language or Framework", path: "/docs/getting-started/get-started-by-framework/" },
{ text: "Fly.io Essentials", path: "/docs/getting-started/essentials/" },
{ text: "Troubleshoot Deployments", path: "/docs/getting-started/troubleshooting/" }
]
Expand All @@ -27,7 +27,7 @@
path: "/docs/apps/",
open: false,
links: [
{ text: "Fly Apps overview", path: "/docs/apps/overview/" },
{ text: "Fly Apps Overview", path: "/docs/apps/overview/" },

{ text: "Fly Launch", path: "/docs/launch/" },

Expand Down Expand Up @@ -58,11 +58,11 @@
links: [
{ text: "Introduction to Fly Machines", path: "/docs/machines/overview/" },
{ text: "Machines API", path: "/docs/machines/api/" },
{ text: "Run a new Machine", path: "/docs/machines/flyctl/fly-machine-run/" },
{ text: "Run a New Machine", path: "/docs/machines/flyctl/fly-machine-run/" },
{ text: "Update a Machine", path: "/docs/machines/flyctl/fly-machine-update/" },
{ text: "Machine Sizing", path: "/docs/machines/guides-examples/machine-sizing/" },
{ text: "Machine restart policy", path: "/docs/machines/guides-examples/machine-restart-policy/" },
{ text: "Machine states", path: "/docs/machines/machine-states/" },
{ text: "Machine Restart Policy", path: "/docs/machines/guides-examples/machine-restart-policy/" },
{ text: "Machine States", path: "/docs/machines/machine-states/" },
{ text: "Run User Code on Fly Machines", path: "/docs/machines/guides-examples/functions-with-machines/" },
{ text: "The Machine Runtime Environment", path: "/docs/machines/runtime-environment/" }
]
Expand All @@ -82,25 +82,24 @@
path: "/docs/database-storage-guides/",
open: false,
links: [
{ text: "Tigris Object Storage", path: "/docs/reference/tigris/" },
{ text: "Tigris Object Storage", path: "/docs/tigris/" },
{ text: "Fly Postgres", path: "/docs/postgres/" },
{ text: "SQLite & LiteFS", path: "/docs/litefs/" },
{ text: "Supabase Postgres", path: "/docs/reference/supabase/" },
{ text: "Upstash for Redis®", path: "/docs/reference/redis/" },
{ text: "Upstash Kafka", path: "/docs/reference/kafka/" },
{ text: "Upstash Vector", path: "/docs/reference/vector/" },
{ text: "More...", path: "/docs/database-storage-guides/#other-storage-apps" }
{ text: "Supabase Postgres", path: "/docs/supabase/" },
{ text: "Upstash for Redis®", path: "/docs/upstash/redis/" },
{ text: "Upstash Kafka", path: "/docs/upstash/kafka/" },
{ text: "Upstash Vector", path: "/docs/upstash/vector/" }
]
},
{
title: "Fly Volumes",
path: "/docs/volumes/",
open: false,
links: [
{ text: "Fly Volumes overview", path: "/docs/volumes/overview/" },
{ text: "Create and manage volumes", path: "/docs/volumes/volume-manage/" },
{ text: "Manage volume snapshots", path: "/docs/volumes/snapshots/" },
{ text: "Volume states", path: "/docs/volumes/volume-states/" }
{ text: "Fly Volumes Overview", path: "/docs/volumes/overview/" },
{ text: "Create and Manage Volumes", path: "/docs/volumes/volume-manage/" },
{ text: "Manage Volume Snapshots", path: "/docs/volumes/snapshots/" },
{ text: "Volume States", path: "/docs/volumes/volume-states/" }
]
},
{
Expand Down Expand Up @@ -141,17 +140,17 @@
open: false,
links: [
{ text: "Metrics", path: "/docs/monitoring/metrics/" },
{ text: "Sentry Error Tracking", path: "/docs/reference/sentry/" },
{ text: "Sentry Error Tracking", path: "/docs/monitoring/sentry/" },
{
title: "Logging",
path: "/docs/monitoring/logging-overview/",
links: [
{ text: "Live tail logs", path: "/docs/monitoring/live-tail-logs/" },
{ text: "Search logs", path: "/docs/monitoring/search-logs/" },
{ text: "Export logs", path: "/docs/monitoring/exporting-logs/" },
{ text: "Live Tail Logs", path: "/docs/monitoring/live-tail-logs/" },
{ text: "Search Logs", path: "/docs/monitoring/search-logs/" },
{ text: "Export Logs", path: "/docs/monitoring/exporting-logs/" },
{ text: "Error Codes", path: "/docs/monitoring/error-codes/" }
]
},
{ text: "Error Codes", path: "/docs/monitoring/error-codes/" }
}
]
},
{
Expand All @@ -160,13 +159,13 @@
open: false,
links: [
{ text: "SSO for Organizations", path: "/docs/security/sso/" },
{ text: "Remove a Member from an Organization", path: "/docs/security/remove-org-member/" },
{ text: "Remove a Member from an Org", path: "/docs/security/remove-org-member/" },
{ text: "TLS Termination", path: "/docs/security/tls-termination/" },
{ text: "App Security by Arcjet", path: "/docs/security/arcjet/" },
{ text: "Access Tokens", path: "/docs/security/tokens/" },
{ text: "OpenID Connect", path: "/docs/reference/openid-connect/" },
{ text: "Security Practices and Compliance", path: "/docs/security/security-at-fly-io/" },
{ text: "OpenID Connect", path: "/docs/reference/openid-connect/" },
{ text: "Shared Responsibility Model", path: "/docs/security/shared-responsibility/" },
{ text: "App Security by Arcjet", path: "/docs/reference/arcjet/" }
{ text: "Security Practices and Compliance", path: "/docs/security/security-at-fly-io/" }
]
},
{
Expand All @@ -181,10 +180,10 @@
{ text: "Builders", path: "/docs/reference/builders/" },
{ text: "Fly Launch", path: "/docs/reference/fly-launch/" },
{ text: "Load Balancing", path: "/docs/reference/load-balancing/" },
{ text: "Machine migration", path: "/docs/reference/machine-migration/" },
{ text: "Machine Migration", path: "/docs/reference/machine-migration/" },
{ text: "Multiple Processes in Apps", path: "/docs/app-guides/multiple-processes/" },
{ text: "Fly Proxy", path: "/docs/reference/fly-proxy/" },
{ text: "Fly Proxy autostop/autostart", path: "/docs/reference/fly-proxy-autostop-autostart/" },
{ text: "Fly Proxy Autostop/Autostart", path: "/docs/reference/fly-proxy-autostop-autostart/" },
{ text: "Regions", path: "/docs/reference/regions/" }
]
},
Expand Down
1 change: 1 addition & 0 deletions reference/arcjet.html.md → security/arcjet.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Application Security by Arcjet
layout: docs
sitemap: true
nav: firecracker
redirect_from: /docs/reference/arcjet/
---

[Arcjet](https://arcjet.com) is a security layer that allows developers to protect their apps with just a few lines of code. Implement rate limiting, bot protection, email validation, and defense against common attacks.
Expand Down
1 change: 1 addition & 0 deletions reference/supabase.html.md → supabase/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Supabase Postgres
layout: docs
status: alpha
nav: firecracker
redirect_from: /docs/reference/supabase/
---

[Supabase](https://supabase.com) offers managed Postgres databases on Fly.io infrastructure. Provisioning Supabase on Fly.io ensures low-latency database access from applications hosted on Fly.io.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Tigris Global Object Storage
layout: docs
status: beta
nav: firecracker
redirect_from: /docs/reference/tigris/
---

[Tigris](https://tigrisdata.com) is a globally caching, S3-compatible object storage service built on Fly.io infrastructure.
Expand Down
1 change: 1 addition & 0 deletions reference/kafka.html.md → upstash/kafka.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Upstash Kafka
layout: docs
nav: firecracker
redirect_from: /docs/reference/kafka/
---

<aside class="callout">
Expand Down
1 change: 1 addition & 0 deletions reference/redis.html.md → upstash/redis.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Upstash for Redis®*
layout: docs
nav: firecracker
redirect_from: /docs/reference/redis/
---

<aside class="callout">
Expand Down
1 change: 1 addition & 0 deletions reference/vector.html.md → upstash/vector.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Upstash Vector
layout: docs
nav: firecracker
redirect_from: /docs/reference/vector/
---

<aside class="callout">
Expand Down
Loading