@apify/docs-theme 1.0.106 → 1.0.108

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.106",
3
+ "version": "1.0.108",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -47,7 +47,7 @@ const themeConfig = ({
47
47
  items: [
48
48
  {
49
49
  label: 'Reference',
50
- href: `${absoluteUrl}/api/v2/`,
50
+ href: `${absoluteUrl}/api/v2`,
51
51
  target: '_self',
52
52
  rel: 'dofollow',
53
53
  },
@@ -170,7 +170,7 @@ const themeConfig = ({
170
170
  items: [
171
171
  {
172
172
  label: 'Reference',
173
- href: `${absoluteUrl}/api/v2/`,
173
+ href: `${absoluteUrl}/api/v2`,
174
174
  target: '_self',
175
175
  rel: 'dofollow',
176
176
  },
@@ -922,6 +922,14 @@ html[data-theme='dark'] .actionLink:hover::after {
922
922
  align-items: flex-start;
923
923
  gap: 1.6rem;
924
924
  align-self: stretch;
925
+ height: 100%;
926
+ }
927
+
928
+ .cardContentWrapperText {
929
+ display: flex;
930
+ flex-direction: column;
931
+ align-items: flex-start;
932
+ gap: 0.4rem;
925
933
  }
926
934
 
927
935
  .cardContentList {