diff --git a/assets/css/devportal2022-v16.css b/assets/css/devportal2022-v17.css similarity index 100% rename from assets/css/devportal2022-v16.css rename to assets/css/devportal2022-v17.css diff --git a/img/backgrounds/docs-splash.svg b/img/backgrounds/docs-splash.svg deleted file mode 100644 index 9e4ad9a7d5..0000000000 --- a/img/backgrounds/docs-splash.svg +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/styles/_docs.scss b/styles/_docs-landing.scss similarity index 98% rename from styles/_docs.scss rename to styles/_docs-landing.scss index dbdb016fc0..8c7378b9fd 100644 --- a/styles/_docs.scss +++ b/styles/_docs-landing.scss @@ -123,7 +123,7 @@ h6:hover { text-decoration: underline; - text-decoration-color: #9A52FF; + text-decoration-color: $purple; background: none!important; } @@ -134,7 +134,7 @@ } a:hover { - color:#9A52FF; + color: $purple; text-decoration: none !important; } @@ -265,7 +265,7 @@ &:hover { text-decoration: underline; - text-decoration-color: #9A52FF; + text-decoration-color: $purple; } &::after { diff --git a/styles/package.json b/styles/package.json index 513d84cc33..632cdbee12 100644 --- a/styles/package.json +++ b/styles/package.json @@ -4,9 +4,9 @@ "node-sass": "^7.0.0" }, "scripts": { - "build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v16.css --output-style compressed", - "build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v16.css --output-style compressed --source-map true", - "build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v16.css --output-style compressed --source-map true" + "build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v17.css --output-style compressed", + "build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v17.css --output-style compressed --source-map true", + "build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v17.css --output-style compressed --source-map true" }, "dependencies": { "sass": "^1.26.10" diff --git a/styles/xrpl.scss b/styles/xrpl.scss index d9c4820b74..02032771cb 100644 --- a/styles/xrpl.scss +++ b/styles/xrpl.scss @@ -69,7 +69,7 @@ $line-height-base: 1.5; @import "_video.scss"; //@import "_top-banner.scss"; @import "_toml-checker.scss"; -@import "_docs.scss"; +@import "_docs-landing.scss"; // Light/Dark theme settings --------------------------------------------------- // Option to only change theme on user system settings. No toggle. diff --git a/template/base.html.jinja b/template/base.html.jinja index 0f81c66354..2209067639 100644 --- a/template/base.html.jinja +++ b/template/base.html.jinja @@ -52,7 +52,7 @@ {% if target.lang=="ja" %} {% endif %} - + diff --git a/template/page-docs.html.jinja b/template/page-docs.html.jinja index a73b06dee0..d1f3fe8680 100644 --- a/template/page-docs.html.jinja +++ b/template/page-docs.html.jinja @@ -264,7 +264,7 @@
-

Use Cases

+

{% trans %}Use Cases{% endtrans %}

{% for useCase in useCases %} {{ useCasesCard(useCase.subItems, useCase.title, useCase.imgClass, useCase.id)}} @@ -273,19 +273,19 @@
-

Getting Started

+

{% trans %}Getting Started{% endtrans %}

- See full documenation index + {% trans %}See full documenation index{% endtrans %}
{% endblock %}