Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxb committed Oct 30, 2024
1 parent e144f03 commit 5c244dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gez
Gez 是一个基于 **[Rspack](https://rspack.dev/)** 构建的 **[Pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)** 解决方案,通过 **[importmap](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/script/type/importmap)** 将多服务的模块映射到具有哈希缓存的文件中,是世界上首个基于 Pure ESM 构建的 SSR 多服务聚合框架
Gez 是一个基于 **[Rspack](https://rspack.dev/)** 构建的 **Pure ESM Like** 解决方案,通过 **[importmap](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/script/type/importmap)** 将多服务的模块链接到具有哈希缓存的文件中

## ✨ 特性
- 🚀 **项目构建**:基于 Rspack 实现,构建速度极快,带给你极致的开发体验。
Expand Down
7 changes: 4 additions & 3 deletions docs/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import { defineConfig } from 'rspress/config';

export default defineConfig({
root: path.join(__dirname, 'docs'),
title: 'docs2',
description: 'Rspack-based Static Site Generator',
title: 'Gez',
description:
'Gez 是一个基于 Rspack 构建的 Pure ESM Like 解决方案,通过 importmap 将多服务的模块链接到具有哈希缓存的文件中。',
icon: '/rspress-icon.png',
base: '/gez/',
logo: {
Expand All @@ -17,7 +18,7 @@ export default defineConfig({
{
icon: 'github',
mode: 'link',
content: 'https://github.com/web-infra-dev/rspress'
content: 'https://github.com/dp-os/gez'
}
]
}
Expand Down

0 comments on commit 5c244dc

Please sign in to comment.