Skip to content

Commit 826973e

Browse files
authored
Merge branch 'v1.16' into remove-wait_until_ready
2 parents 74b5258 + 2bb8ce0 commit 826973e

File tree

31 files changed

+1852
-461
lines changed

31 files changed

+1852
-461
lines changed

.github/scripts/algolia.py

Lines changed: 0 additions & 118 deletions
This file was deleted.

.github/workflows/website-root.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
6161
output_location: "/"
6262
skip_app_build: true
6363
skip_deploy_on_missing_secrets: true
64-
- name: Upload Hugo artifacts for Algolia
65-
uses: actions/upload-artifact@v4
66-
with:
67-
name: hugo_build
68-
path: ./daprdocs/public/
69-
if-no-files-found: error
7064

7165
close_staging_site:
7266
if: github.event_name == 'pull_request' && github.event.action == 'closed'
@@ -80,29 +74,3 @@ jobs:
8074
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }}
8175
action: "close"
8276
skip_deploy_on_missing_secrets: true
83-
84-
algolia_index:
85-
name: Index site for Algolia
86-
if: github.event_name == 'push'
87-
needs: ['build_and_deploy_job']
88-
runs-on: ubuntu-latest
89-
env:
90-
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
91-
ALGOLIA_API_WRITE_KEY: ${{ secrets.ALGOLIA_API_WRITE_KEY }}
92-
ALGOLIA_INDEX_NAME: daprdocs
93-
steps:
94-
- name: Checkout docs repo
95-
uses: actions/checkout@v4
96-
with:
97-
submodules: false
98-
- name: Download Hugo artifacts for Algolia
99-
uses: actions/download-artifact@v4
100-
with:
101-
name: hugo_build
102-
path: site/
103-
- name: Install Python packages
104-
run: |
105-
pip install --upgrade bs4
106-
pip install --upgrade 'algoliasearch>=2.0,<3.0'
107-
- name: Index site
108-
run: python ./.github/scripts/algolia.py ./site

daprdocs/assets/scss/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
color: $secondary;
154154
}
155155

156+
.card-title > img {
157+
margin-right: 10px;
158+
}
159+
156160
.td-page-meta {
157161

158162
a, a:visited {

0 commit comments

Comments
 (0)