-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
1,012 additions
and
317 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Config for GitHub Pages | ||
remote_theme: just-the-docs/[email protected] | ||
|
||
# ======================================================== | ||
# == everything below is the same as _config.local.yaml == | ||
# ======================================================== | ||
|
||
title: Kernel Memory | ||
description: >- | ||
Index and query any data using LLM and natural language, tracking sources and | ||
|
@@ -10,18 +15,16 @@ description: >- | |
baseurl: "/kernel-memory" | ||
url: "" | ||
|
||
plugins: | ||
- jekyll-feed | ||
|
||
favicon_ico: "/favicon.png" | ||
search_enabled: true | ||
enable_copy_code_button: true | ||
heading_anchors: true | ||
color_scheme: custom | ||
|
||
callouts: | ||
highlight: | ||
color: yellow | ||
console: | ||
color: green | ||
important: | ||
title: Important | ||
color: blue | ||
|
@@ -36,10 +39,10 @@ callouts: | |
color: red | ||
|
||
nav_external_links: | ||
- title: KM on GitHub | ||
url: https://github.com/microsoft/kernel-memory | ||
- title: KM on Discord | ||
url: https://aka.ms/KMDiscord | ||
- title: KM on GitHub | ||
url: https://github.com/microsoft/kernel-memory | ||
- title: KM on Discord | ||
url: https://aka.ms/KMDiscord | ||
|
||
aux_links: | ||
"GitHub": | ||
|
@@ -56,3 +59,24 @@ gh_edit_repository: "https://github.com/microsoft/kernel-memory" | |
gh_edit_branch: "main" | ||
gh_edit_source: docs | ||
gh_edit_view_mode: "tree" | ||
|
||
search_enabled: true | ||
search: | ||
# Split pages into sections that can be searched individually # Supports 1 - 6, default: 6 | ||
heading_level: 6 | ||
# Maximum amount of previews per search result # Default: 3 | ||
previews: 3 | ||
# Maximum amount of words to display before a matched word in the preview # Default: 5 | ||
preview_words_before: 6 | ||
# Maximum amount of words to display after a matched word in the preview # Default: 10 | ||
preview_words_after: 10 | ||
# Set the search token separator # Default: /[\s\-/]+/ # Example: enable support for hyphenated search words | ||
tokenizer_separator: /[\s/]+/ | ||
# Display the relative url in search results # Supports true (default) or false | ||
rel_url: false | ||
# Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default) | ||
button: true | ||
|
||
mermaid: | ||
# See https://cdn.jsdelivr.net/npm/mermaid/ | ||
version: "10.6.1" |
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,3 @@ | ||
{ | ||
"theme": "forest" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
nav_order: 8 | ||
nav_order: 18 | ||
has_children: true | ||
title: Concepts | ||
permalink: /concepts | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
nav_order: 4 | ||
nav_order: 14 | ||
has_children: true | ||
title: Extensions | ||
permalink: /extensions | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
nav_order: 4 | ||
nav_order: 100 | ||
grand_parent: Extensions | ||
parent: Memory DBs | ||
title: Simple memory | ||
|
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 @@ | ||
--- | ||
nav_order: 4 | ||
grand_parent: Extensions | ||
parent: Memory DBs | ||
title: Elastic Search | ||
permalink: /extensions/memory-db/elastic-search | ||
layout: default | ||
--- | ||
# Elastic Search | ||
|
||
{: .highlight } | ||
documentation under development |
Oops, something went wrong.