Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
8c1c89d2
Commit
8c1c89d2
authored
6 months ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
test 2
deleted: js/chatling.js modified: mkdocs.yml
parent
47312032
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#40690
failed
6 months ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/chatling.js
+0
-11
0 additions, 11 deletions
js/chatling.js
mkdocs.yml
+6
-1
6 additions, 1 deletion
mkdocs.yml
with
6 additions
and
12 deletions
js/chatling.js
deleted
100644 → 0
+
0
−
11
View file @
47312032
// docs/js/chatling.js
window
.
chtlConfig
=
{
chatbotId
:
"
7573492174
"
};
(
function
()
{
const
script
=
document
.
createElement
(
'
script
'
);
script
.
src
=
"
https://chatling.ai/js/embed.js
"
;
script
.
id
=
"
chatling-embed-script
"
;
script
.
async
=
true
;
script
.
setAttribute
(
"
data-id
"
,
"
7573492174
"
);
document
.
body
.
appendChild
(
script
);
})();
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
6
−
1
View file @
8c1c89d2
...
@@ -7,7 +7,6 @@ extra_css:
...
@@ -7,7 +7,6 @@ extra_css:
extra_javascript
:
extra_javascript
:
-
https://unpkg.com/mermaid@10.1.0/dist/mermaid.min.js
-
https://unpkg.com/mermaid@10.1.0/dist/mermaid.min.js
-
js/chatling.js
# Repository
# Repository
repo_name
:
sccs/docs.it4i.cz
repo_name
:
sccs/docs.it4i.cz
...
@@ -331,6 +330,12 @@ extra:
...
@@ -331,6 +330,12 @@ extra:
link
:
'
https://code.it4i.cz/sccs/docs.it4i.cz'
link
:
'
https://code.it4i.cz/sccs/docs.it4i.cz'
-
icon
:
'
fontawesome/solid/globe'
-
icon
:
'
fontawesome/solid/globe'
link
:
'
https://www.it4i.cz'
link
:
'
https://www.it4i.cz'
head
:
-
|
<script>
window.chtlConfig = { chatbotId: "7573492174" };
</script>
<script async data-id="7573492174" id="chatling-embed-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script>
plugins
:
plugins
:
-
search
:
-
search
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment