Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit a247fac

Browse files
Migration finish (#137)
* Fix naming * remove spelling badge not yet setup * enable versions
1 parent 7ce253b commit a247fac

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/content_issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: ''
77

88
<!-- IMPORTANT: This is only for reporting documentation content issues.
99
10-
Report Quorum Blockchain Service software issues at https://consensys.net/quorum/contact-us/.
10+
Report EthSigner software issues at https://consensys.net/quorum/contact-us/.
1111
Report documentation tool issues using the "Documentation tool bug report" template.
1212
1313
Before creating an issue, did you use the search field in the documentation to find what you're looking for?

.github/ISSUE_TEMPLATE/tool_issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: ''
77

88
<!-- IMPORTANT: This is only for reporting documentation tool bugs.
99
10-
Report Quorum Blockchain Service software issues at https://consensys.net/quorum/contact-us/.
10+
Report EthSigner software issues at https://consensys.net/quorum/contact-us/.
1111
Report documentation content issues using the "Documentation content issue report" template.
1212
1313
Before creating an issue, did you refresh your browser cache for the site?

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Consensys Quorum Blockchain Service documentation
1+
# Consensys EthSigner documentation
22

33
[![Publish latest doc site](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/latest_publish.yml/badge.svg)](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/latest_publish.yml)
44
[![Publish release doc site](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/release_publish.yml/badge.svg)](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/release_publish.yml)
55
[![Test the links](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/linkcheck.yml/badge.svg)](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/linkcheck.yml)
66
[![Lint codebase](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/lint.yml/badge.svg)](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/lint.yml)
7-
[![Test spelling and guidelines](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/spelling.yml/badge.svg)](https://github.com/ConsenSys/doc.ethsigner/actions/workflows/spelling.yml)
87

98
[Ethsigner](https://github.com/ConsenSys/ethsigner/) is an open-source, client-agnostic, Ethereum transaction signer
109
developed under the Apache 2.0 license and written in Java.

mkdocs.extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra:
3535
- icon: material/web
3636
link: https://consensys.net/quorum/developers
3737
version:
38-
switch: false # displays the version dropdown
38+
switch: true # displays the version dropdown
3939

4040
# Uncomment and add path if needed to have custom extra scripts and CSS
4141
#extra_css:

0 commit comments

Comments
 (0)