We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bdf39 commit 28c7571Copy full SHA for 28c7571
docusaurus.config.ts
@@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';
6
7
const config: Config = {
8
title: 'Laravel',
9
- tagline: 'PHP 웹 애플리케이션 프레임워크 라라벨의 모든 것을 한글로 만나보세요',
+ tagline: '라라벨',
10
favicon: 'img/favicon.png',
11
12
// Set the production url of your site here
@@ -124,9 +124,9 @@ const config: Config = {
124
// Algolia DocSearch 설정
125
algolia: {
126
// The application ID provided by Algolia
127
- appId: 'P3AV656TKT',
+ appId: 'I09J6O9PPB',
128
// Public API key: it is safe to commit it
129
- apiKey: '36cb770af37e1af6373a80778092f985',
+ apiKey: '9490c4a274419bf3d76145ab91c89b14',
130
indexName: 'laravel-chanhyung',
131
// 검색 결과 페이지 경로 설정
132
searchPagePath: 'search',
0 commit comments