Skip to content

Commit 3817ddb

Browse files
committed
add _config.yml
0 parents  commit 3817ddb

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

_config.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Model Studio AI - Site Configuration
2+
title: Model Studio AI
3+
description: "AI Agent Skills & Tools by Aliyun Model Studio"
4+
url: "https://modelstudioai.github.io"
5+
baseurl: ""
6+
7+
# Theme
8+
theme: minima
9+
10+
# Navigation
11+
header_pages:
12+
- guide/index.md
13+
- cli/index.md
14+
- openwork/index.md
15+
- skills/index.md
16+
- workshop/index.md
17+
- showcase/index.md
18+
- videos/index.md
19+
- faq/index.md
20+
21+
# Bailian Links (unified source_channel tracking)
22+
bailian:
23+
cli_site: "https://bailian.console.aliyun.com/cli?source_channel=cli_github&"
24+
api_key: "https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key"
25+
console: "https://bailian.console.aliyun.com/?source_channel=cli_github"
26+
docs: "https://help.aliyun.com/zh/model-studio/"
27+
models: "https://help.aliyun.com/zh/model-studio/getting-started/models"
28+
29+
# GitHub
30+
github:
31+
org: "https://github.com/modelstudioai"
32+
cli_repo: "https://github.com/modelstudioai/cli"
33+
skills_repo: "https://github.com/modelstudioai/skills"
34+
openwork_repo: "https://github.com/modelstudioai/openwork"
35+
36+
# Community
37+
community:
38+
dingtalk_group: "182405011072"
39+
dingtalk_group_name: "Dev@ModelStudioAI"
40+
41+
# Build settings
42+
markdown: kramdown
43+
plugins:
44+
- jekyll-seo-tag

0 commit comments

Comments
 (0)