mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
9 lines
176 B
TypeScript
9 lines
176 B
TypeScript
|
|
export const docsRoute = '/docs';
|
||
|
|
export const docsContentRoute = '/llms.mdx/docs';
|
||
|
|
|
||
|
|
export const gitConfig = {
|
||
|
|
user: 'chopratejas',
|
||
|
|
repo: 'headroom',
|
||
|
|
branch: 'main',
|
||
|
|
};
|