Change display full documentation index to be internal link (#1923)

* Update the index link

* Update css version
This commit is contained in:
Jackson Mills
2023-05-25 15:30:05 -07:00
committed by GitHub
parent 910cfa91d4
commit 0a738e47c0
6 changed files with 22 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
{% if target.lang=="ja" %}
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
{% endif %}
<link href="{{currentpage.prefix}}assets/css/devportal2022-v17.css" rel="stylesheet" />
<link href="{{currentpage.prefix}}assets/css/devportal2022-v18.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />

View File

@@ -413,7 +413,7 @@
</div>
</section><!-- Browse by recommended and Generate Testnet Credentials -->
<section class="container-new">
<a href="./docs-index.html" class="ml-auto">{% trans %}See full documenation index{% endtrans %}</a>
<a href="./docs-index.html" class="btn-arrow arrow-purple documentation-index mr-auto">{% trans %}See full documentation index{% endtrans %}</a>
</section>
{% endblock %}