Skip to content

Commit

Permalink
Update Home page (#171)
Browse files Browse the repository at this point in the history
* remove illustration

* update texts

* update CI

Co-authored-by: bgravenorst <[email protected]>
  • Loading branch information
NicolasMassart and bgravenorst authored Dec 9, 2021
1 parent f6f30da commit f3f5005
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_preview_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: checkout code from repos
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.number }}/merge
ref: refs/pull/${{ github.event.number }}/merge # required to pull the PR code instead of the main one
fetch-depth: 0 # Required for mkdocs to be able to display pages last update info

- name: set environment vars from .env file
Expand Down
29 changes: 17 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
template: home.html
title: GoQuorum Enterprise Ethereum Client
description: GoQuorum is an open-source Ethereum client developed under the LGPL license and written in Go.
GoQuorum is an Ethereum-based protocol that runs private, permissioned networks. GoQuorum implements
Proof of Authority (IBFT, QBFT, Raft, and Clique) consensus mechanisms.
illustration: assets/illustrations/undraw_completed_steps_re_h9wc.svg
GoQuorum runs private, permissioned networks and implements proof of authority (IBFT, QBFT, Raft, and Clique)
consensus mechanisms.

hide:
- toc
Expand All @@ -13,36 +12,35 @@ hide:
profiles:
- link: deploy/install/getting-started-overview/
title: Deploy GoQuorum
text: Install GoQuorum using one of our recommended methods, or upgrade from an earlier version.
Run the Quorum Developer Quickstart to quickly set up a local development environment.
text: Install GoQuorum or upgrade from an earlier version.
Run the Quorum Developer Quickstart to set up a local development environment.
image: assets/illustrations/undraw_to_the_stars_qhyy.svg

- link: configure-and-manage/configure/consensus-protocols/ibft/
title: Configure and manage
text: Information about how to configure and manage GoQuorum, including consensus protocols, genesis files,
permissioning, monitoring, and other network configuration.
text: Configure and manage GoQuorum consensus protocols, genesis files, permissioning,
monitoring, and other network components.
image: assets/illustrations/undraw_programming_re_kg9v.svg

- link: develop/connecting-to-a-node/
title: Develop applications
text: Information about how to connect to nodes, access the JSON-RPC-APIs, and use client libraries to develop
text: Connect to nodes, access the JSON-RPC APIs, and use client libraries to develop
applications for the GoQuorum network.
image: assets/illustrations/undraw_web_development_0l6v.svg

- link: concepts/blockchain-basics/what-is-blockchain/
title: Learn about GoQuorum
text: Conceptual information covering basic blockchain concepts and GoQuorum architecture and features.
text: Read about blockchain concepts and GoQuorum architecture and features.
image: assets/illustrations/undraw_knowledge_g-5-gf.svg

- link: tutorials/quorum-dev-quickstart/getting-started/
title: Try the tutorials
text: Tutorials to use the Quorum Developer Quickstart, deploy and interact with smart contracts,
and create private networks.
text: Use the Quorum Developer Quickstart, deploy and interact with smart contracts, and create private networks.
image: assets/illustrations/undraw_setup_wizard_re_nday.svg

- link: reference/cli-syntax/
title: Reference information
text: Reference information including APIs, command line options, and other technical descriptions.
text: See APIs, command line options, and other technical descriptions.
image: assets/illustrations/undraw_preferences_popup_wbfw.svg
---

Expand All @@ -54,6 +52,13 @@ Configure the landing page [using meta tags](https://squidfunk.github.io/mkdocs-
---
title: Page title
description: Page description

hide:
- toc
- navigation

illustration: assets/illustrations/undraw_completed_steps_re_h9wc.svg

links:
- link: link-url/
title: Link title
Expand Down

0 comments on commit f3f5005

Please sign in to comment.