Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
993e440a
Commit
993e440a
authored
May 20, 2022
by
bonita-theme-bot
Browse files
deploy:
4e795932
parent
bae065ca
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
404.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -236,7 +235,6 @@
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -285,6 +283,14 @@
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
_/js/vendor/libs.js
View file @
993e440a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
_/partials/footer-scripts.hbs
View file @
993e440a
<script>
window
.
uiRootPath
=
'
{{{
uiRootPath
}}}
'
</script>
<script
async
src=
"
{{{
uiRootPath
}}}
/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"
{{{
uiRootPath
}}}
/js/vendor/highlight.min.js"
></script>
<script
src=
"
{{{
uiRootPath
}}}
/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -51,6 +50,14 @@
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
{{/
unless
}}
{{/
unless
}}
...
...
_/partials/head-styles.hbs
View file @
993e440a
...
...
@@ -6,7 +6,6 @@
{{/
unless
}}
{{/
unless
}}
<link
rel=
"stylesheet"
href=
"
{{{
uiRootPath
}}}
/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"
{{{
uiRootPath
}}}
/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"
{{{
uiRootPath
}}}
/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"
{{{
uiRootPath
}}}
/stylesheets/vendor/highlight-light.css"
>
_/stylesheets/vendor/libs.css
View file @
993e440a
This diff is collapsed.
Click to expand it.
admonitions.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -947,7 +946,6 @@ Watch out!
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -996,6 +994,14 @@ Watch out!
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
asciinema.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -344,7 +343,6 @@
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -393,6 +391,14 @@
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
bonita/2021.1/index.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"../../_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"../../_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"../../_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"../../_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -325,7 +324,6 @@
</div>
</footer>
<script>
window
.
uiRootPath
=
'
../../_
'
</script>
<script
async
src=
"../../_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"../../_/js/vendor/highlight.min.js"
></script>
<script
src=
"../../_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -374,6 +372,14 @@
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
cards.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -389,7 +388,6 @@ http://www.bonitasoft.com/how-we-do-it/downloads[[.card-title]#Bonita Studio ins
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -438,6 +436,14 @@ http://www.bonitasoft.com/how-we-do-it/downloads[[.card-title]#Bonita Studio ins
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
code.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -526,7 +525,6 @@ while (true) {
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -575,6 +573,14 @@ while (true) {
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
index.html
View file @
993e440a
...
...
@@ -9,7 +9,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -636,7 +635,6 @@ on little cat feet.</pre>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -685,6 +683,14 @@ on little cat feet.</pre>
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
media.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -379,7 +378,6 @@ video::Hl1thnPla7E[youtube, width=640,height=380]</code></pre>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -428,6 +426,14 @@ video::Hl1thnPla7E[youtube, width=640,height=380]</code></pre>
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
msg-block-custom-message.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -605,7 +604,6 @@ Pellentesque augue turpis, elementum quis iaculis at, egestas id dolor.</p>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -654,6 +652,14 @@ Pellentesque augue turpis, elementum quis iaculis at, egestas id dolor.</p>
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
msg-block-next-version.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -610,7 +609,6 @@ Pellentesque augue turpis, elementum quis iaculis at, egestas id dolor.</p>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -659,6 +657,14 @@ Pellentesque augue turpis, elementum quis iaculis at, egestas id dolor.</p>
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
msg-block-out-of-support.html
View file @
993e440a
...
...
@@ -5,7 +5,6 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
>
<title>
Message block - out of support | Bonita Documentation Theme Preview
</title>
<meta
name=
"generator"
content=
"Antora dev-for-bonita-documentation-theme"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -606,7 +605,6 @@ Pellentesque augue turpis, elementum quis iaculis at, egestas id dolor.</p>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
test-bold-titles.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -350,7 +349,6 @@ pouet</p>
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -399,6 +397,14 @@ pouet</p>
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
troubleshooting.html
View file @
993e440a
...
...
@@ -7,7 +7,6 @@
<!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.css" integrity="sha256-tY3FCmL2d8yoJBOVyC2aOxdixg8sLT6CHlDWX/VUJaY=" crossorigin="anonymous">-->
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/asciinema-player.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/vendor/libs.css"
>
<link
rel=
"stylesheet"
href=
"_/stylesheets/site.css"
>
<link
id=
"highlight-style-lnk"
rel=
"stylesheet"
href=
"_/stylesheets/vendor/highlight-light.css"
>
...
...
@@ -618,7 +617,6 @@ class ProcessIT {
</div>
</footer>
<script>
window
.
uiRootPath
=
'
_
'
</script>
<script
async
src=
"_/js/vendor/asciinema-player.min.js"
></script>
<script
src=
"_/js/vendor/highlight.min.js"
></script>
<script
src=
"_/js/vendor/libs.js"
></script>
<script>
hljs
.
initHighlightingOnLoad
();
</script>
...
...
@@ -667,6 +665,14 @@ class ProcessIT {
apiKey: '16267f96d135c47df8454efd5b448c9a',
});
*/
let
asciinemaPlayers
=
document
.
querySelectorAll
(
'
asciinema-player
'
);
asciinemaPlayers
.
forEach
(
htmlPlayer
=>
{
let
options
=
{
fit
:
false
};
htmlPlayer
.
getAttributeNames
().
forEach
(
key
=>
options
[
key
]
=
htmlPlayer
.
getAttribute
(
key
));
AsciinemaPlayer
.
create
(
htmlPlayer
.
getAttribute
(
'
src
'
),
htmlPlayer
,
options
);
});
</script>
<script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment