Skip to content

Commit

Permalink
chore: change site domain v2.formilyjs.org -> formilyjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 22, 2021
1 parent f84703b commit 342493a
Show file tree
Hide file tree
Showing 27 changed files with 44 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Create new issue
url: https://v2.formilyjs.org/guide/issue-helper
about: The issue which is not created via https://v2.formilyjs.org/guide/issue-helper will be closed immediately.
url: https://formilyjs.org/guide/issue-helper
about: The issue which is not created via https://formilyjs.org/guide/issue-helper will be closed immediately.
- name: ✨ Question Answer / Idea
url: https://github.com/alibaba/formily/discussions/new
about: All questions can be solved here. At the same time you can provide all your ideas here.
- name: 📖 View documentation
url: https://v2.formilyjs.org
url: https://formilyjs.org
about: Official Formily documentation
4 changes: 2 additions & 2 deletions .github/workflows/issue-open-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
issue-number: ${{ github.event.issue.number }}
labels: 'Invalid'
body: |
Hello @${{ github.event.issue.user.login }}, your issue has been closed because it does not conform to our issue requirements. Please use the [Issue Helper](https://v2.formilyjs.org/guide/issue-helper) to create an issue, thank you!
你好 @${{ github.event.issue.user.login }},为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 [issue 助手](https://v2.formilyjs.org/guide/issue-helper) 来创建 issue 以方便我们定位错误。谢谢配合!
Hello @${{ github.event.issue.user.login }}, your issue has been closed because it does not conform to our issue requirements. Please use the [Issue Helper](https://formilyjs.org/guide/issue-helper) to create an issue, thank you!
你好 @${{ github.event.issue.user.login }},为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 [issue 助手](https://formilyjs.org/guide/issue-helper) 来创建 issue 以方便我们定位错误。谢谢配合!
2 changes: 1 addition & 1 deletion .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
},
{
title: 'Document@1.x',
path: 'https://formilyjs.org',
path: 'https://v1.formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,21 @@ In React, the whole tree rendering performance problem of the form is very obvio

2.0

https://v2.formilyjs.org
https://formilyjs.org

1.0

https://formilyjs.org
https://v1.formilyjs.org

## Community

- [formilyjs](https://github.com/formilyjs)
- [designable](https://github.com/alibaba/designable)
- [icejs](https://github.com/alibaba/ice)

## How to contribute?

- [Contribute document](https://v2.formilyjs.org/zh-CN/guide/contribution)
- [Contribute document](https://formilyjs.org/zh-CN/guide/contribution)

## Contributors

Expand Down
9 changes: 5 additions & 4 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,21 @@

2.0

https://v2.formilyjs.org
https://formilyjs.org

1.0

https://formilyjs.org
https://v1.formilyjs.org

## 集团其他产品
## 生态产品

- [formilyjs](https://github.com/formilyjs)
- [designable](https://github.com/alibaba/designable)
- [icejs](https://github.com/alibaba/ice)

## 如何贡献

- [贡献指南](https://v2.formilyjs.org/zh-CN/guide/contribution)
- [贡献指南](https://formilyjs.org/zh-CN/guide/contribution)

## 贡献者

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/issue-helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const form = createForm({
})
onFieldMount('package', async (field) => {
const packages = await fetch(
'https://v2.formilyjs.org/.netlify/functions/npm-search?q=@formily'
'https://formilyjs.org/.netlify/functions/npm-search?q=@formily'
).then((res) => res.json())
field.dataSource = packages.map(({ name }) => {
return {
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/issue-helper.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const form = createForm({
})
onFieldMount('package', async (field) => {
const packages = await fetch(
'https://v2.formilyjs.org/.netlify/functions/npm-search?q=@formily'
'https://formilyjs.org/.netlify/functions/npm-search?q=@formily'
).then((res) => res.json())
field.dataSource = packages.map(({ name }) => {
return {
Expand Down
2 changes: 1 addition & 1 deletion docs/site/Contributors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './Contributors.less'
export const Contributors: React.FC = () => {
const [contributors, setContributors] = useState([])
useEffect(() => {
fetch('//v2.formilyjs.org/.netlify/functions/contributors')
fetch('//formilyjs.org/.netlify/functions/contributors')
.then((res) => res.json())
.then(({ data }) => {
setContributors(data)
Expand Down
4 changes: 2 additions & 2 deletions packages/antd/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -33,7 +33,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: Formily Component System Based on Ant Design Encapsulation
actions:
- text: Home Site
link: //v2.formilyjs.org
link: //formilyjs.org
- text: Document
link: /components
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 基于Ant Design封装的优雅且易用的Formily2.x组件体系
actions:
- text: 主站文档
link: //v2.formilyjs.org
link: //formilyjs.org
- text: 组件文档
link: /zh-CN/components
features:
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -37,7 +37,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
4 changes: 2 additions & 2 deletions packages/core/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -37,7 +37,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: Alibaba Unified Form Solution
actions:
- text: Home Site
link: //v2.formilyjs.org
link: //formilyjs.org
- text: Document
link: /guide
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 阿里巴巴统一前端表单解决方案
actions:
- text: 主站文档
link: //v2.formilyjs.org
link: //formilyjs.org
- text: 内核文档
link: /zh-CN/guide
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/element/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
},
{
text: '主站',
link: 'https://v2.formilyjs.org',
link: 'https://formilyjs.org',
},
{
text: 'GITHUB',
Expand Down
4 changes: 2 additions & 2 deletions packages/next/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -29,7 +29,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: Formily Component System Based on Alibaba Fusion Encapsulation
actions:
- text: Home Site
link: //v2.formilyjs.org
link: //formilyjs.org
- text: Document
link: /components
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/next/docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 基于Alibaba Fusion封装的优雅且易用的Formily2.x组件体系
actions:
- text: 主站文档
link: //v2.formilyjs.org
link: //formilyjs.org
- text: 组件文档
link: /zh-CN/components
features:
Expand Down
4 changes: 2 additions & 2 deletions packages/react/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -37,7 +37,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 1 addition & 1 deletion packages/react/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: Alibaba Unified Form Solution
actions:
- text: Home Site
link: //v2.formilyjs.org
link: //formilyjs.org
- text: Development Guide
link: /guide
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/react/docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 阿里巴巴统一前端表单解决方案
actions:
- text: 主站文档
link: //v2.formilyjs.org
link: //formilyjs.org
- text: 开发指南
link: /zh-CN/guide
features:
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive-test-cases-for-react18/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -37,7 +37,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive/.umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
{
title: 'Home Site',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand All @@ -37,7 +37,7 @@ export default {
},
{
title: '主站',
path: 'https://v2.formilyjs.org',
path: 'https://formilyjs.org',
},
{
title: 'GITHUB',
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: DDD-oriented Responsive State Management Solution
actions:
- text: Home Site
link: //v2.formilyjs.org
link: //formilyjs.org
- text: Document
link: /guide
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 面向DDD的响应式状态管理方案
actions:
- text: 主站文档
link: //v2.formilyjs.org
link: //formilyjs.org
- text: 开发指南
link: /zh-CN/guide
features:
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
},
{
text: '主站',
link: 'https://v2.formilyjs.org',
link: 'https://formilyjs.org',
},
{
text: 'GITHUB',
Expand Down

0 comments on commit 342493a

Please sign in to comment.