An open API service indexing awesome lists of open source software.

https://github.com/jackccrawford/mvara-assets


https://github.com/jackccrawford/mvara-assets

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# mVara Public Assets Repository

This repository contains all public assets for mVara products, marketing, documentation, and extensions. It serves as a centralized location for publicly accessible resources while maintaining brand consistency across all mVara properties and partnerships.

## Repository Structure

```
/
├── mvara-content/ # Official mVara brand assets (logos, icons, etc.)
├── other-content/ # Additional content and assets
└── partner-content/ # Assets for partner integrations and co-marketing
```

## Usage Guidelines

### For VS Code Extensions

VS Code extension marketplace requires all images in README files to be served from public HTTPS URLs. When referencing assets in extension READMEs, use the raw GitHub URL format:

```
https://raw.githubusercontent.com/jackccrawford/mvara-assets/master/mvara-content/mvara-logo-white.png
```

### For Other mVara Products and Documentation

The same raw GitHub URL format can be used to embed images in any documentation, websites, or other materials:

```
https://raw.githubusercontent.com/jackccrawford/mvara-assets/master/path/to/asset.png
```

## Contributing New Assets

To add new assets to this repository:

1. Place the asset in the appropriate directory based on its purpose:
- `mvara-content/` - For official mVara branding assets
- `other-content/` - For supplementary assets
- `partner-content/` - For partner-related assets
2. Commit and push to the repository
3. Use the raw GitHub URL to reference the asset in your documentation or code

## Brand Consistency

This central repository helps maintain brand consistency by:
- Providing a single source of truth for all mVara visual assets
- Eliminating inconsistencies from multiple copies of the same assets
- Ensuring all products reference the same versions of logos and brand elements

## Contents

### mVara Content
- `mvara-content/mvara-logo-white.png` - mVara logo on white background

### Other Content
*(Add other content here as it is created)*

### Partner Content
*(Add partner content here as it is created)*