Skip to content

Commit 79890d8

Browse files
committed
fix pivot
1 parent 9fafe7c commit 79890d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/search/includes/quickstarts/semantic-ranker-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The quickstart assumes the following is available on your computer:
4646
1. Rename `sample.env` to `.env`, and provide your search service endpoint. You can get the endpoint from the Azure portal on the search service **Overview** page.
4747

4848
```ini
49-
AZURE_SEARCH_ENDPOINT=https://ai-search-dib-2.search.windows.net
49+
AZURE_SEARCH_ENDPOINT=YOUR-SEARCH-SERVICE-ENDPOINT
5050
AZURE_SEARCH_INDEX_NAME=hotels-sample-index
5151
SEMANTIC_CONFIGURATION_NAME=semantic-config
5252
```

articles/search/includes/quickstarts/semantic-ranker-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The quickstart assumes the following is available on your computer:
8484
1. Create `.env`, and provide your search service endpoint. You can get the endpoint from the Azure portal on the search service **Overview** page.
8585

8686
```ini
87-
AZURE_SEARCH_ENDPOINT=https://<>.search.windows.net
87+
AZURE_SEARCH_ENDPOINT=YOUR-SEARCH-SERVICE-ENDPOINT
8888
AZURE_SEARCH_INDEX_NAME=hotels-sample-index
8989
SEMANTIC_CONFIGURATION_NAME=semantic-config
9090
```

zone-pivots/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,10 +1388,10 @@ groups:
13881388
title: Programming languages
13891389
prompt: Choose a usage method
13901390
pivots:
1391-
- id: javascript
1392-
title: JavaScript
13931391
- id: csharp
13941392
title: C#
1393+
- id: javascript
1394+
title: JavaScript
13951395
- id: python
13961396
title: Python
13971397
- id: rest

0 commit comments

Comments
 (0)