-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathnavigation.yml
90 lines (85 loc) · 2.17 KB
/
navigation.yml
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
# Header links
main:
- title: "Tags"
url: /tags/
# Default sidebar links
default:
- title: "Home"
url: "/"
- title: "Product Areas"
children:
- title: "Networking & ASE"
url: "/networking/"
- title: "Java"
url: "/java/"
children:
- title: "Videos"
url: "/java/videos/"
- title: "Diagnostics"
url: "/diagnostics/"
- title: "Certs and Domains"
url: "/certsdomains/"
- title: "Deployment, CI/CD, Slots"
url: "/deployment/"
- title: "Windows Containers"
url: "/windows-containers/"
- title: "Reference"
children:
- title: Documentation
url: "https://docs.microsoft.com/azure/app-service/"
- title: "Linux FAQ"
url: "https://github.com/Azure/app-service-linux-docs"
- title: "Windows Containers Wiki"
url: "https://aka.ms/appservicewindowscontainerwiki"
- title: "Zero to Hero tutorials"
url: "/zero-to-hero/"
- title: "More"
children:
- title: "Twitter"
url: "https://twitter.com/Azure"
- title: "RSS Feed"
url : "/feed.xml"
- title: "Azure Blog"
url: "https://azure.microsoft.com/blog/"
- title: "Azure Updates"
url: "https://azure.microsoft.com/updates/"
- title: "Archives"
children:
- title: "2020"
url: "/2020"
- title: "2019"
url: "/2019"
- title: "2018"
url: "/2018"
- title: "2017"
url: "/2017"
- title: "2016"
url: "/2016"
- title: "All posts"
url: "/posts/"
# Java team page sidebar
java:
- title: "FooBar"
children:
- title: "Link 1"
url: "/"
- title: "Link 2"
url: "/"
- title: "Link 3"
url: "/"
- title: "Link 4"
url: "/"
- title: "Link 5"
url: "/"
- title: "FizzBuzz"
children:
- title: "Link 1"
url: "/"
- title: "Link 2"
url: "/"
- title: "Link 3"
url: "/"
- title: "Link 4"
url: "/"
- title: "Link 5"
url: "/"