@@ -10,7 +10,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
1010
1111/** @type {import('@docusaurus/types').Config } */
1212const 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