diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a9a5b8b533..efbeb342f8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: push: branches: - - dev + - ashishorg-stage concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -16,11 +16,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Build EN AI for Service docs - uses: ./ - with: - entrypoint: mkdocs - args: build --config-file=mkdocs.en.xo.yml - name: Build EN AI for Work docs uses: ./ with: @@ -36,7 +31,6 @@ jobs: with: entrypoint: mkdocs args: build --config-file=mkdocs.en.ai-for-process.yml - # - name: Copy redirect index page # run: sudo cp /index.html /site @@ -59,4 +53,4 @@ jobs: - run: pip install mike --force-reinstall --verbose - run: pip install mkdocs-glightbox # - run: mike deploy --push --update-aliases 1.0 latest --ignore - # - run: mkdocs gh-deploy --force \ No newline at end of file + # - run: mkdocs gh-deploy --force diff --git a/.github/workflows/scan-for-secrets.yml b/.github/workflows/scan-for-secrets.yml new file mode 100644 index 00000000000..283a09ba26d --- /dev/null +++ b/.github/workflows/scan-for-secrets.yml @@ -0,0 +1,16 @@ +name: Secret scan +on: + schedule: + - cron: "0 0 1 * *" + workflow_dispatch: + +jobs: + gitleaks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Run Gitleaks + uses: gitleaks/gitleaks-action@v2 + env: + GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} diff --git a/docs/xo/administration/adminconsole.md b/docs/xo/administration/adminconsole.md index 1f3409e7f51..7d8a7c03c9d 100644 --- a/docs/xo/administration/adminconsole.md +++ b/docs/xo/administration/adminconsole.md @@ -9,7 +9,7 @@ To sign up for an Admin account, you must meet the following requirements: * A valid email address. * A validated Kore.ai user account. If you do not have a user account, Kore.ai will create a user account for you, and you must validate that account before proceeding. -* Authorization to control the Admin account. Only one user in an account can be the primary Admin. The Primary Admin can add multiple other users as admins with custom defined permissions. +* Authorization to control the Admin account. Only one user in an account can be the primary Admin. The Primary Admin can add multiple other users as admins with custom-defined permissions. ## Accessing the Admin Console @@ -98,4 +98,4 @@ To assign a role to a user follow these steps: !!! Note - _The role of Bot Owner is assigned at the time of Bot creation and can be changed either from the Bots Management module or from the Platform by the Bot Owner not from Role Management._ \ No newline at end of file + _The role of Bot Owner is assigned at the time of Bot creation and can be changed either from the Bots Management module or from the Platform by the Bot Owner not from Role Management._ diff --git a/mkdocs.en.agent-platform.yml b/mkdocs.en.agent-platform.yml index ee661dcf99f..74b0e08853c 100644 --- a/mkdocs.en.agent-platform.yml +++ b/mkdocs.en.agent-platform.yml @@ -325,6 +325,8 @@ nav: - Managing Usage Limits: settings/billing/managing-usage-limits.md - Data: - Manage Data: settings/data/manage-datasets.md + - APIs: + - About Agentic App APIs: apis/agentic-apps/overview.md - APIs: - About Agentic App APIs: apis/agentic-apps/overview.md - About Tools APIs: apis/overview.md diff --git a/mkdocs.en.xo.yml b/mkdocs.en.xo.yml index e8b7716e5a9..0d471f07030 100644 --- a/mkdocs.en.xo.yml +++ b/mkdocs.en.xo.yml @@ -106,9 +106,6 @@ markdown_extensions: smart_enable: all - pymdownx.caret - pymdownx.details - - pymdownx.emoji: - emoji_generator: !!python/name:materialx.emoji.to_svg - emoji_index: !!python/name:materialx.emoji.twemoji - pymdownx.highlight: anchor_linenums: true line_spans: __span