mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-26 05:59:41 +00:00
This commit is contained in:
parent
02d24aff06
commit
2dde3530dd
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: |
|
||||
grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/allegroai/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0'
|
||||
grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/clearml/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0'
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
env:
|
||||
INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
|
||||
with:
|
||||
text: Link Checker failure in github.com/allegroai/clearl-docs
|
||||
text: Link Checker failure in github.com/clearml/clearl-docs
|
||||
blocks: |
|
||||
[
|
||||
{"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}}
|
||||
|
@ -68,7 +68,7 @@ module.exports = {
|
||||
},
|
||||
announcementBar: {
|
||||
id: 'supportus',
|
||||
content: 'If you ❤️ ️<b>ClearML</b>, ⭐️ us on <a target="_blank" rel="noopener noreferrer" href="https://github.com/allegroai/clearml">GitHub</a>!',
|
||||
content: 'If you ❤️ ️<b>ClearML</b>, ⭐️ us on <a target="_blank" rel="noopener noreferrer" href="https://github.com/clearml/clearml">GitHub</a>!',
|
||||
isCloseable: true,
|
||||
},
|
||||
navbar: {
|
||||
@ -168,7 +168,7 @@ module.exports = {
|
||||
'aria-label': 'Twitter',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/allegroai/clearml',
|
||||
href: 'https://github.com/clearml/clearml',
|
||||
position: 'right',
|
||||
className: 'header-ico header-ico--github',
|
||||
'aria-label': 'GitHub repository',
|
||||
@ -215,7 +215,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/allegroai/clearml',
|
||||
href: 'https://github.com/clearml/clearml',
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -233,13 +233,13 @@ module.exports = {
|
||||
// Please change this to your repo.
|
||||
breadcrumbs: false,
|
||||
editUrl:
|
||||
'https://github.com/allegroai/clearml-docs/edit/main/',
|
||||
'https://github.com/clearml/clearml-docs/edit/main/',
|
||||
},
|
||||
// API: {
|
||||
// sidebarPath: require.resolve('./sidebars.js'),
|
||||
// // Please change this to your repo.
|
||||
// editUrl:
|
||||
// 'https://github.com/allegroai/clearml-docs/edit/main/',
|
||||
// 'https://github.com/clearml/clearml-docs/edit/main/',
|
||||
// },
|
||||
blog: {
|
||||
blogTitle: 'ClearML Tutorials',
|
||||
@ -249,7 +249,7 @@ module.exports = {
|
||||
showReadingTime: true,
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/allegroai/clearml-docs/edit/main/tutorials/',
|
||||
'https://github.com/clearml/clearml-docs/edit/main/tutorials/',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
Loading…
Reference in New Issue
Block a user