File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : include file
3
+ description : include file
4
+ services : azure-app-configuration
5
+ author : zhenlan
6
+
7
+ ms.service : azure-app-configuration
8
+ ms.topic : include
9
+ ms.date : 10/28/2022
10
+ ms.author : zhenlwa
11
+ ms.custom : include file
12
+ ---
13
+
14
+ ``` html
15
+ <nav class =" navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3" >
16
+ <div class =" container" >
17
+ <a class =" navbar-brand" asp-area =" " asp-page =" /Index" >TestAppConfigNet3</a >
18
+ <button class =" navbar-toggler" type =" button" data-toggle =" collapse" data-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
19
+ aria-expanded =" false" aria-label =" Toggle navigation" >
20
+ <span class =" navbar-toggler-icon" ></span >
21
+ </button >
22
+ <div class =" navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse" >
23
+ <ul class =" navbar-nav flex-grow-1" >
24
+ <li class =" nav-item" >
25
+ <a class =" nav-link text-dark" asp-area =" " asp-page =" /Index" >Home</a >
26
+ </li >
27
+ <feature name =" Beta" >
28
+ <li class =" nav-item" >
29
+ <a class =" nav-link text-dark" asp-area =" " asp-page =" /Beta" >Beta</a >
30
+ </li >
31
+ </feature >
32
+ <li class =" nav-item" >
33
+ <a class =" nav-link text-dark" asp-area =" " asp-page =" /Privacy" >Privacy</a >
34
+ </li >
35
+ </ul >
36
+ </div >
37
+ </div >
38
+ </nav >
39
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ author : pamistel
3
+ ms.service : azure-spatial-anchors
4
+ ms.topic : include
5
+ ms.date : 11/20/2020
6
+ ms.author : pamistel
7
+ ---
8
+ ``` gradle
9
+ dependencies {
10
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
11
+ implementation('com.squareup.okhttp3:okhttp:[3.11.0]')
12
+ implementation('com.microsoft.appcenter:appcenter-analytics:[1.10.0]')
13
+ **DEPS**}
14
+ ```
You can’t perform that action at this time.
0 commit comments