Skip to content

Commit

Permalink
docs: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Oct 13, 2023
1 parent 8c4a3ea commit b5c1afe
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 5 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,24 @@
[![Eclipse License](https://img.shields.io/github/license/eclipse/jifa?label=License)](https://github.com/eclipse/jifa/blob/main/LICENSE)
![Commit Check](https://github.com/eclipse/jifa/actions/workflows/commit-check.yml/badge.svg?branch=main)

TODO
- [中文](README_zh.md)

> An open-source project for diagnosing common Java issues.
>
> Latest Version: 0.2.0-SNAPSHOT
>
> Complete information is available in the documentation at [https://eclipse.github.io/jifa](https://eclipse.github.io/jifa). Please refer to it for details.
## Quick Start

### Run Jifa Locally with a Single Command

```shell
# Please make sure that Docker is installed.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/HEAD/scripts/jifa.sh)"
```

## Links
- [GitHub Pages](https://eclipse.github.io/jifa)
- [Mail List](https://accounts.eclipse.org/mailing-list/jifa-dev)
- [Slack Channel](https://eclipsejifa.slack.com/)
42 changes: 42 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation
See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
-->
# Eclipse Jifa
[![Eclipse License](https://img.shields.io/github/license/eclipse/jifa?label=License)](https://github.com/eclipse/jifa/blob/main/LICENSE)
![Commit Check](https://github.com/eclipse/jifa/actions/workflows/commit-check.yml/badge.svg?branch=main)

- [English](README.md)

> 一个致力于帮助 Java 研发人员排查应用中常见问题的开源项目。
>
> 最新版本:0.2.0-SNAPSHOT
>
> 更多的项目信息请访问 [https://eclipse.github.io/jifa](https://eclipse.github.io/jifa)
## 快速开始

### 一个命令运行 Jifa

```shell
# 本地环境需要安装 docker
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/eclipse/jifa/HEAD/scripts/jifa.sh)"
```

## 相关链接

- [GitHub Pages](https://eclipse.github.io/jifa)
- [邮件列表](https://accounts.eclipse.org/mailing-list/jifa-dev)
- 钉钉交流群二维码

<div>
<img src=https://user-images.githubusercontent.com/33491035/226314386-e1cf71d4-8429-4e4c-bdc0-c511a9009ee1.JPG alt="DingTalk" width=35%/>
</div>
2 changes: 1 addition & 1 deletion site/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({

title: "Eclipse Jifa",
titleTemplate: ":title · Eclipse Jifa",
description: "An open source project for diagnosing common Java issues.",
description: "An open-source project for diagnosing common Java issues.",

lastUpdated: true,

Expand Down
2 changes: 1 addition & 1 deletion site/docs/guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Prior to submitting a pull request, please ensure your code is well-formatted:

## Contributors

Thanks to the following programmers for their contributions to the Jifa project.
Thank you to all the people who already contributed to Jifa!

<a href="https://github.com/eclipse/jifa/graphs/contributors">
<img src="https://contrib.rocks/image?repo=eclipse/jifa" alt="Contributors"/>
Expand Down
2 changes: 1 addition & 1 deletion site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: home

hero:
name: "Eclipse Jifa"
tagline: "An open source project for diagnosing common Java issues"
tagline: "An open-source project for diagnosing common Java issues"
actions:
- theme: brand
text: Get Started
Expand Down
2 changes: 1 addition & 1 deletion site/docs/zh/guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 贡献者

感谢以下开发者为 Jifa 项目所作出的贡献。
感谢所有为 Jifa 项目做出贡献的开发者们!

<a href="https://github.com/eclipse/jifa/graphs/contributors">
<img src="https://contrib.rocks/image?repo=eclipse/jifa" alt="Contributors"/>
Expand Down

0 comments on commit b5c1afe

Please sign in to comment.