parent
83294abaf0
commit
20f809740c
@ -1,7 +1,13 @@
|
||||
export default {
|
||||
const externalLinks = {
|
||||
documentation: 'https://docs.gpustack.ai/',
|
||||
github: 'https://github.com/gpustack/gpustack',
|
||||
discord: 'https://discord.gg/VXYJzuaqwD',
|
||||
site: 'https://gpustack.ai/',
|
||||
release: 'https://github.com/gpustack/gpustack/releases'
|
||||
};
|
||||
|
||||
export default externalLinks;
|
||||
|
||||
export const externalRefer = {
|
||||
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/#audio-playground`
|
||||
};
|
||||
|
||||
Loading…
Reference in new issue