// Central site URLs — update here when domains go live.

const SITE_CONFIG = {
  siteName: 'unplug',
  siteUrl: 'https://unplug-ai.org',
  docsUrl: 'https://github.com/UnplugAI/Unplug#readme',
  githubUrl: 'https://github.com/UnplugAI/Unplug',
  pypiUrl: 'https://pypi.org/project/unplug-ai/',
  pipPackage: 'unplug-ai',
  sdkVersion: '0.3.0',
  apiBaseUrl: 'https://api.unplug-ai.org/v1',
  contactEmail: 'hello@unplug-ai.org',
};

Object.assign(window, { SITE_CONFIG });
