Skip to content

Commit d50ee90

Browse files
authored
Merge pull request #265 from sikepuri-algorithm/change-title
Change title
2 parents b2bd690 + 32fc408 commit d50ee90

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/01-introduction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 2
44

55
# はじめに
66

7-
## はじめに(ver1.0.0)
7+
## はじめに
88

99
はじめは、$\LaTeX$ でシケプリを作る予定だったのですが、PDF だと動画が載せられなかったり、動的な動きを持つコンテンツを書けないなどの問題があったので、Web サイトとして作ることになりました。Web サイトとしてシケプリを作る試みは、史上初ではないかと勝手に自負しております。Web サイトとして作ったおかげで Python の実行結果をシケプリ上で動かすことができたり、動画をシケプリ上で見られたり、シケプリ上で理解を助けるための Web アプリで遊んだりと様々なことが可能になりました。今回のシケプリ作成に使用した技術に関しては、付録に「このシケプリの作り方」と題して説明しておきました。今後のシケタイの役に立てば幸いです。
1010

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
# Introduction to Algorithms
5+
# アルゴリズム入門
66

77
これは、アルゴリズム入門のシケプリです。アルゴリズム入門のシケプリという体になっていますが、授業に関係なく Python を学習してみたいという需要も満たせるように作ってあります。
88

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
1010

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
13-
title: "Introduction to Algorithms",
13+
title: "アルゴリズム入門",
1414
// tagline: '',
1515
url: "https://sikepuri-algorithm.github.io",
1616
baseUrl: process.env.NODE_ENV === "development" ? "/" : process.env.BASE_URL,
@@ -21,7 +21,7 @@ const config = {
2121
// GitHub pages deployment config.
2222
// If you aren't using GitHub pages, you don't need these.
2323
organizationName: "sikepuri-algorithm", // Usually your GitHub org/user name.
24-
projectName: "sikepuri-of-algorithm", // Usually your repo name.
24+
projectName: "sikepuri-algorithm", // Usually your repo name.
2525

2626
// Even if you don't use internalization, you can use this field to set useful
2727
// metadata like html lang. For example, if your site is Chinese, you may want
@@ -78,7 +78,7 @@ const config = {
7878
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
7979
({
8080
navbar: {
81-
title: "Introduction to Algorithms",
81+
title: "アルゴリズム入門",
8282
logo: {
8383
alt: "My Site Logo",
8484
src: "img/logo.svg",
@@ -121,14 +121,14 @@ const config = {
121121
// label: 'Discord',
122122
// href: 'https://discordapp.com/invite/docusaurus',
123123
// },
124-
// {
125-
// label: 'Twitter',
126-
// href: 'https://twitter.com/docusaurus',
127-
// },
128124
{
129125
label: "GitHub",
130126
href: "https://github.com/sikepuri-algorithm/sikepuri-algorithm.github.io",
131127
},
128+
{
129+
label: "Twitter",
130+
href: "https://twitter.com/chvmvd",
131+
},
132132
],
133133
},
134134
// {

0 commit comments

Comments
 (0)