Skip to content

Commit

Permalink
커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunhaa0211 committed Aug 20, 2024
1 parent abc0e39 commit cc5e8f9
Show file tree
Hide file tree
Showing 4 changed files with 3,693 additions and 4,808 deletions.
2 changes: 1 addition & 1 deletion docs/grammar/데이터타입/variable_constant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: '상수와 변수 선언'
slug: '/grammar/variable_constant'
slug: '/grammar/variableConstant'
excerpt: '상수와 변수에 대한 설명합니다.'
sidebar_position: 4
---
Expand Down
10 changes: 4 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ const config = {
locales: ['en'],
},
title: 'Developer Jun',
tagline:
'',
url: 'https://docs.immutable.com',
baseUrl: '/',
onBrokenLinks: 'throw',
tagline: '',
url: 'https://jjunhaa0211.github.io',
baseUrl: '/Developer_Jun/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon-32x32.png',
organizationName: 'jjunhaa0211',
Expand Down Expand Up @@ -63,7 +62,6 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/immutable/imx-docs/tree/main/',
},
theme: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@docusaurus/plugin-google-gtag": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-search-algolia": "^3.4.0",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.1",
"@stoplight/elements": "^7.5.19",
"@svgr/webpack": "^6.2.1",
"@types/styled-components": "^5.1.34",
Expand Down
Loading

0 comments on commit cc5e8f9

Please sign in to comment.