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

docs: add InfraQL product docs website to showcase #5847

Merged
merged 2 commits into from Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added website/src/data/showcase/infraql-docs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/data/users.tsx
Expand Up @@ -643,6 +643,14 @@ const Users: User[] = [
source: null,
tags: ['product','design'],
},
{
title: 'InfraQL Technologies',
description: 'InfraQL is a SQL based approach to cloud infrastructure coding, API querying and automation.',
preview: require('./showcase/infraql-docs.png'),
website: 'https://docs.infraql.io/',
source: null,
tags: ['product'],
},
{
title: 'IOTA-Wiki',
description: 'Documantation and wiki for the IOTA project',
Expand Down