-
Notifications
You must be signed in to change notification settings - Fork 74
/
navigation.yaml
677 lines (647 loc) · 24.2 KB
/
navigation.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
# -- Format example --
# Copydoc: https://docs.google.com/document/d/1Y0dxbuar0UAPSCfILtP7fsEX-83yDh7Ha637FA9Wbik
# We can define 3 different sections:
# Tabbed panel - where a single dropdown has multiple panels navigated via a side
# navigation
# CTA panel - where all content appears within a single dropdown. Wherein a large CTA
# can be seen in the top half of the panel
# CTA panel highlighted - similar to the 'CTA panel' but with distinct lists and the
# use of images
#
# 'Tabbed panel'
# section_name:
# side_nav_sections:
# - title:
# primary_links:
# links:
# - title:
# description:
# url:
# secondary_cta_title: (optional)
# secondary_cta_url: (optional)
# secondary_links:
# - title:
# links:
# - title:
# url:
# section_footer: (optional)
# copy:
# cta_title:
# cta_url:
#
# 'CTA panel'
# section_name:
# cta:
# cta_url: (optional)
# primary_links:
# - title:
# links:
# - title:
# description: (optional)
# url:
# secondary_links:
# - title:
# links:
# - title:
# url:
#
# 'CTA panel highlighted'
# section_name:
# cta:
# cta_url: (optional)
# sibling_lists:
# - title: Categories
# links:
# - title: AI
# url: /solutions/ai
#
# preview_secondary_links:
# - title:
# links:
# - description:
# url:
# image_url:
---
products:
side_nav_sections:
- title: Featured
primary_links:
links:
- title: Ubuntu Desktop
description: Fast, modern and secure Linux
url: https://ubuntu.com/desktop
- title: Ubuntu Server
description: Scalable Linux for the cloud
url: https://ubuntu.com/server
- title: MAAS
description: Bare metal provisioning
url: https://maas.io/
- title: Snapcraft
description: App store for Linux
url: https://snapcraft.io/
- title: OpenStack
description: Private cloud provisioning
url: /openstack
- title: MicroCloud
description: Lightweight, automated clouds
url: /microcloud
- title: Ubuntu Pro
description: Security & compliance subscription
url: https://ubuntu.com/pro
- title: Enterprise-grade support
description: 24/7 support for the full-stack
url: https://ubuntu.com/support
- title: Livepatch
description: Stay patched and defer reboots
url: https://ubuntu.com/security/livepatch
- title: Kubernetes
description: Containerised workloads
url: https://ubuntu.com/kubernetes
- title: Charmhub
description: Charmed Operators marketplace
url: https://charmhub.io/
- title: Juju
description: Orchestration engine for operators
url: https://juju.is/
- title: Certified hardware
description: Ubuntu hardware you can trust
url: https://ubuntu.com/certified
section_footer:
copy: We're here to help with any questions and more information.
cta_title: Contact us
cta_url: https://ubuntu.com/contact-us
- title: Ubuntu OS
primary_links:
links:
- title: Ubuntu Desktop
description: Fast, modern and secure Linux
url: https://ubuntu.com/desktop
- title: Ubuntu Server
description: Scalable Linux for the cloud
url: https://ubuntu.com/server
- title: Ubuntu Pro
description: Security & compliance subscription
url: https://ubuntu.com/pro
- title: Ubuntu Core
description: Embedded Linux
url: https://ubuntu.com/core
- title: FIPS for Ubuntu
description: Secure Linux for government
url: https://ubuntu.com/security/fips
- title: WSL
description: Windows Subsystem for Linux
url: https://ubuntu.com/desktop/wsl
- title: Multipass
description: VMs for Windows, macOS & Linux
url: /multipass
secondary_links:
title: Quick links
links:
- title: Upgrade Ubuntu
url: https://ubuntu.com/tutorials/upgrading-ubuntu-desktop
- title: Ubuntu documentation
url: https://help.ubuntu.com/
- title: Desktop install
url: https://ubuntu.com/tutorials/install-ubuntu-desktop
- title: Server install
url: https://ubuntu.com/server/docs/installation
- title: Server guide
url: https://ubuntu.com/server/docs
- title: Ubuntu on public clouds
url: https://ubuntu.com/cloud/public-cloud
- title: Private cloud
primary_links:
links:
- title: OpenStack
description: Enterprise private cloud
url: https://ubuntu.com/openstack
- title: Ubuntu Server
description: Scalable Linux for the cloud
url: https://ubuntu.com/server
- title: Landscape
description: Monitor and manage machines
url: https://ubuntu.com/landscape
- title: MAAS
description: Bare metal provisioning
url: https://maas.io/
- title: Ceph
description: Open source storage
url: https://ubuntu.com/ceph
- title: Anbox Cloud
description: Virtualised Android on demand
url: https://anbox-cloud.io/
- title: Juju
description: Orchestrator engine for operators
url: https://juju.is/
- title: Private cloud build
description: OpenStack implementation
url: https://ubuntu.com/openstack/consulting
- title: MicroStack
description: Cloud-native OpenStack
url: /microstack
- title: MicroCloud
description: Lightweight, automated clouds
url: /microcloud
secondary_links:
title: Quick links
links:
- title: Server documentation
url: https://ubuntu.com/server/docs
- title: MAAS documentation
url: https://maas.io/docs
- title: MicroStack installation
url: /microstack/docs/single-node
- title: Data Centre Networking blog
url: https://ubuntu.com/blog/data-centre-networking-what-is-sdn
- title: OpenStack pricing
url: https://ubuntu.com/openstack/pricing-calculator
- title: Private cloud consulting
url: https://ubuntu.com/openstack/consulting
- title: "Private cloud: Avoiding the high cost of operations"
url: https://ubuntu.com/blog/private_cloud_avoiding_operational_costs
- title: Public cloud
primary_links:
links:
- title: Ubuntu on public clouds
description: The most popular cloud OS
url: https://ubuntu.com/cloud/public-cloud
- title: Ubuntu on AWS
description: AWS Marketplace
url: https://ubuntu.com/aws
- title: Ubuntu on Azure
description: Microsoft Azure Marketplace
url: https://ubuntu.com/azure
- title: Ubuntu on GCP
description: Google Cloud Marketplace
url: https://ubuntu.com/gcp
- title: Ubuntu WorkSpaces
description: Virtual desktops on AWS
url: https://ubuntu.com/aws/workspaces
- title: Virtualisation
primary_links:
links:
- title: Multipass
description: VMs for Windows, macOS & Linux
url: /multipass
- title: LXD
description: Linux containers and VMs
url: https://ubuntu.com/lxd
- title: WSL
description: Windows Subsystem for Linux
url: https://ubuntu.com/desktop/wsl
secondary_links:
title: Quick links
links:
- title: What is virtualisation?
url: https://snapcraft.io/blog/what-is-virtualisation-the-basics
- title: Multipass documentation
url: /multipass/docs
- title: Virtualisation docs in the server guide
url: https://ubuntu.com/server/docs/virtualization-multipass
- title: What is WSL?
url: https://wiki.ubuntu.com/WSL
- title: Install Ubuntu on Windows 11
url: https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-11-with-gui-support
- title: Install Ubuntu on Windows 10
url: https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10
- title: Security and support
primary_links:
links:
- title: Ubuntu Pro
description: Security & compliance subscription
url: https://ubuntu.com/pro
- title: Ubuntu Pro + support
description: 24/7 support for the full-stack
url: https://ubuntu.com/support
- title: ESM
description: 10 years of security maintenance
url: https://ubuntu.com/security/esm
- title: Landscape
description: Monitor and manage machines
url: https://ubuntu.com/landscape
- title: Livepatch
description: Stay patched without reboots
url: https://ubuntu.com/security/livepatch
- title: Ubuntu Pro for AWS
description: Amazon Web Services support
url: https://ubuntu.com/aws/pro
- title: Ubuntu Pro for Azure
description: Microsoft Azure cloud support
url: https://ubuntu.com/azure/pro
- title: Ubuntu Pro for GCP
description: Google Cloud support
url: https://ubuntu.com/gcp/pro
- title: Certifications and hardening
description: CIS, DISA-STIG, FIPS compliance
url: https://ubuntu.com/security/certifications
- title: Confidential computing
description: Protect your data in use
url: https://ubuntu.com/confidential-computing
secondary_links:
title: Quick links
links:
- title: Ubuntu Pro pricing
url: https://ubuntu.com/pricing/pro
- title: Open infrastructure consulting
url: https://ubuntu.com/pricing/consulting
- title: Certified hardware
url: https://ubuntu.com/certified
- title: CVE reports
url: https://ubuntu.com/security/cves
- title: Ubuntu Security Notices (USN)
url: https://ubuntu.com/security/notices
- title: Kubernetes
primary_links:
links:
- title: Kubernetes
description: Containerised workloads
url: https://ubuntu.com/kubernetes
- title: MicroK8s
description: Simplest way to get Kubernetes
url: https://microk8s.io/
- title: Charmed Kubernetes
description: Composable K8s for the enterprise
url: https://ubuntu.com/kubernetes/charmed-k8s
- title: Kubeflow
description: Machine learning toolkit for K8s
url: https://ubuntu.com/ai/what-is-kubeflow
secondary_links:
title: Quick links
links:
- title: Kubernetes documentation
url: https://ubuntu.com/kubernetes/docs
- title: Getting started with Kubernetes
url: https://ubuntu.com/kubernetes/docs/quickstart
- title: Distributions comparison
url: https://ubuntu.com/kubernetes/compare
- title: Cloud native operations report
url: https://juju.is/cloud-native-kubernetes-usage-report-2022
- title: Getting started with MicroK8s
url: http://microk8s.io/docs/getting-started
- title: Kubeflow installation tutorial
url: https://charmed-kubeflow.io/docs/install
- title: AI and data
primary_links:
links:
- title: AI/ML
description: AI and machine learning on Ubuntu
url: https://ubuntu.com/ai
- title: Kubeflow
description: End-to-end MLOps platform
url: https://charmed-kubeflow.io/
- title: MLflow
description: Lightweight ML platform
url: https://ubuntu.com/ai/mlflow
- title: Data solutions
description: Enterprise data management at scale
url: /data
- title: Kafka
description: Streaming data platform
url: /data/kafka
- title: Spark
description: Big data processing
url: /data/spark
- title: MongoDB
description: NoSQL database management
url: /data/mongodb
- title: PostgreSQL
description: Relational database management
url: /data/postgresql
- title: MySQL
description: Relational database management
url: /data/mysql
- title: OpenSearch
description: Search and analytics suite
url: /data/opensearch
secondary_links:
title: Quick links
links:
- title: Kubeflow documentation
url: https://charmed-kubeflow.io/docs
- title: MLflow documentation
url: https://documentation.ubuntu.com/charmed-mlflow/en/latest/
- title: Data documentation
url: /data/docs
- title: MLOps toolkit
url: https://ubuntu.com/engage/mlops-toolkit/
- title: Guide to big data and AI
url: https://ubuntu.com/engage/open-source-big-data-ai
- title: Certified hardware
primary_links:
links:
- title: Certified hardware
description: Ubuntu hardware you can trust
url: https://ubuntu.com/certified
- title: PC and laptops
description: Certified for Ubuntu
url: https://ubuntu.com/certified?q=&limit=20&category=Laptop&category=Desktop
- title: Servers
description: Hardware for data centres
url: https://ubuntu.com/certified/servers
- title: IoT devices
description: Stable and secure devices
url: https://ubuntu.com/certified/devices
- title: SoCs
description: System on a Chip hardware
url: https://ubuntu.com/certified/socs
- title: Raspberry Pi
description: Certified Pi devices
url: https://ubuntu.com/certified?q=&limit=20&vendor=Raspberry+Pi+Foundation
secondary_links:
title: Quick links
links:
- title: Why use Certified devices?
url: https://ubuntu.com/certified/why-certified
- title: Certify your device
url: https://ubuntu.com/partners/become-a-partner
- title: Why certification matters for AIoT
url: https://www.brighttalk.com/webcast/6793/497538
- title: Industrial Pi use cases webinar
url: https://www.brighttalk.com/webcast/6793/514263
- title: Why buy a preinstalled workstation?
url: https://ubuntu.com/blog/why-you-should-buy-a-pre-installed-ubuntu-workstation
- title: IoT and edge
primary_links:
links:
- title: Ubuntu Core
description: Embedded Linux
url: https://ubuntu.com/core
- title: IoT App Store
description: Private app store for Linux and IoT
url: https://ubuntu.com/internet-of-things/appstore
- title: Device management
description: Manage fleets of IoT devices
url: https://ubuntu.com/internet-of-things/management
- title: Certified devices
description: Hardware/OS compatibility
url: https://ubuntu.com/certified/devices
- title: Ubuntu Frame
description: Embedded graphical displays
url: https://mir-server.io/ubuntu-frame
- title: ROS ESM
description: Expanded security for robots
url: https://ubuntu.com/robotics/ros-esm
- title: Real-time Ubuntu
description: Low-latency kernel
url: https://ubuntu.com/real-time
- title: IoT Professional Services
description: Bring IoT devices to market
url: https://ubuntu.com/core/services
secondary_links:
title: Quick links
links:
- title: Guide to IoT lifecycle management
url: https://ubuntu.com/engage/a-practical-guide-to-iot-lifecycle-management
- title: Canonical joins the CSA
url: https://ubuntu.com/blog/canonical-joins-the-connectivity-standards-alliance
- title: Pick the OS for your robots
url: https://ubuntu.com/engage/robot-operating-system-choice
- title: "Embedded Linux: make or buy?"
url: https://ubuntu.com/engage/embedded-linux-make-or-buy
- title: Try Ubuntu Core on Raspberry Pi
url: https://ubuntu.com/download/raspberry-pi-core
- title: Industry 4.0 webinar
url: https://ubuntu.com/engage/bridge-the-IT-OT-gap-Industry4
- title: Developer tools
primary_links:
links:
- title: Snaps
description: Containerised applications for Linux
url: https://snapcraft.io/about
- title: Snapcraft
description: Build and publish your snaps
url: https://snapcraft.io/build
- title: Snap Store
description: App store for Linux
url: https://snapcraft.io
- title: Juju
description: Orchestrator engine for operators
url: https://juju.is/
- title: Charmhub
description: Software operators collection
url: https://charmhub.io/
- title: JAAS
description: Auditing and compliance for Juju
url: https://jaas.ai/
secondary_links:
title: Quick links
links:
- title: Snap documentation
url: https://snapcraft.io/docs
- title: Create your first snap
url: https://ubuntu.com/tutorials/create-your-first-snap
- title: Juju documentation
url: https://juju.is/docs
- title: Getting started with Juju
url: https://juju.is/docs/juju/tutorial
- title: Write your first charm
url: https://juju.is/docs/sdk/from-zero-to-hero-write-your-first-kubernetes-charm
solutions:
cta: Explore our solutions
sibling_lists:
- title: Categories
links:
- title: AI
url: /solutions/ai
- title: Data
url: /data
- title: Ubuntu OS
url: /solutions/ubuntu-os
- title: Infrastructure
url: /solutions/infrastructure
- title: Managed IT services
url: https://ubuntu.com/managed
- title: Open source security
url: /solutions/open-source-security
- title: Industries
links:
- title: Automotive
url: https://ubuntu.com/automotive
- title: Finance
url: https://ubuntu.com/financial-services
- title: Industrial
url: https://ubuntu.com/industrial
- title: Government
url: https://ubuntu.com/gov
- title: Telco
url: /solutions/telco
preview_secondary_links:
title: Case studies
title_url: https://ubuntu.com/engage/
links:
- description: Sicredi transforms its infrastructure strategy with open source.
url: https://ubuntu.com/engage/sicredi-openstack-case-study
image_url: https://assets.ubuntu.com/v1/60d05687-Sicredi.png
- description: LaunchDarkly becomes the first FedRAMP-authorised feature management platform thanks to Ubuntu Pro.
url: https://ubuntu.com/engage/LaunchDarkly-FedRAMP-case-study
image_url: https://assets.ubuntu.com/v1/fa174e02-LaunchDarkly.png
- description: Canonical deploys infrastructure solutions and managed IT services for ESA's critical space mission operations.
url: https://ubuntu.com/engage/European-space-agency-case-study
image_url: https://assets.ubuntu.com/v1/cf544550-ESA.png
partners:
cta: Explore our partners
cta_link: /partners
primary_links:
title: Partner programmes
links:
- title: Desktop
description: Desktop, laptops and workstations
url: /partners/desktop
- title: Channel/reseller
description: Partners on every continent
url: /partners/channel-and-reseller
- title: IoT devices
description: Robots, edge, development boards
url: /partners/iot-device
- title: IHV/OEM
description: Data centres
url: /partners/ihv-and-oem
- title: ISVs
description: Independent Software Vendors
url: /partners/isv-partners
- title: GSIs
description: Global Systems Integrators
url: /partners/gsi
- title: Public cloud
description: Ubuntu optimised for the cloud
url: /partners/public-cloud
- title: Silicon
description: CPUs, boards and SoCs
url: /partners/silicon
secondary_links:
title: Quick links
links:
- title: Find a partner
url: /partners/find-a-partner
- title: Become a partner
url: /partners/become-a-partner
- title: Log in to the partner portal
url: https://www.partner.canonical.com/#/page/login
careers:
cta: Roles by department
cta_link: /careers
primary_links:
title: Roles by department
links:
- title: Engineering
url: /careers/engineering
slug: engineering
- title: Support
url: /careers/support-engineering
slug: support-engineering
- title: Marketing
url: /careers/marketing
slug: marketing
- title: Web and Design
url: /careers/web-and-design
slug: web-and-design
- title: Project management
url: /careers/project-management
slug: project-management
- title: Operations
url: /careers/commercial-operations
slug: commercial-operations
- title: Product
url: /careers/product
slug: product
- title: Sales
url: /careers/sales
slug: sales
- title: Finance
url: /careers/finance
slug: finance
- title: Legal
url: /careers/legal
slug: legal
- title: Administration
url: /careers/administration
slug: administration
- title: People
url: /careers/people
slug: people
secondary_links:
title: Working here
links:
- title: Hiring process
url: /careers/hiring-process
- title: Company culture
url: /careers/company-culture
- title: Remote work
url: /careers/company-culture/remote-work
- title: Progression
url: /careers/company-culture/progression
- title: Diversity
url: /careers/company-culture/diversity
- title: Sustainability
url: /careers/company-culture/sustainability
company:
cta: Get to know us
cta_link: /company
sibling_lists:
- title: Explore Canonical
links:
- title: Documentation practice
url: /documentation
- title: Open source commitment
url: /projects
- title: Ubuntu Summit
url: https://summit.ubuntu.com/
- title: Latest updates
links:
- title: Blog
url: /blog
- title: Press Centre
url: /press-centre
preview_secondary_links:
title: Company highlights
title_url: /blog
links:
- description: Canonical offers 12 year LTS for any open source Docker image.
url: /blog/canonical-offers-12-year-lts-for-any-open-source-docker-image
image_url: https://assets.ubuntu.com/v1/8f5a6839-Shield.png
- description: BT Group and Canonical deliver 5G to UK stadiums.
url: /blog/bt-group-and-canonical-deliver-5g-to-uk-stadiums
image_url: https://assets.ubuntu.com/v1/fe25c9e1-BT-5G.png
- description: Canonical releases Ubuntu 24.04 LTS Noble Numbat.
url: https://ubuntu.com/blog/canonical-releases-ubuntu-24-04-noble-numbat
image_url: https://assets.ubuntu.com/v1/[email protected]