Skip to content

Commit 6ef52bd

Browse files
committed
docs: simplify README by removing i18n and project structure sections
1 parent 79a069b commit 6ef52bd

2 files changed

Lines changed: 1 addition & 95 deletions

File tree

README.md

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -42,53 +42,6 @@ Awesome AI 是一个 AI 行业资讯聚合站点,提供双语(中文/英文
4242
| 推理能力 | AIME, GPQA Diamond, LiveBench | [/ai/models/reasoning](https://ai.doocs.org/ai/models/reasoning) |
4343
| 多模态 | MMMU, MathVista, MMBench | [/ai/models/multimodal](https://ai.doocs.org/ai/models/multimodal) |
4444

45-
## 多语言
46-
47-
支持中文和英文双语:
48-
49-
| 语言 | README | 网站 |
50-
|------|--------|------|
51-
| 中文 | [README.md](./README.md) | [ai.doocs.org](https://ai.doocs.org/) |
52-
| English | [README_EN.md](./README_EN.md) | [ai.doocs.org/en/](https://ai.doocs.org/en/) |
53-
54-
## 项目结构
55-
56-
基于 Astro + Tailwind CSS 构建的静态站点,构建时生成所有页面,零运行时依赖。
57-
58-
```
59-
src/
60-
├── content/ # 中文版内容
61-
│ ├── daily/ # 日报 (YYYY-MM-DD.md)
62-
│ ├── weekly/ # 周报 (YYYY-wXX.md)
63-
│ ├── topics/ # 专题讨论
64-
│ ├── tools/ # AI 工具推荐(7 大领域)
65-
│ └── models/ # AI 模型排行榜(4 个维度)
66-
├── content/en/ # 英文版内容(同上结构)
67-
│ ├── daily/
68-
│ ├── weekly/
69-
│ ├── topics/
70-
│ ├── tools/
71-
│ └── models/
72-
├── components/ # 可复用 Astro 组件
73-
│ ├── Card.astro
74-
│ ├── Footer.astro
75-
│ └── NavBar.astro
76-
├── layouts/
77-
│ └── BaseLayout.astro
78-
├── pages/ # 路由定义
79-
│ ├── index.astro # 首页
80-
│ ├── search.astro # 搜索页
81-
│ ├── ai/ # 排行榜(工具 + 模型)
82-
│ ├── daily/ # 日报列表
83-
│ ├── weekly/ # 周报列表
84-
│ ├── industry/ # 行业动态
85-
│ ├── topics/ # 专题讨论
86-
│ └── en/ # 英文版镜像
87-
├── i18n/ # 国际化配置(zh.json, en.json, utils.ts)
88-
└── styles/
89-
└── global.css # Tailwind + 自定义排版样式
90-
```
91-
9245
## 关注我们
9346

9447
### 微信公众号

README_EN.md

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Extracting real signals from the noise of AI news
44
5-
**Website:** [https://ai.doocs.org/](https://ai.doocs.org/)
5+
**Website:** [https://ai.doocs.org/en/](https://ai.doocs.org/en/)
66

77
Awesome AI is a static site that curates and publishes AI industry news daily and weekly, with bilingual support (Chinese and English). It also features AI tool recommendations and global model leaderboards with auto-updated data.
88

@@ -42,53 +42,6 @@ Top 20 global model rankings across 4 dimensions:
4242
| Reasoning | AIME, GPQA Diamond, LiveBench | [/ai/models/reasoning](https://ai.doocs.org/ai/models/reasoning) |
4343
| Multimodal | MMMU, MathVista, MMBench | [/ai/models/multimodal](https://ai.doocs.org/ai/models/multimodal) |
4444

45-
## i18n
46-
47-
Available in **Chinese** and **English**.
48-
49-
| Language | README | Website |
50-
|----------|--------|---------|
51-
| Chinese | [README.md](./README.md) | [ai.doocs.org](https://ai.doocs.org/) |
52-
| English | [README_EN.md](./README_EN.md) | [ai.doocs.org/en/](https://ai.doocs.org/en/) |
53-
54-
## Project Structure
55-
56-
Static site built with Astro + Tailwind CSS. All pages are generated at build time -- zero runtime dependencies.
57-
58-
```
59-
src/
60-
├── content/ # Chinese content
61-
│ ├── daily/ # Daily digests (YYYY-MM-DD.md)
62-
│ ├── weekly/ # Weekly digests (YYYY-wXX.md)
63-
│ ├── topics/ # Topic articles
64-
│ ├── tools/ # AI tool recommendations (7 categories)
65-
│ └── models/ # AI model leaderboards (4 dimensions)
66-
├── content/en/ # English content (same structure)
67-
│ ├── daily/
68-
│ ├── weekly/
69-
│ ├── topics/
70-
│ ├── tools/
71-
│ └── models/
72-
├── components/ # Reusable Astro components
73-
│ ├── Card.astro
74-
│ ├── Footer.astro
75-
│ └── NavBar.astro
76-
├── layouts/
77-
│ └── BaseLayout.astro
78-
├── pages/ # Route definitions
79-
│ ├── index.astro # Homepage
80-
│ ├── search.astro # Search page
81-
│ ├── ai/ # Rankings (tools + models)
82-
│ ├── daily/ # Daily archive
83-
│ ├── weekly/ # Weekly archive
84-
│ ├── industry/ # Industry news
85-
│ ├── topics/ # Discussions
86-
│ └── en/ # English mirror of above
87-
├── i18n/ # i18n strings (zh.json, en.json, utils.ts)
88-
└── styles/
89-
└── global.css # Tailwind + custom prose styles
90-
```
91-
9245
## Follow Us
9346

9447
### WeChat Official Account

0 commit comments

Comments
 (0)