Skip to content

Commit 9c0f066

Browse files
authored
Merge pull request #257 from sikepuri-algorithm/update-readme
Update README
2 parents 8a28d7c + 4e2643a commit 9c0f066

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README-ja.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
[![Build and Deploy](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml) [![Super Linter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/super_linter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/super_linter.yml) [![Formatter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/formatter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/formatter.yml) [![Linter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/linter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/linter.yml)
1+
# Introduction to Algorithms
2+
3+
[![MDX](https://img.shields.io/badge/MDX-1B1F24.svg?logo=mdx)](https://mdxjs.com/)
4+
[![Build and Deploy](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml)
5+
[![Release version badge](https://img.shields.io/github/v/release/sikepuri-algorithm/sikepuri-algorithm.github.io.svg?logo=github)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/releases)
6+
[![license](https://img.shields.io/badge/license-MIT-informational.svg)](LICENSE)
7+
![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
28

39
<div style="text-align: center">
410
<img src="./static/img/logo-black.svg" alt="logo" height="200px" >
511
</div>
612

713
[English README is here.](./README.md)
814

9-
# Introduction to Algorithms
10-
1115
これは、アルゴリズム入門のシケプリです。[こちら](https://sikepuri-algorithm.github.io/)から見ることができます。
1216

1317
[Docusaurus](https://docusaurus.io/) を使って作っています。

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
[![Build and Deploy](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml) [![Super Linter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/super_linter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/super_linter.yml) [![Formatter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/formatter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/formatter.yml) [![Linter](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/linter.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/linter.yml)
1+
# Introduction to Algorithms
2+
3+
[![MDX](https://img.shields.io/badge/MDX-1B1F24.svg?logo=mdx)](https://mdxjs.com/)
4+
[![Build and Deploy](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/actions/workflows/deploy.yml)
5+
[![Release version badge](https://img.shields.io/github/v/release/sikepuri-algorithm/sikepuri-algorithm.github.io.svg?logo=github)](https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io/releases)
6+
[![license](https://img.shields.io/badge/license-MIT-informational.svg)](LICENSE)
7+
![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
28

39
<div style="text-align: center">
410
<img src="./static/img/logo-black.svg" alt="logo" height="200px" >
511
</div>
612

713
[日本語版 README はこちら](./README-ja.md)
814

9-
# Introduction to Algorithms
10-
1115
This is a document that summarizes the Introduction to Algorithms class. To see the content, visit [here](https://sikepuri-algorithm.github.io/).
1216

1317
This site is built using [Docusaurus](https://docusaurus.io/), a modern static site generator.
@@ -18,7 +22,7 @@ This site is built using [Docusaurus](https://docusaurus.io/), a modern static s
1822
npm ci
1923
```
2024

21-
To run formatter or linter before committing, run the script below. (You don't have to run these scripts.)
25+
To run a formatter or linter before committing, run the script below. (You don't have to run these scripts.)
2226

2327
```shell
2428
# Install Poetry

0 commit comments

Comments
 (0)