feat(Docs): navbar新增示例菜单
This commit is contained in:
parent
d1caa36868
commit
d90331083e
15
README.en.md
15
README.en.md
@ -47,10 +47,10 @@ Get the latest news and technical support in the following ways:
|
|||||||
|
|
||||||
## 🛠️ Technology stack
|
## 🛠️ Technology stack
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## ⚡ Quick start
|
## ⚡ Quick start
|
||||||
@ -95,11 +95,12 @@ If this project is helpful to you, please feel free to:
|
|||||||
|
|
||||||
## ⚖️ License agreement
|
## ⚖️ License agreement
|
||||||
|
|
||||||
This project uses the [](LICENSE) open source license, please comply with the following terms:
|
This project adopts the [![Apache License] (https://img.shields.io/badge/License-Apache_2.0-blue.svg)] (License) open source licenses, please comply with the terms of the agreement and the following supplementary conditions:
|
||||||
|
|
||||||
- ✅ Allowed: personal learning, secondary development, commercial use
|
- ✅ allows: individual learning/secondary development
|
||||||
- ⚠️ A copyright notice is required.
|
- ⚠️ A copyright notice is required
|
||||||
- ❌ Do not use this item for any illegal purpose
|
- ⚠️ commercial use requires authorization
|
||||||
|
- ❌ Prohibited: using this project for business or illegal purposes that are competitive with **hangzhou xingluan digital technology**
|
||||||
|
|
||||||
**[Full legal notice](LEGAL.md)** | **[Contribution guide](CONTRIBUTING.md)**
|
**[Full legal notice](LEGAL.md)** | **[Contribution guide](CONTRIBUTING.md)**
|
||||||
|
|
||||||
|
|||||||
13
README.md
13
README.md
@ -48,10 +48,10 @@
|
|||||||
|
|
||||||
## 🛠️ 技术栈
|
## 🛠️ 技术栈
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## ⚡ 快速开始
|
## ⚡ 快速开始
|
||||||
@ -96,11 +96,12 @@
|
|||||||
|
|
||||||
## ⚖️ 许可协议
|
## ⚖️ 许可协议
|
||||||
|
|
||||||
本项目采用 [](LICENSE) 开源协议,使用时请遵守以下条款:
|
本项目采用 [](LICENSE) 开源协议,使用时请遵守协议条款及以下补充条款:
|
||||||
|
|
||||||
- ✅ 允许:个人学习、二次开发、商业用途
|
- ✅ 允许:个人学习/二次开发
|
||||||
- ⚠️ 需要版权声明
|
- ⚠️ 需要版权声明
|
||||||
- ❌ 禁止:将本项目用于非法用途
|
- ⚠️ 商业用途需要授权
|
||||||
|
- ❌ 禁止:将本项目用于与**杭州星孪数字科技**有竞争性的业务或非法用途
|
||||||
|
|
||||||
**[完整法律声明](LEGAL.md)** | **[贡献指南](CONTRIBUTING.md)**
|
**[完整法律声明](LEGAL.md)** | **[贡献指南](CONTRIBUTING.md)**
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,7 @@ export const navbar = defineNavbarConfig([
|
|||||||
link: '/notes/guide/quick-start/介绍.md',
|
link: '/notes/guide/quick-start/介绍.md',
|
||||||
},
|
},
|
||||||
{ text: 'SDK', link: '/notes/sdk/README.md', icon: 'carbon:api' },
|
{ text: 'SDK', link: '/notes/sdk/README.md', icon: 'carbon:api' },
|
||||||
|
{ text: '示例', link: 'https://examples.astraljs.com/', icon: 'carbon:carbon-for-ibm-dotcom' },
|
||||||
{ text: '推广中心', link: '/notes/promotion/README.md', icon: 'mdi:star-shooting-outline' },
|
{ text: '推广中心', link: '/notes/promotion/README.md', icon: 'mdi:star-shooting-outline' },
|
||||||
{ text: '商务合作', link: '/notes/cooperation/README.md', icon: 'carbon:partnership' },
|
{ text: '商务合作', link: '/notes/cooperation/README.md', icon: 'carbon:partnership' },
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user