import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Ceph',
    url: 'ceph.io',
    description: 'Ceph is an open source distributed storage system designed to evolve with data.',
    lang: 'en',
};
