mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-28 01:51:22 +00:00
chore: shorten description
This commit is contained in:
parent
465813b0aa
commit
4224bb48a9
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@ const projects: Project[] = [
|
||||||
headerImage: keyweaveImage,
|
headerImage: keyweaveImage,
|
||||||
headerSubTitle: 'Open Source Project',
|
headerSubTitle: 'Open Source Project',
|
||||||
title: 'Keyweave',
|
title: 'Keyweave',
|
||||||
description: `Keyweave is an open-source tool crafted to seamlessly fetch secrets from Azure Key Vault
|
description: `Keyweave is an open-source tool crafted in Rust to seamlessly fetch secrets from Azure Key Vault
|
||||||
and weave them into a convenient .env file. Developed in Rust, Keyweave stands out for its efficiency
|
and weave them into a convenient .env file.`,
|
||||||
and user-friendly design, making it an ideal choice for managing your application's secrets.`,
|
|
||||||
logo: keyweaveLogo,
|
logo: keyweaveLogo,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
date: '11-05-2023'
|
date: '11-05-2023'
|
||||||
|
|
Loading…
Reference in a new issue