Skip to content

Commit 6ce672c

Browse files
authored
Merge pull request #73 from DHTMLX/next
[dev] updates for algolia, [update] remove the unused calendar folder
2 parents db961ae + 7a1cf0b commit 6ce672c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+22
-2485
lines changed

.github/workflows/main.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,25 @@ jobs:
4141
push: true
4242
tags: registry.webix.io/suite-docs-alt:${{ steps.vars.outputs.short_ref }}
4343

44-
- run: curl "https://docs.dhtmlx.com/hooks/restart-docker?token=${{ secrets.RESTART_TOKEN }}&project=docs-suite-alt-${{ steps.vars.outputs.short_ref }}"
44+
- run: curl "https://docs.dhtmlx.com/hooks/restart-docker?token=${{ secrets.RESTART_TOKEN }}&project=docs-suite-alt-${{ steps.vars.outputs.short_ref }}"
45+
46+
algolia-crawl:
47+
runs-on: ubuntu-latest
48+
needs: build
49+
steps:
50+
- name: Checkout Repo
51+
uses: actions/checkout@v4
52+
53+
- name: Wait for Deployment
54+
run: sleep 30
55+
56+
- name: Algolia Crawler Creation and Crawl
57+
uses: algolia/algoliasearch-crawler-github-actions@v1.0.10
58+
with:
59+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
60+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
61+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
62+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
63+
site-url: 'https://docs.dhtmlx.com/suite/'
64+
crawler-name: 'Suite Docs Crawler'
65+
override-config: true

docs/calendar2/api/api_overview.md

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

docs/calendar2/api/calendar_beforechange_event.md

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

docs/calendar2/api/calendar_cancelclick_event.md

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

docs/calendar2/api/calendar_change_event.md

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

docs/calendar2/api/calendar_clear_method.md

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

docs/calendar2/api/calendar_css_config.md

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

docs/calendar2/api/calendar_date_config.md

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

docs/calendar2/api/calendar_dateformat_config.md

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

docs/calendar2/api/calendar_datemouseover_event.md

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

0 commit comments

Comments
 (0)