docs(v2): showcase joelpo website (#4848)

This commit is contained in:
Joel 2021-05-29 12:16:32 +02:00 committed by GitHub
parent dc0336a34f
commit b7ea0955a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View file

@ -1105,6 +1105,14 @@ const Users = [
source: 'https://github.com/leon-ai/docs.getleon.ai',
tags: ['opensource', 'versioning', 'i18n'],
},
{
title: 'Joel PO',
description: 'A minimalist personal website',
preview: require('./showcase/joelpo.png'),
website: 'https://joelpo.github.io',
source: 'https://github.com/Joelpo/joelpo.github.io',
tags: ['personal', 'opensource']
},
];
export const TagList = Object.keys(Tags);