Skip to content

Commit 8e33aa8

Browse files
authored
Merge branch 'master' into integration-playbook
2 parents 7d8b6f1 + 873da7c commit 8e33aa8

File tree

78 files changed

+796
-718
lines changed

Some content is hidden

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

78 files changed

+796
-718
lines changed

.github/workflows/publish-theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
npm show $PACKAGE_NAME@$PACKAGE_VER # fails if the package is not available, succeeds if it is
9999
100100
- name: Commit the new theme version
101-
uses: stefanzweifel/git-auto-commit-action@v5
101+
uses: stefanzweifel/git-auto-commit-action@v6
102102
with:
103103
commit_message: 'chore: publish new version of @apify/docs-theme [skip ci]'
104104
file_pattern: 'apify-docs-theme/package*.json'

apify-docs-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/docs-theme",
3-
"version": "1.0.175",
3+
"version": "1.0.176",
44
"description": "",
55
"main": "./src/index.js",
66
"files": [
@@ -19,7 +19,7 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@apify/docs-search-modal": "^1.2.1",
22+
"@apify/docs-search-modal": "^1.2.2",
2323
"@docusaurus/theme-common": "3.7.0",
2424
"@stackql/docusaurus-plugin-hubspot": "^1.1.0",
2525
"algoliasearch": "^5.19.0",

apify-docs-theme/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line no-unused-vars
2+
const { Prism } = require('prismjs');
13
const config = require('./config.js');
24
const { theme } = require('./theme.js');
35

package-lock.json

Lines changed: 548 additions & 622 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"typescript-eslint": "^8.29.1"
6767
},
6868
"dependencies": {
69-
"@apify/ui-library": "^0.66.0",
69+
"@apify/ui-library": "^0.71.0",
7070
"@docusaurus/core": "3.7.0",
7171
"@docusaurus/faster": "3.7.0",
7272
"@docusaurus/plugin-client-redirects": "3.7.0",

sources/academy/platform/get_most_of_actors/interact_with_users/emails_to_actor_users.md

Lines changed: 1 addition & 1 deletion

sources/academy/platform/get_most_of_actors/monetizing_your_actor.md

Lines changed: 1 addition & 1 deletion

sources/legal/latest/terms/affiliate-program-terms-and-conditions.md

Lines changed: 3 additions & 1 deletion
-46.2 KB

sources/platform/actors/development/actor_definition/input_schema/specification.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)