Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apps menu item #3184

Merged
merged 2 commits into from
Jul 7, 2020
Merged

Apps menu item #3184

merged 2 commits into from
Jul 7, 2020

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Jul 6, 2020

Resolves #3183

Motivation

Add Apps menu item with the list of external apps relevant for the chain

Changelog

2 env vars added:
APPS_MENU - enable/disable Apps menu
EXTERNAL_APPS - the list of external apps to display in menu

Example of env vars applying:

export APPS_MENU=true
export EXTERNAL_APPS='[ { "title": "POA Mania", "url": "https://www.poamania.com/" }, { "title": "POA Bridge", "url": "https://bridge.poa.net/" } ]'

Relates PR to update the of ENV vars inn docs blockscout/docs#24

Checklist for your Pull Request (PR)

@vbaranov vbaranov merged commit 03f4e36 into master Jul 7, 2020
@vbaranov vbaranov deleted the vb-apps branch July 7, 2020 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add apps item in navigation menu
1 participant