@apify/docs-theme 1.0.193 → 1.0.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/markdown.js +1 -1
- package/static/img/favicon.ico +0 -0
- package/static/img/favicon.svg +4 -4
package/package.json
CHANGED
package/src/markdown.js
CHANGED
|
@@ -20,7 +20,7 @@ const incrementHeadingLevels = () => (tree) => {
|
|
|
20
20
|
|
|
21
21
|
const removeGitCliffMarkers = () => (tree) => {
|
|
22
22
|
visitParents(tree, 'html', (node) => {
|
|
23
|
-
const gitCliffMarkerRegex = /generated by git-cliff/ig;
|
|
23
|
+
const gitCliffMarkerRegex = /generated by git-cliff|git-cliff-unreleased/ig;
|
|
24
24
|
const match = gitCliffMarkerRegex.exec(node.value);
|
|
25
25
|
|
|
26
26
|
if (match) node.value = '';
|
package/static/img/favicon.ico
CHANGED
|
Binary file
|
package/static/img/favicon.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M145.499 8.91699H243.474C245.467 8.91699 247.083 10.5326 247.083 12.5256V162.255C247.083 165.841 242.418 167.232 240.455 164.231L142.48 14.5014C140.909 12.1014 142.631 8.91699 145.499 8.91699Z" fill="#246DFF"/>
|
|
3
|
+
<path d="M110.501 8.91699H12.526C10.5331 8.91699 8.91748 10.5326 8.91748 12.5256V162.255C8.91748 165.841 13.5819 167.232 15.5456 164.231L113.52 14.5014C115.091 12.1014 113.369 8.91699 110.501 8.91699Z" fill="#20A34E"/>
|
|
4
|
+
<path d="M126.322 128.795L15.0222 240.932C12.7621 243.209 14.375 247.082 17.5834 247.082H238.508C241.704 247.082 243.322 243.236 241.089 240.951L131.463 128.815C130.055 127.375 127.741 127.366 126.322 128.795Z" fill="#F86606"/>
|
|
5
5
|
</svg>
|