-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8018 from braze-inc/ko-prep
Add ko setting
- Loading branch information
Showing
6 changed files
with
105 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Site settings | ||
title: Braze Documentation | ||
email: success@braze.com | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Welcome to Braze Documentation. Braze provides a comprehensive user engagement solution for your mobile apps. | ||
baseurl: "/docs/ko" # the subpath of your site, e.g., /blog | ||
homeurl: "https://www.braze.com" # the base hostname & protocol for your site, e.g., http://example.com | ||
twitter_username: Braze | ||
github_username: braze-inc | ||
|
||
language: ko | ||
|
||
destination: _site/docs/ko | ||
|
||
# Source dir | ||
source: '.' | ||
|
||
lab_index_name: "DocSearch_Korean" | ||
|
||
# Allows the DocSearch element to be inspected. Set to true locally, but don't | ||
# check in in that state, or it will cause undesirable behavior in prod. | ||
search_debug: false | ||
|
||
# For local testing, set to false to increase build time by not pulling partner api | ||
# and markdown data. MAKE SURE TO TURN BACK ON PRIOR TO COMMIT. | ||
partner_api: true | ||
markdown_api: true | ||
|
||
# GitHub config | ||
github_baseurl: 'https://github.com/braze-inc/braze-docs/blob/develop/_lang/ko/' | ||
|
||
# Collections directory | ||
collections_dir: _lang/ko/ | ||
|
||
|
||
collections: | ||
home: | ||
title: ドキュメンテーション | ||
user_guide: | ||
title: ユーザーガイド | ||
developer_guide: | ||
title: 開発者ガイド | ||
api: | ||
title: API | ||
default_nav_url: basics/ | ||
partners: | ||
title: テクノロジーパートナー | ||
help: | ||
title: ヘルプ | ||
hidden: # Hidden pages not directly linked via navigation | ||
title: Braze | ||
docs_pages: # Site specific pages. ie main redirects and search | ||
title: Braze | ||
|
||
|
||
# Image asset pipeline setting for japr | ||
asset_pipeline: | ||
display_path: docs/ko/assets | ||
|
||
# Algolia Search index | ||
algolia: | ||
index_name: "DocSearch_Korean" | ||
files_to_exclude: | ||
- _lang/ko/_hidden/* | ||
- _lang/ko/_hidden/*/* #exclude hidden subdirectories from indexing | ||
- _lang/ko/_hidden/*/*/* #exclude additional hidden subdirectories from indexing | ||
- _lang/ko/_docs_pages/* | ||
- _lang/ko/_docs_pages/*/* #exclude hidden subdirectories from indexing | ||
- _lang/ko/_docs_pages/*/*/* #exclude additional hidden subdirectories from indexing | ||
- _lang/ko/_home/Styling_Test_Page.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<html> | ||
<head> | ||
<link rel="icon" type="image/x-icon" href="/docs/ko/assets/favicon.ico" sizes="160x160"> | ||
</head> | ||
<body> | ||
<h1>Korean Braze Documentation Site</h1> | ||
<b>If you get a 502 error, please wait up to 5 minutes, then refresh this page. </b> | ||
<br> | ||
<br> | ||
<a href="/docs/ko/">Docs</a> | ||
</body> | ||
</html> |