Skip to content

Commit ac8a2e9

Browse files
committed
Merge branch 'main' into 2027
2 parents f6ede42 + 0d35da7 commit ac8a2e9

File tree

12 files changed

+1358
-1983
lines changed

12 files changed

+1358
-1983
lines changed

.github/workflows/publish-docs.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ concurrency:
1616

1717
jobs:
1818
deploy:
19-
name: Publish
19+
name: Deploy
20+
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && github.event.release.target_commitish == github.event.repository.default_branch)
2021
environment:
2122
name: github-pages
2223
url: ${{ steps.deployment.outputs.page_url }}
@@ -46,3 +47,18 @@ jobs:
4647
- name: Deploy to GitHub Pages
4748
id: deployment
4849
uses: actions/deploy-pages@v4
50+
51+
algolia-crawl:
52+
name: Algolia Crawl
53+
needs: deploy
54+
runs-on: ubuntu-latest
55+
steps:
56+
- name: Trigger Algolia Crawler
57+
uses: algolia/algoliasearch-crawler-github-actions@v1.1.13
58+
with:
59+
crawler-user-id: ${{ secrets.ALGOLIA_CRAWLER_USER_ID }}
60+
crawler-api-key: ${{ secrets.ALGOLIA_CRAWLER_API_KEY }}
61+
algolia-app-id: ${{ secrets.ALGOLIA_APPLICATION_ID }}
62+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
63+
site-url: "https://docs.advantagekit.org"
64+
crawler-name: "advantagekit"

docs/docs/data-flow/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Data Flow",
3-
"position": 4,
3+
"position": 3,
44
"collapsed": false,
55
"link": {
66
"type": "generated-index"

docs/docs/getting-started/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Getting Started",
3-
"position": 3,
3+
"position": 2,
44
"collapsed": false,
55
"link": {
66
"type": "generated-index"

docs/docs/legal/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Legal",
3-
"position": 5,
3+
"position": 4,
44
"link": {
55
"type": "generated-index"
66
}

docs/docs/whats-new/_category_.json

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

docs/docs/whats-new/full-changelog.md

Lines changed: 0 additions & 61 deletions
This file was deleted.
-709 KB
Binary file not shown.
-2.43 MB
Binary file not shown.
-91 KB
Binary file not shown.

docs/docs/whats-new/index.md

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

0 commit comments

Comments
 (0)