From 8643caad7b066d94be800d1172370e9b8269cca6 Mon Sep 17 00:00:00 2001 From: Eka Date: Thu, 14 Dec 2023 11:33:18 +0400 Subject: [PATCH] CORE-4738: small impovments --- data/dataProviders.yml | 6 +++--- data/membership.yml | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- pages/documentations/styles.module.scss | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/data/dataProviders.yml b/data/dataProviders.yml index 5cac3202..71e31565 100644 --- a/data/dataProviders.yml +++ b/data/dataProviders.yml @@ -40,11 +40,11 @@ navItems: href: "#openaire" - item: iii. RIOXX v3 (Recommended) href: "#rioxx" - - item: 3.3 Full text configuration 10 + - item: 3.3 Full text configuration href: "#text-configuration" - - item: 3.3.1 Supported full-text formats (Required) 10 + - item: 3.3.1 Supported full-text formats (Required) href: "#full-text" - - item: 3.3.2 Same-domain policy for hosting full texts (Required) 10 + - item: 3.3.2 Same-domain policy for hosting full texts (Required) href: "#same-domain" - item: 3.3.3 Linking to the full text of an article href: "#linking-full-text" diff --git a/data/membership.yml b/data/membership.yml index 7dbdc5ea..c94e0f9e 100644 --- a/data/membership.yml +++ b/data/membership.yml @@ -637,5 +637,5 @@ navItems: documentationSwitcher: - title: CORE Data Provider’s Guide description: In this documentation you can find all detailed information about becoming CORE data provider. - - title: Membership documentation - description: In this documentation you can find an instuction about how to interact with all features of CORE Memberships. + - title: Membership Documentation + description: In this documentation you can find an instruction about how to interact with all features of CORE Memberships. diff --git a/package-lock.json b/package-lock.json index 0744617f..8fe39bb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1935,9 +1935,9 @@ "integrity": "sha512-qtBF56vPC6d6a8p7LYd0iRjW89fhY80kAIzmj+VonvIGjK/nymBjcFUhbKiMFqlhsarCksnhwX+Zmn95Dw9qvA==" }, "@oacore/design": { - "version": "4.9.52", - "resolved": "https://npm.pkg.github.com/download/@oacore/design/4.9.52/02fab4103ce10453a9a5265bfc49f4ceb34c3bf3", - "integrity": "sha512-JBRMquLXSkWQm33HirAVOunOdgOJeITE6gCOAftedrb3xix52j/mT4kCmFSp6j9YGCO6zwFg72IQ412OyWgKkA==", + "version": "4.9.54", + "resolved": "https://npm.pkg.github.com/download/@oacore/design/4.9.54/46da36346978b8b7634c4cb32cd667bac270fed7", + "integrity": "sha512-bhdUWofcTrsneHpuFcAorFqRncGhynBZYsOOICO+AJ0ODmRFg8zO5R2APdxCGz/XnC5DYanEAec2qSVapINS2Q==", "requires": { "@babel/runtime": "^7.12.1", "@mdi/svg": "^5.8.55", diff --git a/package.json b/package.json index 3b5f144c..2248b8bb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prettier": "^2.1.2" }, "dependencies": { - "@oacore/design": "^4.9.52", + "@oacore/design": "^4.9.54", "@octokit/rest": "^18.5.0", "bootstrap": "^4.5.3", "camelize": "^1.0.0", diff --git a/pages/documentations/styles.module.scss b/pages/documentations/styles.module.scss index 4f00437d..7d579d38 100644 --- a/pages/documentations/styles.module.scss +++ b/pages/documentations/styles.module.scss @@ -28,6 +28,7 @@ line-height: 130%; text-align: left; margin-bottom: 14px; + text-transform: initial; } .tab-description { color: #212121; @@ -37,6 +38,7 @@ line-height: 20px; letter-spacing: 0.04px; text-align: left; + text-transform: initial; } .tab:last-child { margin-left: 10px;