Skip to content

Commit

Permalink
Pushed new Japanese manual
Browse files Browse the repository at this point in the history
  • Loading branch information
pot2mayo committed Jun 10, 2024
1 parent 580ab03 commit 50b5149
Show file tree
Hide file tree
Showing 78 changed files with 7,175 additions and 0 deletions.
443 changes: 443 additions & 0 deletions ja/AskToAI.html

Large diffs are not rendered by default.

485 changes: 485 additions & 0 deletions ja/FileIndex.html

Large diffs are not rendered by default.

465 changes: 465 additions & 0 deletions ja/FileView.html

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions ja/GenerateImage.html

Large diffs are not rendered by default.

452 changes: 452 additions & 0 deletions ja/Recording.html

Large diffs are not rendered by default.

450 changes: 450 additions & 0 deletions ja/SearchImage.html

Large diffs are not rendered by default.

465 changes: 465 additions & 0 deletions ja/SetUp.html

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions ja/UseAI.html

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions ja/VoiceInput.html

Large diffs are not rendered by default.

157 changes: 157 additions & 0 deletions ja/gitbook/@honkit/honkit-plugin-highlight/ebook.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
pre,
code {
/* From highlight.js@11.8.0/styles/tomorrow.css */
/*!
Theme: Tomorrow
Author: Chris Kempson (http://chriskempson.com)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
*/
}
pre pre code.hljs,
code pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
pre code.hljs,
code code.hljs {
padding: 3px 5px;
}
pre .hljs,
code .hljs {
color: #4d4d4c;
background: #fff;
}
pre .hljs ::selection,
code .hljs ::selection,
pre .hljs::selection,
code .hljs::selection {
background-color: #d6d6d6;
color: #4d4d4c;
}
pre .hljs-comment,
code .hljs-comment {
color: #8e908c;
}
pre .hljs-tag,
code .hljs-tag {
color: #969896;
}
pre .hljs-operator,
code .hljs-operator,
pre .hljs-punctuation,
code .hljs-punctuation,
pre .hljs-subst,
code .hljs-subst {
color: #4d4d4c;
}
pre .hljs-operator,
code .hljs-operator {
opacity: 0.7;
}
pre .hljs-bullet,
code .hljs-bullet,
pre .hljs-deletion,
code .hljs-deletion,
pre .hljs-name,
code .hljs-name,
pre .hljs-selector-tag,
code .hljs-selector-tag,
pre .hljs-template-variable,
code .hljs-template-variable,
pre .hljs-variable,
code .hljs-variable {
color: #c82829;
}
pre .hljs-attr,
code .hljs-attr,
pre .hljs-link,
code .hljs-link,
pre .hljs-literal,
code .hljs-literal,
pre .hljs-number,
code .hljs-number,
pre .hljs-symbol,
code .hljs-symbol,
pre .hljs-variable.constant_,
code .hljs-variable.constant_ {
color: #f5871f;
}
pre .hljs-class .hljs-title,
code .hljs-class .hljs-title,
pre .hljs-title,
code .hljs-title,
pre .hljs-title.class_,
code .hljs-title.class_ {
color: #eab700;
}
pre .hljs-strong,
code .hljs-strong {
font-weight: 700;
color: #eab700;
}
pre .hljs-addition,
code .hljs-addition,
pre .hljs-code,
code .hljs-code,
pre .hljs-string,
code .hljs-string,
pre .hljs-title.class_.inherited__,
code .hljs-title.class_.inherited__ {
color: #718c00;
}
pre .hljs-built_in,
code .hljs-built_in,
pre .hljs-doctag,
code .hljs-doctag,
pre .hljs-keyword.hljs-atrule,
code .hljs-keyword.hljs-atrule,
pre .hljs-quote,
code .hljs-quote,
pre .hljs-regexp,
code .hljs-regexp {
color: #3e999f;
}
pre .hljs-attribute,
code .hljs-attribute,
pre .hljs-function .hljs-title,
code .hljs-function .hljs-title,
pre .hljs-section,
code .hljs-section,
pre .hljs-title.function_,
code .hljs-title.function_,
pre .ruby .hljs-property,
code .ruby .hljs-property {
color: #4271ae;
}
pre .diff .hljs-meta,
code .diff .hljs-meta,
pre .hljs-keyword,
code .hljs-keyword,
pre .hljs-template-tag,
code .hljs-template-tag,
pre .hljs-type,
code .hljs-type {
color: #8959a8;
}
pre .hljs-emphasis,
code .hljs-emphasis {
color: #8959a8;
font-style: italic;
}
pre .hljs-meta,
code .hljs-meta,
pre .hljs-meta .hljs-keyword,
code .hljs-meta .hljs-keyword,
pre .hljs-meta .hljs-string,
code .hljs-meta .hljs-string {
color: #a3685a;
}
pre .hljs-meta .hljs-keyword,
code .hljs-meta .hljs-keyword,
pre .hljs-meta-keyword,
code .hljs-meta-keyword {
font-weight: 700;
}
Loading

0 comments on commit 50b5149

Please sign in to comment.