Skip to content

Commit cdafa28

Browse files
committed
build: migrate to c0rejs namespace
1 parent 909f801 commit cdafa28

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->
22

3-
> ℹ️ Please, see the full project documentation here:<br><https://softvisio-node.github.io/cli/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://softvisio.github.io/cli/>
44
55
# Introduction
66

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
<link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
1212
<link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
13-
<link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
13+
<link rel="stylesheet" href="https://softvisio.github.io/cli/assets/theme/theme.css" />
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
1515
</head>
1616
<body>
1717
<nav>
18-
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio-node/cli/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio-node/cli/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@softvisio/cli" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
18+
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio/cli/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio/cli/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@softvisio/cli" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
1919
</nav>
2020
<div id="app"></div>
2121
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>
2222

2323
<script>
24-
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/cli/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/cli", relativePath: true, repo: "https://github.com/softvisio-node/cli", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", Function: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Promise: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", bigint: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type", boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", null: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type", number: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", symbol: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#symbol_type" } };
24+
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio/cli/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/cli", relativePath: true, repo: "https://github.com/softvisio/cli", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", Function: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Promise: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", bigint: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#bigint_type", boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", null: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#null_type", number: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", symbol: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#symbol_type" } };
2525
</script>
2626

27-
<script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
27+
<script src="https://softvisio.github.io/cli/assets/theme/theme.js"></script>
2828
<script src="https://cdn.jsdelivr.net/npm/docsify"></script>
2929
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
3030
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-json.min.js"></script>

0 commit comments

Comments
 (0)