Skip to content

Commit 34d0e3a

Browse files
committed
Fix-up TOC
1 parent c873876 commit 34d0e3a

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

articles/azure-functions/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
href: create-first-function-vs-code-csharp.md
3333
- name: Command line
3434
displayName: C#, quickstart, get started
35-
href: create-first-function-cli-csharp.md
35+
href: how-to-create-function-azure-cli.md?pivots=programming-language-csharp
3636
- name: Azure Developer CLI
3737
displayName: C#, quickstart, get started, Flex Consumption plan
3838
href: create-first-function-azure-developer-cli.md?pivots=programming-language-csharp
@@ -49,7 +49,7 @@
4949
href: functions-create-maven-intellij.md
5050
- name: Maven
5151
displayName: Java, quickstart, get started
52-
href: create-first-function-cli-java.md
52+
href: how-to-create-function-azure-cli.md?pivots=programming-language-java
5353
- name: Quarkus
5454
displayName: Java, quickstart, get started
5555
href: functions-create-first-quarkus.md
@@ -69,7 +69,7 @@
6969
href: create-first-function-vs-code-node.md
7070
- name: Command line
7171
displayName: JavaScript, quickstart, get started
72-
href: create-first-function-cli-node.md
72+
href: how-to-create-function-azure-cli.md?pivots=programming-language-javascript
7373
- name: Azure Developer CLI
7474
displayName: JavaScript, quickstart, get started, Flex Consumption plan
7575
href: create-first-function-azure-developer-cli.md?pivots=programming-language-javascript
@@ -80,7 +80,7 @@
8080
href: create-first-function-vs-code-powershell.md
8181
- name: Command line
8282
displayName: PowerShell, quickstart, get started
83-
href: create-first-function-cli-powershell.md
83+
href: how-to-create-function-azure-cli.md?pivots=programming-language-powershell
8484
- name: Azure Developer CLI
8585
displayName: PowerShell, quickstart, get started, Flex Consumption plan
8686
href: create-first-function-azure-developer-cli.md?pivots=programming-language-powershell
@@ -91,7 +91,7 @@
9191
href: create-first-function-vs-code-python.md
9292
- name: Command line
9393
displayName: Python, quickstart, get started
94-
href: create-first-function-cli-python.md
94+
href: how-to-create-function-azure-cli.md?pivots=programming-language-python
9595
- name: Azure Developer CLI
9696
displayName: Python, quickstart, get started, Flex Consumption plan
9797
href: create-first-function-azure-developer-cli.md?pivots=programming-language-python
@@ -102,7 +102,7 @@
102102
href: create-first-function-vs-code-typescript.md
103103
- name: Command line
104104
displayName: TypeScript, quickstart, get started
105-
href: create-first-function-cli-typescript.md
105+
href: how-to-create-function-azure-cli.md?pivots=programming-language-typescript
106106
- name: Azure Developer CLI
107107
displayName: TypeScript, quickstart, get started, Flex Consumption plan
108108
href: create-first-function-azure-developer-cli.md?pivots=programming-language-typescript

redirects/.openpublishing.redirection.azure-functions.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,32 @@
1717
},
1818
{
1919
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-csharp.md",
20-
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivot=programming-language-csharp",
20+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-csharp",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-java.md",
25+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-java",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-javascript.md",
30+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-javascript",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-powershell.md",
35+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-powershell",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-python.md",
40+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-python",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-typescript.md",
45+
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-typescript",
2146
"redirect_document_id": false
2247
}
2348
]

0 commit comments

Comments
 (0)