Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9f30e3a
Trying auto-sync with parent repo
ashishguptaiitb Oct 12, 2025
bc967f5
Update auto-sync-dev.yml
ashishguptaiitb Oct 12, 2025
68688c1
Typos fix in mkdocs.en.xo.yml
ashishguptaiitb Oct 12, 2025
c856744
trying strict mode of Mkdocs
ashishguptaiitb Oct 12, 2025
b844d43
Minor change to trigger a new build
ashishguptaiitb Oct 12, 2025
7b78f40
Remove emoji from mkdocs.en.xo.yml
ashishguptaiitb Oct 12, 2025
f537e15
Fix for anchor error
ashishguptaiitb Oct 13, 2025
c281c0b
Removing strict mode for builds from ci.yaml
ashishguptaiitb Oct 13, 2025
ace6aa9
Merge branch 'dev' of https://github.com/ashishgupta-org/koreaiproddo…
ashishguptaiitb Oct 13, 2025
44b0a7b
Update auto-sync-dev.yml
ashishguptaiitb Oct 15, 2025
6510c33
Update auto-sync-dev.yml
ashishguptaiitb Oct 21, 2025
3bee981
Merge branch 'Koredotcom:dev' into dev
ashishguptaiitb Oct 21, 2025
a86c51d
Update auto-sync-dev.yml
ashishguptaiitb Oct 21, 2025
be5a596
Use gitleaks action
ashishguptaiitb Oct 21, 2025
c6290ce
Updating frequency to once a week
ashishguptaiitb Oct 21, 2025
af6e2ab
Adding license key
ashishguptaiitb Oct 21, 2025
4aa1048
Updating the formatting of the license key
ashishguptaiitb Oct 21, 2025
ecd4f5c
Use secret for GITLEAKS_LICENSE in workflow
ashishguptaiitb Oct 21, 2025
a4d1370
Scheduled a monthly cron job
ashishguptaiitb Oct 21, 2025
2586ee9
Run MkDocs build in strict mode
ashishguptaiitb Oct 22, 2025
3fdbf03
Merge branch 'ashishorg-stage' into koredocs-replica
ashishguptaiitb Oct 24, 2025
b38c160
Updating exp repo stage branch with Koredocs replica branch
ashishguptaiitb Oct 24, 2025
06e124f
Temporarily removing XO build instruction from the ci.yaml file to ch…
ashishguptaiitb Oct 27, 2025
741ae51
Updating build branch
ashishguptaiitb Oct 27, 2025
b2e5b2b
Removing strict flag
ashishguptaiitb Oct 27, 2025
19912c9
Merge branch 'Koredotcom:dev' into ashishorg-stage
ashishguptaiitb Nov 2, 2025
6c3b8d1
Remove cron schedule from auto-sync
ashishguptaiitb Nov 2, 2025
55a185d
Merge branch 'Koredotcom:dev' into ashishorg-stage
ashishguptaiitb Nov 3, 2025
ed163e4
Matching as is with koredotcom to avoid conflicts
ashishguptaiitb Nov 7, 2025
f7aeb3c
Merge branch 'koredocs-replica' into koredocs-replica2
ashishguptaiitb Nov 7, 2025
cb0642e
Merge pull request #5 from ashishgupta-org/koredocs-replica2
ashishguptaiitb Nov 7, 2025
074aa11
Merge branch 'ashishorg-stage' into koredocs-replica
ashishguptaiitb Nov 7, 2025
400c2bc
Delete .github/workflows/auto-sync-dev.yml
ashishguptaiitb Nov 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- dev
- ashishorg-stage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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
# - run: mkdocs gh-deploy --force
16 changes: 16 additions & 0 deletions .github/workflows/scan-for-secrets.yml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 2 additions & 2 deletions docs/xo/administration/adminconsole.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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._
_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._
2 changes: 2 additions & 0 deletions mkdocs.en.agent-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions mkdocs.en.xo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down