Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 16 additions & 7 deletions docs/.vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,23 @@
<p v-html="data.sections.growi_ai.text" class="mb-0"></p>
</div>
</div>
<div class="row mx-md-5 justify-content-around align-items-center pb-lg-5">
<div class="col-lg-5 col-md-8 mb-3 mb-lg-0 text-center">
<img src="/assets/images/knowledge-assistant.png" alt="Knowledge Assistant" class="rounded-3 shadow" />
<div class="row mx-md-5 justify-content-around pb-lg-5">
<div class="col-lg-5 col-md-10 mb-5 mb-lg-0">
<div class="card border-0 bg-transparent">
<img src="/assets/images/knowledge-assistant.png" alt="Knowledge Assistant" class="card-img-top rounded-3 shadow mb-4" />
<div class="card-body px-0 text-center">
<h3 class="mb-3 fs-4">{{ data.sections.growi_ai.knowledge_assistant.title }}</h3>
<p class="text-start" v-html="data.sections.growi_ai.knowledge_assistant.description"></p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-10 px-lg-0">
<div class="py-4">
<h3 class="mb-4">{{ data.sections.growi_ai.knowledge_assistant.title }}</h3>
<p v-html="data.sections.growi_ai.knowledge_assistant.description"></p>
<div class="col-lg-5 col-md-10">
<div class="card border-0 bg-transparent">
<img src="/assets/images/editor-assistant.png" alt="Editor Assistant" class="card-img-top rounded-3 shadow mb-4" />
<div class="card-body px-0 text-center">
<h3 class="mb-3 fs-4">{{ data.sections.growi_ai.editor_assistant.title }}</h3>
<p class="text-start" v-html="data.sections.growi_ai.editor_assistant.description"></p>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ sections:
knowledge_assistant:
title: Knowledge Assistant
description: Create assistants that search through pages and answer questions in chat format.<br />Multiple assistants can be created and shared across the entire organization or within groups.
editor_assistant:
title: Editor Assistant
description: Reads information from the page being edited and provides support by suggesting summaries and text corrections.<br />You can also configure specific assistants to receive highly accurate support based on knowledge information.
merits:
title: Merit of introduction
trial:
Expand Down
3 changes: 3 additions & 0 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ sections:
knowledge_assistant:
title: ナレッジアシスタント
description: ページを検索したアシスタントを作成し、チャット形式で質問に回答します。<br />複数のアシスタントを作成することが可能で、組織全体やグループ単位での共有もできます。
editor_assistant:
title: エディターアシスタント
description: 編集しているページの情報を読み取り、要約や文章の修正などを提案する形でサポートします。<br />特定のアシスタントを設定し、ナレッジの情報を元にした精度の高い支援を受けることもできます。
merits:
title: 導入のメリット
trial:
Expand Down