Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] added demo env doc #3213

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/docs/get_started/quick_experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@ sidebar_position: 1
id: quick_experience
title: 快速体验
---


## 体验环境

:::danger 注意
1. 体验环境仅供学习和体验,不保证稳定性和可用性。如你在访问时提示 `503 Service Unavailable`,请耐心等待, 体验环境会增加访问并发限制等策略。请理解!!
2. 体验环境每天会定时重置,除了一些默认数据外其他所有数据和配置会被清空。
3. 体验环境服务不可用时间段为工作日每天的 23:00 - 次日的 09:00。周六日全时段服务不可用,如遇其他时间段服务不可用,请联系社区人员,我们会尽快处理。
4. 体验环境不支持所有的功能,如需要体验完整功能,请自行搭建环境。
5. 请不要在体验环境中存储重要数据,以免造成数据丢失,数据泄露。
6. 请不要在体验环境中进行大规模并发测试,以免影响其他用户体验。
7. 请不要在体验环境中进行一些`删除`等高危操作,以免影响其他用户体验。
:::

**访问地址:** [http://demo.dinky.org.cn:32451/#/](http://demo.dinky.org.cn:32451/#/)

### 普通账户
> 注意: 普通账户仅用于测试,不具备完整的权限。无法进行认证中心相关操作。

```plaintext
用户名:demo
密码:dinky123456
```

### 授权账户
> 注意: 授权账户只有认证中心相关权限,无法进行其他操作。

```plaintext
用户名:auth
密码:dinky123456
```

## Docker 快速开始

:::danger 注意
Expand Down
10 changes: 10 additions & 0 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ function HomepageHeader() {
Quick Start
</Link>
</div>

<div className={styles.buttonLink}>
<Link
className="button button--secondary button--lg"
style={{backgroundColor: '#07f313'}}
to="http://demo.dinky.org.cn:32451/#/">
Demo 环境
</Link>
</div>

<div className={styles.buttonLink}>
<iframe style={{width:"100px",height:"30px"}}
src="https://ghbtns.com/github-btn.html?user=DataLinkDC&amp;repo=dinky&amp;type=star&amp;count=true&amp;size=large"
Expand Down
Loading