Skip to content

Commit

Permalink
consistent caps
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Aug 22, 2024
1 parent b8ecfde commit b7c819a
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 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 @@ -88,19 +88,18 @@
{ 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/" },
{ text: "More...", path: "/docs/database-storage-guides/#other-storage-apps" }
{ 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 @@ -146,9 +145,9 @@
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/" }
]
}
Expand Down Expand Up @@ -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

0 comments on commit b7c819a

Please sign in to comment.