-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
138 lines (128 loc) · 3.8 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Project information
site_name: Project Fleming - The Brain
site_url: https://projectfleming.tech
site_author: Innersource Enablement Team
site_description: >-
This is the documentation for the core brain of the project Fleming for the InnerSource initiative.
It contains information on how to use the project, how to contribute to it,
and how to deploy it.
# Repository
repo_name: sede-open/fleming
repo_url: https://github.com/sede-open/fleming/
edit_uri: ""
docs_dir: docs
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: docs/stylesheets
font:
text: Open Sans
code: Open Sans Mono
logo: assets/logo_white.png
favicon: assets/favicon.ico
features:
- navigation.footer
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- content.tooltips
# - navigation.expand
- navigation.indexes
- navigation.instant
# - navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
# - navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- header.autohide
palette:
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: custom
accent: custom
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: custom
accent: custom
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
members_order: source
- tags
- blog:
post_excerpt: required
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path:
- docs
- fleming/discovery
check_paths: true
url_download: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- md_in_html
- meta
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: simple/github
link: https://github.com/sede-open/Fleming
copyright: Copyright © [2024] Shell Global Solutions International B.V. All Rights Reserved.
nav:
- Home: index.md
- Getting started:
- Installation: getting-started/installation.md
- AI Powered Discovery Tool:
- Creating the Corpus: getting-started/creating-the-corpus.md
- Creating the Model: getting-started/creating-the-model.md
- Serving the Model: getting-started/serving-the-model.md
- Calling the Endpoint: getting-started/calling-the-endpoint.md
- GitHub Repository Summary:
- Github Extraction and Tokenisation: getting-started/tokenisation-of-git-repo.md
- Code Summarisation using LLM: getting-started/code-summary-how-to.md
- Code Reference:
- Discovery:
- CorpusTextCreation: code-reference/CorpusTextCreation.md
- ModelTrainRegister: code-reference/ModelTrainRegister.md
- ModelServe: code-reference/ModelServe.md
- ModelQuery: code-reference/ModelQuery.md
- Summary:
- Code Summary with GPT-4oMini: code-reference/4o-MiniSummary.md
- RepoContentsTokenisation: code-reference/RepoContentsTokenisation.md
- Releases: releases/fleming.md
- Blog: blog/index.md
- Contact Us:
- Contact via Email: contact/email.md
- Reach out on Github: contact/github.md